1

My Pi 2 sometimes does not power on properly -- just the red LED comes on and there is no further activity.

I've done this a bunch of times and there is a consistent pattern. If it happens with no HDMI cable attached, flicking the power (it's on a switched power bar) will restart properly, i.e., it will only happen once, then on the second try it's fine.

If it happens with an HDMI cable attached (the other end of which is to a display that is not on the power bar, and is on constantly -- and, as per comments below, that display has another, already active HDMI connection...), it will happen over and over (i.e., the pi will not power on properly). However, if I turn the power off, unplug the HDMI cable, then plug it back in, then turn the power on, it always restarts properly.1 I have been through this literally dozens of times in a row over the course of a few hours (turning off frequently in order to take the SD card in and out, for unrelated reasons).

This workaround with the HDMI cable is fine for me right now, but would be a real hassle under other circumstances (if this is a genuine issue, I'm guessing more people will show up here eventually asking about it).

The fact that this involves plugging and unplugging with no power implies something about a static build up to me -- but my understanding of electricity is pretty crude, and of the pi's circuitry, non-existent. I don't expect a solution here, but I am curious as to what the potential cause is.


1. I discovered this by trying with the HDMI unplugged, which also works -- but then plugging the cable in after boot causes a problem with the display resolution, so I tried this plug and unplug with no power and voila. Again, it is very consistent.

goldilocks
  • 58,859
  • 17
  • 112
  • 227
  • Have you tried a different cable? Can you plug the monitor into the power bar and cycle them both with the switched power bar and let us know what happens. – Steve Robillard Mar 10 '15 at 18:16
  • @SteveRobillard There's no such problem w/ the monitor on the same power bar...what's more, I notice there's no such problem if the pi is the only active input on the monitor regardless of whether the monitor is already on or not. :/ But it does reoccur with the monitor powered on, with an active HDMI connection from my desktop PC (that's how it was yesterday when I noticed this pattern). A definite corner case, I guess. – goldilocks Mar 10 '15 at 19:05

1 Answers1

1

I tried about three different power supplies before I found the answer. I had too large a load on the internal hub, and the power supply I started with would boot, try to power the USB devices, crash, reboot and repeat. The next power supply ran the hub, but any wireless receiver would draw too much and crash it. A third power supply would run everything but then the system would become unstable later on.

The fix was to put everything onto a powered self powered hub, then run the pi with minimal load. I could then choose between power supplies.

Research showed me that a power supply that was rated at 5vdc would often only produce 4.7vdc or less under load, and that is not enough to power the video, hub and device itself.

Ron K.
  • 320
  • 1
  • 8