14

I bought a powered 7-port USB Hub, which has 7 downstream ports, 1 up stream port and one power port.

My question is can I connect both Raspberry Pi and the USB devices that I want to use with Raspberry Pi and power them through the sample USB Hub that I have. Is it possible?

Edit

Just to clarify, I want to power RPi through micro usb from one of the USB slots from the hub, not through the USB port of RPi.

Sudar
  • 317
  • 4
  • 11

2 Answers2

11

It's possible to power your RPi through your USB hub on two conditions:

  • the hub does not backfeed: this is easy to test; remove the SD card, connect the RPi's USB port (not micro USB port) to the hub. If the RPi's led doesn't come on the hub doesn't backfeed. If the hub does backfeed you can't use this hub with the RPi.

  • the power supply of the hub is powerful enough: some USB hubs come with a 1 A power supply. Mine has a 2.4 A power supply which is plenty for the RPi, a passive HD and a wifi dongle.

See the list of verified USB hubs: http://elinux.org/RPi_VerifiedPeripherals#Working_USB_Hubs

Alex Chamberlain
  • 15,530
  • 14
  • 67
  • 113
Steven Devijver
  • 541
  • 3
  • 11
  • This is useful info - I've been doing this with my Pi for a while, but didn't know about the issue of backfeed. THe advantage of course os that you need a single plug for several peripherals and the Pi together. – Mick Sear Feb 25 '13 at 09:00
  • 1
    @steven It seems for rev 2.0 boards, backfeeding isn't a problem any more http://www.raspberrypi.org/archives/1929 – Sudar Sep 13 '13 at 16:30
3

It is possible. I am currently powering two raspberry pis and an external 1tb portable hard drive from a single usb hub (link).

Alex Chamberlain
  • 15,530
  • 14
  • 67
  • 113
Bala Clark
  • 131
  • 2
  • Thanks for confirming it. BTW is it also possible for you to access the hard drive from RPi, since it is all connected through the same hub? – Sudar Jan 12 '13 at 15:39
  • Yes, I just feed the hubs main USB connection back int the RPI and the USB drive is automounted via Raspbian. My experience is that if you want automounting you need to have the GUI also running on the RPI. – Bala Clark Jan 12 '13 at 15:41
  • Thanks for confirming it. I will try to do it myself as well. – Sudar Jan 12 '13 at 15:43