-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Power LED is off after boot #207
Comments
Hmm ... I just disabled the initramfs line in I installed the |
Thanks for the hint #199 & #201! That explains why I had problems after the first reboot and had to went back to v1.0.6... Are there any workarounds or fixes? |
There are multiple 'funny' issues at play here.
|
So I hope, they deploy a fixed kernel soon. By the way: So I have to say thanks a lot twice: First for the detailed answers, second for the raspbian-ua-netinst project. |
I can now consistently reproduce this issue on both Pi 1 B+ and Pi 2 B, but not on a Pi 1 B ... The rainbow issue may be fixed fairly soon. |
@Phiber2000 if you add the following line to
|
I did some "research", too. First: It's definitely fixed with kernel version 3.18.10 (Kernel-Image). @diederikdehaas Because my Pis are in production use, I can't test your config suggestion this week. But I think this is an issue, which is not "caused" by your script and you could close it if you want to. |
I'm 99.9% sure it's related to device tree. Enabling/disabling device tree is like a switch to turn off/on the power led. Device Tree support is also the main difference between the kernel used in the installer (3.18.5-1 You're right that this issue isn't caused by the installer (script) itself, but the installer has been more then once the cause for finding issues with packages in the raspbian archive, just like #199 (and there are more). |
Add another 0.1%. |
@diederikdehaas Is this issue supposed to be closed ? As far as I understand, the release 1.0.7 was supposed to fix that. Unfortunately, I am facing this problem. I used release 1.0.7 to install jessie on a rpi2 and have problem with the power led. It is on a few second at power up, then is switch off to go on again at shutdown. Disabling device tree allows a normal situation. |
@fg2it Because it's a kernel bug you have to follow the steps desribed here: "Clean" Raspbian Kernel Update |
@fg2it This issue is deliberately open because, as you noticed, the issue is not fixed. |
@Phiber2000 @diederikdehaas thanks for the responsiveness ! Will try the suggestion |
I just came across a forum post which MAY be the cause of the Power LED issue: https://www.raspberrypi.org/forums/viewtopic.php?p=815647#p815647:
And that setting is indeed missing in the raspbian.org kernels ... |
Apparently I hadn't filed a raspbian bug for it, but I have now: https://bugs.launchpad.net/raspbian/+bug/1506663 I found some more things (described in that bug report) which makes me quite sure that that setting is indeed the cause of this issue and the fix seems quite trivial 😌 |
That's too simple to be the solution. :) |
When my latest PR is merged, this issue should be fixed as well 😄 |
As it has just been merged, I'm closing this issue. |
I have a B+ v1.2 here. Everything's working fine.
But while booting, the power led gets dark and keeps this state.
I added "echo 1 >/sys/class/leds/led1/brightness" to /etc/rc.local but I think that's a very dirty fix.
Tested with v1.0.6 & 1.0.7 beta.
The text was updated successfully, but these errors were encountered: