FS#61273 - [linux]LG Gram Laptop support not configured in the latest build of Kernel 4.20
Attached to Project:
Arch Linux
Opened by sparsa (sparsa) - Friday, 04 January 2019, 12:59 GMT
Last edited by freswa (frederik) - Monday, 07 September 2020, 14:09 GMT
Opened by sparsa (sparsa) - Friday, 04 January 2019, 12:59 GMT
Last edited by freswa (frederik) - Monday, 07 September 2020, 14:09 GMT
|
Details
Description:
I am using LG Gram, and recently in Kernel version 4.20 a new driver is added which adds some extra support to the hardware. I installed the kernel 4.20 from arch package database, but unfortunately, it seems the driver is not compiled along with the kernel. It is my request to please consider this feature for the next build of this kernel. Regards, Sparsa Steps to reproduce: $ zgrep LG_LAPTOP /proc/config.gz # CONFIG_LG_LAPTOP is not set |
This task depends upon
Closed by freswa (frederik)
Monday, 07 September 2020, 14:09 GMT
Reason for closing: Fixed
Additional comments about closing: 4.20.arch1-1
Monday, 07 September 2020, 14:09 GMT
Reason for closing: Fixed
Additional comments about closing: 4.20.arch1-1
$ mkdir /tmp/test
$ bsdtar -xf linux-4.20.arch1-1-x86_64.pkg.tar.xz -C /tmp/test
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
$ cd linux
$ git checkout v4.20
$ ./scripts/extract-ikconfig /tmp/test/boot/vmlinuz-linux | grep LG_LAPTOP
CONFIG_LG_LAPTOP=m