[Kernel-packages] [Bug 1943913] Re: touchpad and keyboard are not working in 5.11.0-35
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-signed-hwe-5.11 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu. https://bugs.launchpad.net/bugs/1943913 Title: touchpad and keyboard are not working in 5.11.0-35 Status in linux-signed-hwe-5.11 package in Ubuntu: Confirmed Bug description: [Summary] Touchpad and keyboard are not working after installing 5.11.0-35 from proposed. I tried to use 5.11.0-34, keyboard and touchpad are working. I found there are some error msg through dmesg, not sure are they related to this issue? [ 14.586201] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 15.069933] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 19.558182] psmouse serio1: Failed to enable mouse on isa0060/serio1 [Step to reproduce] 1. install ubuntu-20.04.2 2. enable proposed. 3. sudo apt update; sudo apt dist-upgrade -y 4. reboot. [Expected result] touchpad and keyboard are working. [Actual result] Can't get any response from both. [Failure rate] 5/5 [Additional information] CID: 201807-26321 SKU: BKN4-DVT2-C1 kernel-version: 5.11.0-35-generic ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.11.0-35-generic 5.11.0-35.37~20.04.1 ProcVersionSignature: Ubuntu 5.11.0-35.37~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-35-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Sep 17 01:41:01 2021 InstallationDate: Installed on 2020-08-03 (409 days ago) InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-signed-hwe-5.11 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943913/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1943913] Re: touchpad and keyboard are not working in 5.11.0-35
After installing hirsute kernel -36 in Focal, touch pad and keyboard are still not working. I also tried to install -36 kernel only without dist- upgrade and disabled proposed then they're working, so I guess it's not a kernel regression. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu. https://bugs.launchpad.net/bugs/1943913 Title: touchpad and keyboard are not working in 5.11.0-35 Status in linux-signed-hwe-5.11 package in Ubuntu: New Bug description: [Summary] Touchpad and keyboard are not working after installing 5.11.0-35 from proposed. I tried to use 5.11.0-34, keyboard and touchpad are working. I found there are some error msg through dmesg, not sure are they related to this issue? [ 14.586201] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 15.069933] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 19.558182] psmouse serio1: Failed to enable mouse on isa0060/serio1 [Step to reproduce] 1. install ubuntu-20.04.2 2. enable proposed. 3. sudo apt update; sudo apt dist-upgrade -y 4. reboot. [Expected result] touchpad and keyboard are working. [Actual result] Can't get any response from both. [Failure rate] 5/5 [Additional information] CID: 201807-26321 SKU: BKN4-DVT2-C1 kernel-version: 5.11.0-35-generic ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.11.0-35-generic 5.11.0-35.37~20.04.1 ProcVersionSignature: Ubuntu 5.11.0-35.37~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-35-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Sep 17 01:41:01 2021 InstallationDate: Installed on 2020-08-03 (409 days ago) InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-signed-hwe-5.11 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943913/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1943913] Re: touchpad and keyboard are not working in 5.11.0-35
Not sure the serio message is relevant. Interestingly the journal also contains a 5.4 boot which has the same. There is a more serious problem even before. inspiron-5480-c1-201807-26321 kernel: WARNING: CPU: 2 PID: 369 at mm/page_alloc.c:4975 __alloc_pages_nodemask+0x268/0x300 This is caused by dell_wmi_sysman requesting an allocation which is beyond the allowed order. The date seems to come directly from the bios. None of that happens for the 5.11.0-34 kernel. Though we had feedback that on the same hardware we do not get issues running the same kernel version on hirsute (the kernel then is also built in hirsute space). The allocation failure seems to lead to a crash later on (still part of loading the dell-wmi-sysman module. There was one change in the kernel which addresses how ACPI attributes are treated: 41a8457f3f6f "ACPI: DPTF: Fix reading of attributes" However there seems to be no follow-up yet on it upstream. Nor seems the same change that is also present in the parent hirsute:linux kernel to be causing issues for hirsute. IT still could be a compiler issue because the hwe-5.11 kernel is compiled in focal user-space. Therefor it would be interesting to see whether the parent hirsute kernel, when installed under focal user-space is also showing problems or not. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu. https://bugs.launchpad.net/bugs/1943913 Title: touchpad and keyboard are not working in 5.11.0-35 Status in linux-signed-hwe-5.11 package in Ubuntu: New Bug description: [Summary] Touchpad and keyboard are not working after installing 5.11.0-35 from proposed. I tried to use 5.11.0-34, keyboard and touchpad are working. I found there are some error msg through dmesg, not sure are they related to this issue? [ 14.586201] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 15.069933] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 19.558182] psmouse serio1: Failed to enable mouse on isa0060/serio1 [Step to reproduce] 1. install ubuntu-20.04.2 2. enable proposed. 3. sudo apt update; sudo apt dist-upgrade -y 4. reboot. [Expected result] touchpad and keyboard are working. [Actual result] Can't get any response from both. [Failure rate] 5/5 [Additional information] CID: 201807-26321 SKU: BKN4-DVT2-C1 kernel-version: 5.11.0-35-generic ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.11.0-35-generic 5.11.0-35.37~20.04.1 ProcVersionSignature: Ubuntu 5.11.0-35.37~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-35-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Sep 17 01:41:01 2021 InstallationDate: Installed on 2020-08-03 (409 days ago) InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-signed-hwe-5.11 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943913/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1943913] Re: touchpad and keyboard are not working in 5.11.0-35
ii linux-modules-5.11.0-35-generic5.11.0-35.37~20.04.1 amd64Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP ii linux-modules-extra-5.11.0-35-generic 5.11.0-35.37~20.04.1 amd64Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP modules and modules-extra are installed. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu. https://bugs.launchpad.net/bugs/1943913 Title: touchpad and keyboard are not working in 5.11.0-35 Status in linux-signed-hwe-5.11 package in Ubuntu: New Bug description: [Summary] Touchpad and keyboard are not working after installing 5.11.0-35 from proposed. I tried to use 5.11.0-34, keyboard and touchpad are working. I found there are some error msg through dmesg, not sure are they related to this issue? [ 14.586201] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 15.069933] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 19.558182] psmouse serio1: Failed to enable mouse on isa0060/serio1 [Step to reproduce] 1. install ubuntu-20.04.2 2. enable proposed. 3. sudo apt update; sudo apt dist-upgrade -y 4. reboot. [Expected result] touchpad and keyboard are working. [Actual result] Can't get any response from both. [Failure rate] 5/5 [Additional information] CID: 201807-26321 SKU: BKN4-DVT2-C1 kernel-version: 5.11.0-35-generic ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.11.0-35-generic 5.11.0-35.37~20.04.1 ProcVersionSignature: Ubuntu 5.11.0-35.37~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-35-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Sep 17 01:41:01 2021 InstallationDate: Installed on 2020-08-03 (409 days ago) InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-signed-hwe-5.11 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943913/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp