Some laptops have a special USB port that can deliver more power than the other ones. However it is not always easy to identify which one is the good one, nor how much power it can deliver.

So is there a good way to figure it out? I'm open to any software or hardware solution.

link|improve this question

What operating system are you using? – Breakthrough Jun 22 '11 at 18:30
I personally use linux, but answers for any OS are interesting. – Peltier Jun 22 '11 at 19:56
feedback

2 Answers

up vote 9 down vote accepted
+50

Under Linux, you can use hwinfo --usb or for more detail in a tree try lsusb -v -t

  1. Debian / Ubuntu:

    Use sudo aptitude install hwinfo usbutils to obtain these tools.

  2. Redhat / Fedora:

    Use sudo yum install hwinfo usbutils to obtain these tools.

  3. Gentoo:

    Use sudo emerge hwinfo usbutils to obtain these tools.


A solution on Windows which doesn't require additional software is the Device Manager itself:

  1. Go to Device Manager ( devmgmt.msc )

  2. Click View > Devices by connection.

  3. Click on your Machine Name, hit the * to expand everything.

  4. Look through the properties of the different USB Hubs, you can see what devices are connected.

  5. On the power tab, you get to see the power a device is consuming and what is being offered.

    enter image description here

    Just like Jeff Atwood explained, the total power available is 500 mA standard.

  6. On the advanced tab, you get to see bandwidth information.

    enter image description here

So, this should allow you to see which port provides more power and even power consumption.

If you have bandwidth problems where USB devices work slowly you can also use this to troubleshoot...

link|improve this answer
Very nice answer, thanks! One small question: does hwinfo report power usage on your machine? It doesn't on mine. – Peltier Jun 24 '11 at 14:53
1  
@Peltier: I'm a Windows user, but will try to consult when I switch to Gentoo later this week or perhaps someone else can check it. I also found lsusb to be listed as more informative when I was searching... – Tom Wijsman Jun 24 '11 at 15:26
2  
I'm going to be unexpectedly out of town for the rest of the week, so I'm going ahead and awarding the bounty. Great answer, I had no idea Windows told you this! – Shinrai Jun 24 '11 at 16:24
This is a great trick. Unfortunately, for a PCI-e add-on USB 3.0 hub, the dialog doesn't show the power option. – nicorellius May 25 at 16:05
feedback

One (very cool!) way I found:

http://www.ultramobilegeek.com/2007/02/measuring-power-on-peripherals-usb.html

When I write peripheral reviews for ultra-mobile devices, people constantly ask me how significant the power draw is for the device. Previously, I had no answer. Today, I whipped up a rough way to find a solution.

I call it my USB Drawbox. Attached to a multimeter, it measures the number of milliamperes (mA) any given device pulls over USB. Generally, devices will request up to 500 mA. Above that, standard ports will shut down power to the device. Some devices, notably external hard drives and CD-ROM drives, can pull power from two USB ports simultaneously using a Y connector.

usb drawbox

This little DIY hack requires a tiny bit of solder, a tiny bit of Dremel skills, and a whole lot of testing and tweaking. The way I did it - in a metal Penguin Mints tin - required some VERY careful insulation on the screws that went through the banana jacks. Other than that, it was pretty straightforward.

link|improve this answer
Cool, I think I might build one of those – MBraedley Jun 16 '11 at 11:12
Someone should start selling those. – Peltier Jun 16 '11 at 11:29
2  
"required some VERY careful insulation" Isn't that why plastic boxes were invented *g* – oleschri Jun 16 '11 at 15:00
4  
This tests what the device draws, rather than what the port can deliver at maximum, cool diy though. – Moab Jun 16 '11 at 15:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.