Support for Alienware m16 R2 #30
Closed
madipietro
started this conversation in
Features
Replies: 3 comments 14 replies
-
|
make this For keyboard, is it per zone rgb or single/multi zone? #!/bin/bash
c(){ echo "$1" | sudo tee /proc/acpi/call >/dev/null && sudo cat /proc/acpi/call;echo;}
for mode in 0xa{0..9} 0xa{a..b}
do
echo "Trying mode ${mode}"
echo "\_SB.AMWW.WMAX 0 0x15 {0x01, ${mode}, 0x00, 0x00}"
c "\_SB.AMWW.WMAX 0 0x15 {0x01, ${mode}, 0x00, 0x00}"
done
echo "Reverting to balanced."
c "\_SB.AMWW.WMAX 0 0x15 {0x01, 0xa0, 0x00, 0x00}"I would try to find a work around for your device |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
https://github.com/tr1xem/AWCC/tree/awcc-m16 |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
Follow up could be found here #49 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks! I'm testing this package on ArchLinux and my Alienware m16 R2, I'm able to.
I just modified
/etc/awcc/database.jsonas follows...Is it something I can add to manage my keyboard colors ? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions