Try Linux 5.15 LTS kernel for touchpad compatibility

6.1 LTS improved I2C communication significantly, but hidraw device
still not created. Trying 5.15 LTS since laptop worked with older distros.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-30 19:25:33 +02:00
parent 497cdced54
commit 51335f144b

View file

@ -41,7 +41,7 @@
]; ];
# Use LTS kernel for better hardware compatibility # Use LTS kernel for better hardware compatibility
kernelPackages = pkgs.linuxPackages_6_1; kernelPackages = pkgs.linuxPackages_5_15;
extraModulePackages = []; extraModulePackages = [];
}; };