-
Notifications
You must be signed in to change notification settings - Fork 24
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
LCD backlight probe fails on boot but not on restart #32
Comments
Which version of macbook do you have? It sounds like pommed is starting before apple_bl is done initializing, right? (This sounds eerily familiar, like there's already a similar bug report.) |
Ah, this is superficially similar to #24. Not sure the same hack will work though. |
Yes, I think I also have a race condition. Now, it's weird that I can't manage to defer the launch of pommed.
or even a dirty
and pommed still failed several seconds before the user login prompt. My setup
|
It works!® I reinstalled nvidia-bl but this time, I uncommented the "options" line in For the record, I also replaced nouveau with the proprietary Nvidia drivers (but I don't think it's related as pommed.service still failed after this). |
I enabled the pommed.service but it fails (only) after boot:
But if I
systelctl restart pommed
, pommed starts and runs good.Otherwise, when nvidia-bl is installed (with apple_bl kernel module disabled), pommed does not crash after boot but the screen backlight Fx keys (and only them) have no effect.
PS : Et merci pour le travail fourni jusqu'ici ! 👍
The text was updated successfully, but these errors were encountered: