Open enkiros opened 3 weeks ago
Hi @enkiros can you please test if the latest in the branch https://github.com/joshuagrisham/samsung-galaxybook-extras/tree/no-quirks-test-before-enable (I pinged you also in https://github.com/joshuagrisham/samsung-galaxybook-extras/pull/40 ) seems to fix this for you? My hope is that your kbd_backlight will be automatically disabled (and possibly other features as well) without you needing to set any parameters
After updating the driver a couple weeks ago, I noticed the battery threshold feature wasn't working, and there was no device attribute created named charge_control_end_threshold.
Reading the error message:
failure initializing kbd_backlight
I figured disabling it would get me something. The battery threshold feature worked after setting up the kernel parameter to disable kbd_backlight.Output of inxi -Fz
Platform in /sys/devices/platform is
SAM0429:00
Output of sudo rmmod samsung_galaxybook; sudo modprobe samsung-galaxybook debug=true; sudo dmesg | grep "samsung"
Loading the driver with sudo modprobe samsung-galaxybook kbd_backlight=false gives me this:
My model at least (NP750XED-KC3CL) doesn't have keyboard backlight, but a quick google search shows some retailers list other variants as having keyboard backlight, particularly on the higher i7 models, so I don't know if disabling it the feature completely for every 750XED would be the best way to proceed.