Remove blacklisted modules and test with LTS kernel
The LTS kernel (6.1) is handling the ITE8353 touchpad much better. Removing blacklisted modules to see if the proper drivers can now work correctly with the improved kernel support.
This commit is contained in:
parent
4aa06b1851
commit
92a2c73b8a
1 changed files with 1 additions and 8 deletions
|
@ -40,14 +40,7 @@
|
||||||
"evdev"
|
"evdev"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Blacklist modules that interfere with touchpad
|
|
||||||
blacklistedKernelModules = [
|
|
||||||
"amd_sfh" # AMD Sensor Fusion Hub - causes touchpad to be misidentified
|
|
||||||
"hid_sensor_hub" # Prevents touchpad from being properly recognized
|
|
||||||
];
|
|
||||||
|
|
||||||
# Use LTS kernel for better hardware compatibility
|
# Use LTS kernel for better hardware compatibility
|
||||||
# The laptop worked with older kernels, current 6.12.x may have regressions
|
|
||||||
kernelPackages = pkgs.linuxPackages_6_1;
|
kernelPackages = pkgs.linuxPackages_6_1;
|
||||||
|
|
||||||
extraModulePackages = [];
|
extraModulePackages = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue