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:
parent
497cdced54
commit
51335f144b
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue