Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB3 stick overheating
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 290

PostPosted: Mon Sep 19, 2016 1:49 am    Post subject: USB3 stick overheating Reply with quote

Previously I was using an 8G usb2 nano in the same usb slot and it worked fine, no overheating or even getting warm. Now I have a usb3 nano stick (http://www.newegg.com/Product/Product.aspx?Item=N82E16820173033) that I use to boot my laptop with a fully encrypted hard drive. After it's done booting it unmounts and then just sits there. Very quickly it will start to heat up and after a few minutes it will be very hot (not too hot to touch but getting close).

So I decided to try power management, wrote this script to power it down no matter where it's plugged in.

Code:
#!/bin/bash

for i in $(seq 1 $(ls -1 /sys/bus/usb/devices/usb?/idProduct | wc -l)); do
  if [ "$(grep . /sys/bus/usb/devices/${i}-*/uevent 2>/dev/null | grep "PRODUCT=781/5583/100" | wc -l)" != "0" ]; then
    # usb3 gets hot
    echo 0 > /sys/bus/usb/devices/usb${i}/power/autosuspend
    echo auto > /sys/bus/usb/devices/usb${i}/power/control
  fi
done


This seemed to help a little but it still gets quite hot. So after some reading on the sandisk forums of other people complaining (mainly people doing writes which it does indeed get very very hot) I wrote this off as being the nature of the beast. I booted into Win7 yesterday and after about 2 hours I checked the stick and it was nice and cool.

So this seems to be specific to Linux. The laptop is a GS40 and afaict the usb slot is ok and the stick is not borked. Am I missing something here? Is there a kernel flag or /sys thing I'm missing?
Back to top
View user's profile Send private message
frostschutz
Advocate
Advocate


Joined: 22 Feb 2005
Posts: 2977
Location: Germany

PostPosted: Mon Sep 19, 2016 8:32 am    Post subject: Reply with quote

If this can be reproduced on other machines, sounds like you should donate that USB stick to an interested kernel hacker...

My usb3 nano stick (patriot tab) stays cool with Linux.
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Mon Sep 19, 2016 9:03 am    Post subject: Reply with quote

Suggested: Well return it where you bought it because its defective when its still possible.

Getting hot can be anything. The manufacturer will probalby tell you that's in spec and normal. I also have an usb3 enclosure from inatec which is feelable hotter as the air around the case.

The question is if its really a defect or just normal behaviour. Even ordinary laptops gets temperatures around 65 degress centirate and its normal, although i do not want to touch that with my hands. see notebookcheck for reference

I want to kindly ask you to measure the temperature if possible. Those infrared termometers from ebay are very cheap. I bought one myself with 3 months shipping for around 10 euros half a year ago.

--

Generic advise: I suppose you already use gentoo-sources 4.7.x already and not the stable 4.4.x. Many hardware issues are sometimes gone with the latest kernel.org stable release
Back to top
View user's profile Send private message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 290

PostPosted: Wed Sep 21, 2016 1:57 am    Post subject: Reply with quote

frostschutz wrote:
If this can be reproduced on other machines, sounds like you should donate that USB stick to an interested kernel hacker...

My usb3 nano stick (patriot tab) stays cool with Linux.


Interesting, I would be willing to do that.

Roman_Gruber wrote:
I want to kindly ask you to measure the temperature if possible. Those infrared termometers from ebay are very cheap. I bought one myself with 3 months shipping for around 10 euros half a year ago.


I don't have one but a buddy does, I'll see what I can do.

Roman_Gruber wrote:
Generic advise: I suppose you already use gentoo-sources 4.7.x already and not the stable 4.4.x. Many hardware issues are sometimes gone with the latest kernel.org stable release


Already on 4.7.4 (newest)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Wed Sep 21, 2016 9:40 am    Post subject: Reply with quote

Saundersx,

I have several USB3 sticks that get warm when busy but they all cool again once they become inactive.
I suspect that your stick is damaged. As it still operates, it may well be static damage.

USB3 sticks on a USB3 port are expected to get hotter than USB2 sticks.
The faster operating speed demands more power, which can only come out as heat.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Cyker
Veteran
Veteran


Joined: 15 Jun 2006
Posts: 1746

PostPosted: Sat Oct 08, 2016 9:34 pm    Post subject: Reply with quote

I have a similar issue with a really tiny metal Integral USB stick - Whether in use or not, it heats up enough to burn my fingers if I rest them on it for too long!

But this is on a Lenovo Thinkpad running Windows 7 so it's not just a Linux issue...

I currently have it plugged into a StarTech USB3 express card which I leave in its slot but not plugged in, and plug the whole lot in when I actually need to use it (I figure if it fries the express card I can at least replace it, whereas if it fries the motherboard... this is less easy to replace XD)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum