[Kernel-packages] [Bug 1414894] Re: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
Hi Joe, I just pulled 3.16.0-33.44 from utopic-proposed. The clickpad functions properly with this kernel and the "stuck click" issue is not present. Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1414894 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: Fix Released Status in linux source package in Utopic: Fix Committed Bug description: On the HP Stream 11, when the touchpad is physically depressed for a click (as opposed to a soft-tap) the mouse button down event happens, but the mouse button up event never happens, making further clicks impossible. You can observe that this is the case by running: sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep BTN_LEFT This issue was reported upstream to linux-input and a patch was written to address this issue: http://www.spinics.net/lists/linux-input/msg34957.html This patch landed upstream in v3.19-rc1: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=8414947a2018a98cf3adc975dc279f41ba30ab11 Backporting this single patch and applying it on the ubuntu 3.16.0 kernel resolves the issue and button up events can then be seen in the evtest command above. The backport is trivial but I have attached the patch anyway. This report duplicates the reports in bug #1398533, bug #1394869 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-29-generic 3.16.0-29.39 ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2 Uname: Linux 3.16.0-29-generic x86_64 ApportVersion: 2.14.7-0ubuntu8.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: scott 1884 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Mon Jan 26 20:34:17 2015 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=7e0219f5-53a8-49c9-9aeb-df81754515c5 InstallationDate: Installed on 2015-01-15 (11 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:b001 Realtek Semiconductor Corp. Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 001 Device 002: ID 05c8:036e Cheng Uei Precision Industry Co., Ltd (Foxlink) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed root=UUID=b6ff2fb5-c5f0-4e37-9cf2-f7d28c6ba4eb ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-29-generic N/A linux-backports-modules-3.16.0-29-generic N/A linux-firmware 1.138.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/05/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.05 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.10 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.05:bd11/05/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.10:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414894/+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 1414894] Re: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
Yes, the latest test kernel resolves the problem: > $ uname -a > Linux stream 3.16.0-30-generic #40~lp1414894v2 SMP Wed Jan 28 19:06:42 UTC > 2015 x86_64 x86_64 x86_64 GNU/Linux > > $ cat /sys/module/hid_rmi/srcversion > 289B1ECA557FAF6AA440A54 > $ sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep > BTN_LEFT > Event code 272 (BTN_LEFT) > Event: time 1422478409.163174, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 > Event: time 1422478409.304152, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0 > Event: time 1422478409.15, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 > Event: time 1422478409.777406, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0 > ^C Thanks -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1414894 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: In Progress Bug description: On the HP Stream 11, when the touchpad is physically depressed for a click (as opposed to a soft-tap) the mouse button down event happens, but the mouse button up event never happens, making further clicks impossible. You can observe that this is the case by running: sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep BTN_LEFT This issue was reported upstream to linux-input and a patch was written to address this issue: http://www.spinics.net/lists/linux-input/msg34957.html This patch landed upstream in v3.19-rc1: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=8414947a2018a98cf3adc975dc279f41ba30ab11 Backporting this single patch and applying it on the ubuntu 3.16.0 kernel resolves the issue and button up events can then be seen in the evtest command above. The backport is trivial but I have attached the patch anyway. This report duplicates the reports in bug #1398533, bug #1394869 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-29-generic 3.16.0-29.39 ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2 Uname: Linux 3.16.0-29-generic x86_64 ApportVersion: 2.14.7-0ubuntu8.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: scott 1884 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Mon Jan 26 20:34:17 2015 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=7e0219f5-53a8-49c9-9aeb-df81754515c5 InstallationDate: Installed on 2015-01-15 (11 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:b001 Realtek Semiconductor Corp. Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 001 Device 002: ID 05c8:036e Cheng Uei Precision Industry Co., Ltd (Foxlink) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed root=UUID=b6ff2fb5-c5f0-4e37-9cf2-f7d28c6ba4eb ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-29-generic N/A linux-backports-modules-3.16.0-29-generic N/A linux-firmware 1.138.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/05/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.05 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.10 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.05:bd11/05/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.10:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414894/+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 1414894] Re: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
Hi Joseph, the issue still seems to be present with the test kernel: > $ uname -a > Linux stream 3.16.0-30-generic #40~lp1414894v1 SMP Tue Jan 27 19:19:33 UTC > 2015 x86_64 x86_64 x86_64 GNU/Linux > $ cat /sys/module/hid_rmi/srcversion > 19894E2E646AB84E0BCFBED > $ sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep > BTN_LEFT > Event code 272 (BTN_LEFT) > Event: time 1422421513.599527, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 [ many clicks here not registered ] > ^C Is it possible that in the cherry pick you partially got some of the "has_gestures" and "has_rel" logic in rmi_populate_f11()? If that's the case then you could look at my patch for how I avoided that. Or you could also just pick this upstream commit before 8414947: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=9e2c327ee85e37264a1e04109efc7b97844afd0b Which will the get you all of the has_gestures/has_rel logic. A test build of the utopic kernel + 9e2c327 + 8414947 works for me to resolve the issue as well. If I'm off base with this guess then I'm not sure why it's not working but am happy to help debug. I'll keep my laptop with me tomorrow so I can test any other builds more quickly. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1414894 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: In Progress Bug description: On the HP Stream 11, when the touchpad is physically depressed for a click (as opposed to a soft-tap) the mouse button down event happens, but the mouse button up event never happens, making further clicks impossible. You can observe that this is the case by running: sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep BTN_LEFT This issue was reported upstream to linux-input and a patch was written to address this issue: http://www.spinics.net/lists/linux-input/msg34957.html This patch landed upstream in v3.19-rc1: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=8414947a2018a98cf3adc975dc279f41ba30ab11 Backporting this single patch and applying it on the ubuntu 3.16.0 kernel resolves the issue and button up events can then be seen in the evtest command above. The backport is trivial but I have attached the patch anyway. This report duplicates the reports in bug #1398533, bug #1394869 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-29-generic 3.16.0-29.39 ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2 Uname: Linux 3.16.0-29-generic x86_64 ApportVersion: 2.14.7-0ubuntu8.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: scott 1884 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Mon Jan 26 20:34:17 2015 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=7e0219f5-53a8-49c9-9aeb-df81754515c5 InstallationDate: Installed on 2015-01-15 (11 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:b001 Realtek Semiconductor Corp. Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 001 Device 002: ID 05c8:036e Cheng Uei Precision Industry Co., Ltd (Foxlink) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed root=UUID=b6ff2fb5-c5f0-4e37-9cf2-f7d28c6ba4eb ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-29-generic N/A linux-backports-modules-3.16.0-29-generic N/A linux-firmware 1.138.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/05/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.05 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.10 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.05:bd11/05/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.10:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard To mana
[Kernel-packages] [Bug 1414894] [NEW] [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
Public bug reported: On the HP Stream 11, when the touchpad is physically depressed for a click (as opposed to a soft-tap) the mouse button down event happens, but the mouse button up event never happens, making further clicks impossible. You can observe that this is the case by running: sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep BTN_LEFT This issue was reported upstream to linux-input and a patch was written to address this issue: http://www.spinics.net/lists/linux-input/msg34957.html This patch landed upstream in v3.19-rc1: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=8414947a2018a98cf3adc975dc279f41ba30ab11 Backporting this single patch and applying it on the ubuntu 3.16.0 kernel resolves the issue and button up events can then be seen in the evtest command above. The backport is trivial but I have attached the patch anyway. This report duplicates the reports in bug #1398533, bug #1394869 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-29-generic 3.16.0-29.39 ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2 Uname: Linux 3.16.0-29-generic x86_64 ApportVersion: 2.14.7-0ubuntu8.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: scott 1884 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Mon Jan 26 20:34:17 2015 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=7e0219f5-53a8-49c9-9aeb-df81754515c5 InstallationDate: Installed on 2015-01-15 (11 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:b001 Realtek Semiconductor Corp. Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 001 Device 002: ID 05c8:036e Cheng Uei Precision Industry Co., Ltd (Foxlink) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed root=UUID=b6ff2fb5-c5f0-4e37-9cf2-f7d28c6ba4eb ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-29-generic N/A linux-backports-modules-3.16.0-29-generic N/A linux-firmware 1.138.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/05/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.05 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.10 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.05:bd11/05/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.10:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug utopic ** Patch added: "BACKPORT-HID-rmi-Check-for-additional-ACM-registers-.patch" https://bugs.launchpad.net/bugs/1414894/+attachment/4306243/+files/BACKPORT-HID-rmi-Check-for-additional-ACM-registers-.patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1414894 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: New Bug description: On the HP Stream 11, when the touchpad is physically depressed for a click (as opposed to a soft-tap) the mouse button down event happens, but the mouse button up event never happens, making further clicks impossible. You can observe that this is the case by running: sudo evtest /dev/input/by-path/platform-80860F41\:00-event-mouse | grep BTN_LEFT This issue was reported upstream to linux-input and a patch was written to address this issue: http://www.spinics.net/lists/linux-input/msg34957.html This patch landed upstream in v3.19-rc1: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid /hid-rmi.c?id=8414947a2018a98cf3adc975dc279f41ba30ab11 Backporting this single patch and applying it on the ubuntu 3.16.0 kernel resolves the issue and button up events can then be seen in the evtest command above. The backport is trivial but I have attached the patch anyway. This report duplicates the reports in bug #1398533, bug #1394869 ProblemType: Bug DistroRelease: Ubuntu 14.10
[Kernel-packages] [Bug 1398533] Re: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
** Tags added: kernel-fixed-upstream-3.19-rc1 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398533 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: Triaged Bug description: After clicking once at the bottom of my clickpad on either button, if I move my cursor elsewhere on the screen, and then subsequently click again (with either clickpad or external mouse this time) it registers a click at the location where my cursor icon was originally. I can continue to move my cursor anywhere on the screen, and it still registers the click in the original location. WORKAROUND: This problem doesn't happen if I tap the clickpad for a simulated click. WORKAROUND: The following causes the clickpad to cease functioning, but allows the USB mouse to work normally: xinput set-prop 11 "Device Enabled" 0 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-25-generic 3.16.0-25.33 ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7 Uname: Linux 3.16.0-25-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: amordea1737 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Tue Dec 2 15:13:05 2014 HibernationDevice: RESUME=UUID=9d5cbd54-017f-45dc-a33f-f15e7196661a InstallationDate: Installed on 2014-12-02 (0 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic.efi.signed root=UUID=40a60a52-d575-4dd8-9425-7c22dbee89bd ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.16.0-25-generic N/A linux-backports-modules-3.16.0-25-generic N/A linux-firmware 1.138 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/25/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.02 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.0D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.02:bd09/25/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.0D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1398533/+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 1398533] Re: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10
I have an HP Stream 11 and am also seeing the "stuck click" problem. I built with the patch in comment #19 and can confirm that the problem is now fixed. Also I believe bug #1394869 is about the same issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398533 Title: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a click in Lubuntu 14.10 Status in linux package in Ubuntu: Triaged Bug description: After clicking once at the bottom of my clickpad on either button, if I move my cursor elsewhere on the screen, and then subsequently click again (with either clickpad or external mouse this time) it registers a click at the location where my cursor icon was originally. I can continue to move my cursor anywhere on the screen, and it still registers the click in the original location. WORKAROUND: This problem doesn't happen if I tap the clickpad for a simulated click. WORKAROUND: The following causes the clickpad to cease functioning, but allows the USB mouse to work normally: xinput set-prop 11 "Device Enabled" 0 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-25-generic 3.16.0-25.33 ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7 Uname: Linux 3.16.0-25-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: amordea1737 F lxpanel CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDesktop: LXDE Date: Tue Dec 2 15:13:05 2014 HibernationDevice: RESUME=UUID=9d5cbd54-017f-45dc-a33f-f15e7196661a InstallationDate: Installed on 2014-12-02 (0 days ago) InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Hewlett-Packard HP Stream Notebook PC 11 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic.efi.signed root=UUID=40a60a52-d575-4dd8-9425-7c22dbee89bd ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.16.0-25-generic N/A linux-backports-modules-3.16.0-25-generic N/A linux-firmware 1.138 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/25/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.02 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8023 dmi.board.vendor: Hewlett-Packard dmi.board.version: 54.0D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.02:bd09/25/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.0D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Stream Notebook PC 11 dmi.product.version: Type1 - ProductConfigId dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1398533/+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