<div class="gmail_quote">On Wed, Feb 22, 2012 at 4:16 PM, David Precious <span dir="ltr"><<a href="mailto:davidp@preshweb.co.uk">davidp@preshweb.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, 22 Feb 2012 15:23:58 +0100<br>
Lukasz Trabinski <<a href="mailto:lukasz@trabinski.net">lukasz@trabinski.net</a>> wrote:<br>
> Thank's. Anyway I will try buy for 1 euro external usb power supply<br>
> for my probe :)<br>
<br>
</div>That's probably the easiest and most reliable way :)<br>
<br>
In the meantime, you could always check whether your USB ports are set<br>
to automatic power management:<br>
<br>
 �[davidp@columbia:~]$<br>
 �cat /sys/bus/usb/devices/usb*/power/level<br>
 �auto<br>
 �auto<br>
<br>
If you get "auto", you could try forcing them to stay on - e.g. as root:<br>
<br>
�echo on > /sys/bus/usb/devices/usb1/power/level<br>
<br>
Worth a try at least, if you're interested.<br>
<br>
Of course, you'd need to figure out which "usb$n" to use, depending on<br>
which port it's connected to - or just set them all to on:<br>
<br>
 �for file in /sys/bus/usb/devices/usb*/power/level; \<br>
 � � �do echo "on" > $file; done<br>
<br>
Whether the above will actually make a difference, I don't know, but<br>
could be worth a try if you're curious. �If you do, report back whether<br>
it helped, so everyone knows if that's a potential fix for anyone else<br>
who experiences the same problem :)<br>
<div class="HOEnZb"><div class="h5"><br>
<br></div></div></blockquote><div><br></div><div>It may be worth to write down this tip on the Atlas FAQ, just in case other Linux users are experiencing random reboots and want to start troubleshooting bottom-up.</div><div>
<br></div><div>Just my two cents</div><div><br></div><div>Best,</div><div>�</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
--<br>
David Precious ("bigpresh") <<a href="mailto:davidp@preshweb.co.uk">davidp@preshweb.co.uk</a>><br>
<a href="http://www.preshweb.co.uk/" target="_blank">http://www.preshweb.co.uk/</a> � � <a href="http://www.preshweb.co.uk/twitter" target="_blank">www.preshweb.co.uk/twitter</a><br>
<a href="http://www.preshweb.co.uk/linkedin" target="_blank">www.preshweb.co.uk/linkedin</a> � �<a href="http://www.preshweb.co.uk/facebook" target="_blank">www.preshweb.co.uk/facebook</a><br>
<a href="http://www.preshweb.co.uk/cpan" target="_blank">www.preshweb.co.uk/cpan</a> � � � �<a href="http://www.preshweb.co.uk/github" target="_blank">www.preshweb.co.uk/github</a><br>
<br>
</div></div></blockquote></div><br>