Plippo / asus-wmi-screenpad

Variation of the asus-wmi kernel module with screenpad brightness support
Other
155 stars 19 forks source link

directory canno't created idk why #40

Closed Hita6 closed 1 year ago

Hita6 commented 1 year ago

After rebooting the system it doesn't created the dir '/sys/class/leds/asus::screenpad/brightness'.

this is what it shows me :

cat: : No such file or directory /usr/bin/screenpad: 5: [: =: unexpected operator /usr/bin/screenpad: 23: cannot create /sys/class/leds/asus::screenpad/brightness: Directory nonexistent Screenshot from 2022-08-16 13-56-22

Hita6 commented 1 year ago

here is how to solve it :

sudo dkms remove -m asus-wmi -v 1.0 --all sudo rm -r /usr/src/asus-wmi-1.0

Then repeat the steps above from step 2 on.