Skip to content
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

Alienware-m17-r3 impossible to switch off/on the keyboard lights #21

Open
LAfricain opened this issue Jun 10, 2024 · 1 comment
Open

Comments

@LAfricain
Copy link

Bus 002 Device 002: ID 0bda:0328 Realtek Semiconductor Corp. USB3.0-CRW
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 187c:0550 Alienware Corporation LED controller
Bus 001 Device 002: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4GHz Wireless rechargeable vertical mouse [More&Better]
Bus 001 Device 006: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 001 Device 005: ID 0d62:3740 Darfon Electronics Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub```
For more information see #13 
@cemkaya-mpi
Copy link
Owner

Hi, the usb device is the same, so the only difference should be the zone definitions. As yours is an Alienware model, it might have additional leds in comparison to the G15.

The zones are defined here.

Could you change the zone definitions to try and see which values work for you? ZONES lists all zones, while ZONES_KB and ZONES_NP are the three zones for the keyboard and the zone for the numpad respectively.

For example, you could try

ZONES = [1, 2, 3, 4]
ZONES_KB = [1, 2, 3]
ZONES_NP = [4]

And so on. By the way, does power/fan functionality work at all on the alienware model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants