Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options answers only not deleted user 19943

Hardware failure refers to the act of a piece of physical hardware failing to meet its designed standards during operation.

1 vote
Accepted

The computer turns on by itself when I plug it in and turns off seconds later

I have a Dell that does this. In the BIOS there is an option for what to do on power loss, as in if the power cord is pulled either intentionally or not, then it can either fully boot or not. In eithe …
Mokubai's user avatar
  • 93.8k
0 votes
Accepted

PSU is making a weird noise

That just sounds like normal fan noise to me. It's regular, not too loud and just sounds a lot like a fan under PWM control. For normal noises you can expect of a fan that is working there's this vide …
Mokubai's user avatar
  • 93.8k
1 vote

subtraction of signed 2's complement numbers

If you are using the left most bit to indicate sign then you cannot use the whole 3-bit number. 100 is either (positive, unsigned) 4 or it is in fact (negative) 0. For your number to be "-4" then it …
Mokubai's user avatar
  • 93.8k
1 vote
Accepted

Can hardware issues cause segfaults and core dumps?

Absolutely yes. Memory errors can result in code changes making execution streams pass invalid instructions, data or branch to random areas. Hardware faults can return garbage or invalid results, maki …
Mokubai's user avatar
  • 93.8k
1 vote
Accepted

What hardware issue is causing my packet loss? Is it fixable?

Given that the Wifi is actually detected chances are the card itself is fine, but as Wifi is almost working probably the wireless antenna cable has been knocked loose. Your laptop manufacturer shoul …
Mokubai's user avatar
  • 93.8k
1 vote
Accepted

Can an old system develop coil whine?

Yes. Coil whine is caused primarily by a section of circuitry that involves relatively large inductors and capacitors. The frequency of the noise, and as a result whether or not you can hear it, depe …
Mokubai's user avatar
  • 93.8k
2 votes
Accepted

Is it safe to connect a 10amp cable to my laptop brick if it came with 7amp

As 10 amps is higher that 7 amps then yes, you will be fine. The 10A is the "safe" current carrying capacity of the wires, i.e. they can carry 10A without overheating or causing a potential problem. …
Mokubai's user avatar
  • 93.8k
5 votes

How will single-bit memory error affect Linux?

As stated a single bit memory error can cause almost anything to go wrong, or you may never notice it at all. I had a bad memory stick before and the bad point in RAM effectively meant that Windows …
Mokubai's user avatar
  • 93.8k
2 votes
Accepted

Assistance getting my broken hard drive to work

There are many different beeps and noises that a hard drive can make. Some are downright weird. Some of them are created by the motor trying (and failing) to get the drive spinning. Some are create …
Mokubai's user avatar
  • 93.8k
1 vote

Graphics card possible power issue

Just because the PSU is 900W does not rule out one of the 12v lines burning out. You've pretty much established that the rest of the system is fine with a low power card and the likelihood of a new c …
Mokubai's user avatar
  • 93.8k
30 votes
Accepted

Can I increase the reliability of my hard drive by using less of its' capacity?

Your assumptions are wrong. The drive has a fixed physical format that is made up of physical sectors, in your case totalling 3TB. By formatting the drive you are effectively clearing the data in th …
Mokubai's user avatar
  • 93.8k
9 votes

What are these LCD defects if not dead pixels?

You probably have a leak or fracture in the liquid crystal layer of your monitor causing it to loose fine control of the light blocking ability of the liquid crystals. Your display has many layers. O …
Mokubai's user avatar
  • 93.8k
3 votes
Accepted

Diagnosing root cause of single core failure

Your testing points very strongly towards a damaged CPU core. Not the entire processor or even motherboard, a specific core. Either it has an address or data bus fault and it simply cannot properly ac …
Mokubai's user avatar
  • 93.8k
1 vote
Accepted

My 4 Xeon E7 have lower performances than a single 8th Gen i5

Your problem (as with most machine learning problems) is probably to do with memory bandwidth. Machine learning isn't particularly CPU calculation intensive, they do a lot of "easy" calculations, but …
Mokubai's user avatar
  • 93.8k
3 votes
Accepted

How toast is my SSD, and why?

The SMART status shows a lot of old or dying indicators, but nothing particularly screams " this killed it!". Your log shows a power on lifetime of 995 days and 10 hours, suggesting that you leave yo …
Mokubai's user avatar
  • 93.8k