Touchpad not recognized in laptop Lenovo Thinkbook 15-ILL (20SM000GPB)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| linux (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
My laptop's touchpad is not recognized by current linux kernel (5.4.0-39-generic) in Ubuntu 20.04 LTS. I didn't find it in 'cat /proc/bus/
1. Laptop model: Lenovo Thinkbook 15-ILL (20SM000GPB)
2. Touchpad manufacturer: Elan
3. Problem occured for the first time during installation and then it continued after installation was complete.
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-
ProcVersionSign
Uname: Linux 5.4.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
/dev/snd/pcmC0D0p: mrozwod 1597 F...m pulseaudio
CasperMD5CheckR
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun 29 16:06:14 2020
InstallationDate: Installed on 2020-06-29 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 20SM
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
linux-
linux-
linux-firmware 1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/11/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: DJCN14WW
dmi.board.name: LVAC/LVAD
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.
dmi.modalias: dmi:bvnLENOVO:
dmi.product.family: Thinkbook 15-IIL
dmi.product.name: 20SM
dmi.product.sku: LENOVO_
dmi.product.
dmi.sys.vendor: LENOVO
Maciej Rozwód (mrozwod) wrote : | #1 |
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
atztao (atztao) wrote : | #3 |
The same issue for Dell XPS 13 9360.
Kai-Heng Feng (kaihengfeng) wrote : | #4 |
Maciej, can you please attach acpidump?
Maciej Rozwód (mrozwod) wrote : | #5 |
tags: | added: hwe-touchpad |
You-Sheng Yang (vicamo) wrote : | #6 |
You-Sheng Yang (vicamo) wrote : | #7 |
[ 0.424084] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.424084] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.427913] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.428055] mousedev: PS/2 mouse device common for all mice
Please append following kernel boot parameters, reboot and attach
output of `journalctl -b`:
i8042.nopnp=1 pci=nocrs
For detailed steps, please see https:/
/how-do-
Changed in linux (Ubuntu): | |
status: | Confirmed → Incomplete |
Kai-Heng Feng (kaihengfeng) wrote : | #8 |
Please test
https:/
Maciej Rozwód (mrozwod) wrote : | #9 |
journalctl -b in the attachment
Kai-Heng Feng (kaihengfeng) wrote : | #10 |
1) Please remove i8042.nopnp=1 pci=nocrs
2) The kernel isn't the one I compiled.
Maciej Rozwód (mrozwod) wrote : | #11 |
I tested the provided unsigned image from #8, nothing changed.
Maciej Rozwód (mrozwod) wrote : | #12 |
Sorry, I followed vicaro's instructions first.
I booted your kernel without the parameters, adding journalctl -b from it with in the attachment. If I need to check out anything else.
Kai-Heng Feng (kaihengfeng) wrote : | #13 |
[ 527.025726] ACPI BIOS Error (bug): AE_AML_
[ 527.025760] No Local Variables are initialized for Method [GINF]
[ 527.025761] Initialized Arguments for Method [GINF]: (2 arguments defined for method invocation)
[ 527.025762] Arg0: 000000006909cbdc <Obj> Integer 00000000000000FF
[ 527.025768] Arg1: 00000000e3e0075d <Obj> Integer 0000000000000000
[ 527.025773] ACPI Error: Aborting method \_SB.GINF due to previous error (AE_AML_
[ 527.025780] ACPI Error: Aborting method \_SB.GADR due to previous error (AE_AML_
[ 527.025784] ACPI Error: Aborting method \_SB.SGOV due to previous error (AE_AML_
[ 527.025788] ACPI Error: Aborting method \_SB.CGWR due to previous error (AE_AML_
[ 527.025793] ACPI Error: Aborting method \_SB.TBFP due to previous error (AE_AML_
[ 527.025797] ACPI Error: Aborting method \_SB.WMTF.WMTF due to previous error (AE_AML_
[ 527.031499] ACPI BIOS Error (bug): AE_AML_
[ 527.031515] No Local Variables are initialized for Method [GINF]
[ 527.031516] Initialized Arguments for Method [GINF]: (2 arguments defined for method invocation)
[ 527.031516] Arg0: 00000000a93046ee <Obj> Integer 00000000000000FF
[ 527.031520] Arg1: 000000000510f0cd <Obj> Integer 0000000000000000
[ 527.031523] ACPI Error: Aborting method \_SB.GINF due to previous error (AE_AML_
[ 527.031526] ACPI Error: Aborting method \_SB.GADR due to previous error (AE_AML_
[ 527.031528] ACPI Error: Aborting method \_SB.SGOV due to previous error (AE_AML_
[ 527.031531] ACPI Error: Aborting method \_SB.CGWR due to previous error (AE_AML_
[ 527.031533] ACPI Error: Aborting method \_SB.TBFP due to previous error (AE_AML_
[ 527.031536] ACPI Error: Aborting method \_SB.WMTF.WMTF due to previous error (AE_AML_
Kai-Heng Feng (kaihengfeng) wrote : | #14 |
I guess something's wrong here so \_SB.PCI0.I2C0._REG didn't get evaluated. The _REG methods initialize some variables to make touchpad work.
Please test latest mainline kernel:
https:/
Maciej Rozwód (mrozwod) wrote : | #15 |
Unfortunately I think the situation looks the same with mainline kernel. Journalctl -b in attachment.
Kai-Heng Feng (kaihengfeng) wrote : | #16 |
Let's ask upstream ACPI developers to take a look:
https:/
You-Sheng Yang (vicamo) wrote : | #17 |
Bug 1882447 looks similar to this one and claimed fixed with kernel v5.7.1.
Niko (therealhockenberry) wrote : | #18 |
Bug 1885573 (https:/
Niko (therealhockenberry) wrote : | #19 |
Sorry it is Bug 1873677 (How can I edit what I have just written?)
Maciej Rozwód (mrozwod) wrote : | #20 |
I tried v5.7.1 kernel and it looks the same as with mainline v5.8.0 and my initial 5.4.0-39.
The part described in comment #13 still looks the same in logs.
Niko (therealhockenberry) wrote : | #21 |
I found the device with `ls /sys/bus/
I found in Bug-Report #1853277 that Kai-Heng Feng stated "We are currently working with Lenovo and it might take a while." Is that still undergoing?
Niko (therealhockenberry) wrote : | #22 |
Kai-Heng answered: "Lenovo is aware of this issue, but I haven't got the hardware yet."
There is an easy to apply solution in Bug-Report #1861610 that seems to work for some people.
Maciej Rozwód (mrozwod) wrote : | #23 |
I checked /sys/bus/
description: | updated |
Vladimir (juncer666) wrote : | #24 |
I also have a problem with my trackpad.
I put various BIOS updates and tried to fix this bug according to descriptions from similar reports in your backlog - no success. Can you guide me on a solution? Maybe I missed something. Thank!
Ubuntu 20.04. ThinkBook 14-IIL.
Hoyong Hwang (hwanghy) wrote : | #25 |
Mine isn't Thinkbook though, #7 solved my problem on ideapad s145. Thanks !
This change was made by a bot.