Markino
Posts: 40
Joined: Fri Oct 03, 2014 11:53 am

Which power supply for the B+ model?

Fri Oct 10, 2014 6:39 am

Hi guys,
I've just bought my first Raspberry B+ model: I've installed Raspbmc + WiFi USB adapter (Edimax) and I connect it up to the Samsung S3 Mini charger that provide 5V 800mA... everythink works fine even if I connect an USB mouse nut my WD Essential USB3 1TB can't be detect (the light is always blinking).
If I'm not wrong ntfs-3g is just installed so if i type "sudo fdisk -l" I have to see the HD in the list, isn't it?
May be the power supply is not enought?
Which power supply, charger or stuff like that can I search to be sure?

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13142
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 7:55 am

if the supply fails, the brownout detector of the B+ will turn off the PWR LED.

But slighter power voltage variations may also cause problems with some susceptible wifi adapters.

Use a good power cable.

gkreidl
Posts: 6335
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 8:17 am

Markino wrote:Hi guys,
I've just bought my first Raspberry B+ model: I've installed Raspbmc + WiFi USB adapter (Edimax) and I connect it up to the Samsung S3 Mini charger that provide 5V 800mA... everythink works fine even if I connect an USB mouse nut my WD Essential USB3 1TB can't be detect (the light is always blinking).
If I'm not wrong ntfs-3g is just installed so if i type "sudo fdisk -l" I have to see the HD in the list, isn't it?
May be the power supply is not enought?
Which power supply, charger or stuff like that can I search to be sure?
Your HD draws too much power from the RPi. This cannot work with a 5V 800mA power supply. You need a good 5V 2A power supply and a good cable (!!!) and you must set
max_usb_current=1
in config.txt to enable 1.2 A for the USB power lines (all 4 of them taken together).
see also here (and the following posts):
http://www.raspberrypi.org/forums/viewt ... 97#p623076
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

Markino
Posts: 40
Joined: Fri Oct 03, 2014 11:53 am

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 9:01 am

Thank you very much for the info!
Do you know if with the last release of Raspbmc is it possible to put the max_usb_current=1 in the config.txt or it only works on Raspian?

PS: why is needed also safe_mode_gpio=4? What is that feature for?

gkreidl
Posts: 6335
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 9:13 am

Markino wrote:Thank you very much for the info!
Do you know if with the last release of Raspbmc is it possible to put the max_usb_current=1 in the config.txt or it only works on Raspian?

PS: why is needed also safe_mode_gpio=4? What is that feature for?
I'm only using Raspbian, so I cannot tell you. It depends on the system files in the boot partition. "safe_mode_gpio=4" was used in the beginning to set high current USB option and should be replace later with "max_usb_current=1".
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

Markino
Posts: 40
Joined: Fri Oct 03, 2014 11:53 am

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 9:16 am

Ok, thanks!
So from now on we can just use only "max_usb_current=1" if I understood.

DirkS
Posts: 10371
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 9:19 am

Do you know if with the last release of Raspbmc is it possible to put the max_usb_current=1 in the config.txt or it only works on Raspian?
Yes, it's available since the July update http://www.raspbmc.com/2014/07/raspbmcs-july-update-2/

Gr.
Dirk.

Markino
Posts: 40
Joined: Fri Oct 03, 2014 11:53 am

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 10:26 am

Perfect!

Last thing: enabling the 1.2A USB power on model B+ and assuming I have a correct power supply (6A?) will I have 1.2A max for each of the 4 USB ports or 1,2A is the max power of the sum of the total power dispatched on all 4 ports?
Just wondering if it will be possible to conenct more then one USB HD directly to the Raspberry...

DirkS
Posts: 10371
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Which power supply for the B+ model?

Fri Oct 10, 2014 10:31 am

It's the total available power for the 4 ports.

Gr.
Dirk.

Return to “General discussion”