-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can't run backlight control on POPos #11
Comments
Same issue on kali linux, on the pulse 15 laptop. |
@gidoBOSSftw5731 @maierjeff This issue is popping up a lot. I'll make sure it doesn't error there in upcoming release 0.8, but I can't guarantee that will make it functional for you. Please have a look at #10 too. I am tempted to believe that this means the tuxedo-keyboard driver wasn't properly installed, as it indicates that |
I dont know a ton about the tuxedo keyboard driver, but here's a Click to open (wall of text)
|
@gidoBOSSftw5731 There seem to be issues with the tuxedo-keyboard driver on the Polaris 15 (& derivative) models, see a.o. tuxedocomputers/tuxedo-keyboard#60. The tree dump you posted confirms my suspicions that even if I fix the A potentially working fix would be to re-include support for modprobe (see also #12). You can already test whether this works with the old (inferior & uglier but working) v2 of this repo (docs: the https://github.com/webketje/tuxedo-backlight-control/tree/v0.2, release: https://github.com/webketje/tuxedo-backlight-control/releases/tag/v0.2), only available for Debian derivatives [Ubuntu, PopOS, etc.] |
Checking v0.2, although it does not fail to run, it does not do anything, even turning the backlight "off" does not change the backlight. |
@gidoBOSSftw5731 in that case not sure how I can help. Only thing I can think of is trying to re-install the tuxedo-keyboard driver v2.0.5, as that is the last driver I have tested with and there have been a lot of changes recently. |
I had the same exact issue as OP (on Kubuntu), but it was simply a matter of rebooting after installing tuxedo_keyboard. Maybe it's worth noting. |
Hey I have a tongfang laptop from a brazilian manufacturer, It is similar as the polaris model, and even is called Polaris too, and the model is gk5np50.
I've installed POP Os on it, and I can run tuxedo control center, but when I did it, it freezes my keyboardbacklight, so I downloaded this control, but when I will start the gui, i receive it:
j3ff@pop-os:~$ backlight ui
Traceback (most recent call last):
File "/usr/local/bin/backlight", line 36, in
init()
File "/usr/share/tuxedo-backlight-control/ui.py", line 344, in init
App(root)
File "/usr/share/tuxedo-backlight-control/ui.py", line 58, in init
initial_mode = backlight.mode.capitalize()
AttributeError: 'NoneType' object has no attribute 'capitalize'
The text was updated successfully, but these errors were encountered: