[Bug 2100908] Re: Touchpad mouse-move not working on Lenovo ThinkPad X9-15 (but click works)

2025-03-05 Thread Richard Ebeling
Creating `/etc/libinput/local-overrides.quirks` with this content fixed it for me: ``` [Lenovo ThinkPad X9 15 Gen 1] MatchName=*GXTP5100* MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkPadX9-15Gen1*:* MatchUdevType=touchpad ModelPressurePad=1 ``` Quirk taken from this PR: https://gitlab.freedesktop.or

[Bug 2100908] Re: Touchpad mouse-move not working on Lenovo ThinkPad X9-15 (but click works)

2025-03-04 Thread Richard Ebeling
Ah, I just realized after submitting the bug that there has been a new post on the reddit thread since I last checked it, pointing towards a quirks file that claims to fix this issue here: https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1150 And another post about general linux s

[Bug 2100908] [NEW] Touchpad mouse-move not working on Lenovo ThinkPad X9-15 (but click works)

2025-03-04 Thread Richard Ebeling
Public bug reported: The touchpad of my ThinkPad x9-15 reports mouse clicks on firm press, but moving fingers on it doesn't move the mouse cursor. The touchpad works fine in the UEFI and on Windows. Touches and finger moves are also visualized perfectly fine in `libinput debug-gui`. To me, it look

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-10-05 Thread Richard Ebeling
I just had the opportunity to measure a longer sleep with the rc1+ kernel. The battery drain is still as high as before. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Battery drain du

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-09-01 Thread Richard Ebeling
Alright, here is the dmesg output for the rc1+ kernel. It still says power state D0 instead of D3 (Hope I didn't mess up anything this time): [ 65.241409] i801_smbus :00:1f.4: PCI PM: Suspend power state: D0 I did a quick test (about 30 minutes) on battery consumption yesterday, which also

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-09-01 Thread Richard Ebeling
1.28% battery drain per hour. dmesg still says: [ 5622.828022] i801_smbus :00:1f.4: PCI PM: Suspend power state: D0 ** Attachment added: "5.9.0_rc1+_1_dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886920/+attachment/5406429/+files/5.9.0_rc1+_1_dmesg.txt -- You receiv

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-09-01 Thread Richard Ebeling
Never mind, booted the wrong kernel (5.4.0). Will measure again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Battery drain during sleep. System suspended before kernel suspends al

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-08-23 Thread Richard Ebeling
output file of $ sudo acpidump -o acpidump.txt attached. ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886920/+attachment/5403829/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-08-19 Thread Richard Ebeling
Since some time passed, I took the freedom to use the up-to-date mainline kernel as of today (5.9-rc1) instead of 5.8-rc7 xhci_hcd printing "//Ding dong!" had me smiling. ** Attachment added: "dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886920/+attachment/5402796/+files/d

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-28 Thread Richard Ebeling
I commented out the three lines in /etc/rc.local and did the following: $ echo "blacklist btusb" | sudo tee /etc/modprobe.d/blacklist-btusb.conf $ sudo update-initramfs -u $ sudo reboot now output of dmesg does not contain "Bluetooth" (case sensitive) anymore and `lsmod | grep bt` gives no result

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-28 Thread Richard Ebeling
It is not possible to disable the Intel ME from the BIOS set up. I attached the result of running $ dmesg > dmesg.log after booting I rarely use bluetooth, so I keep it disabled. To automatically disable it after boot, I use rfkill in the rc.local file: ``` $ cat /etc/rc.local #!/bin/bash slee

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-18 Thread Richard Ebeling
** Description changed: The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636. kaihengfeng closed that one "Because there's no response from the original bug reporter." and asked to file a report for all devices affected, so here I am, duplicating the report. O

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-18 Thread Richard Ebeling
$ cat /sys/power/mem_sleep s2idle [deep] --- For testing /sys/power/pm_async set to 0, I did: $ cat /sys/class/power_supply/BAT1/energy_now 838 $ cat /sys/class/power_supply/BAT0/energy_now 2046 $ date Sa 18. Jul 13:21:18 CEST 2020 $ echo 0 | sudo tee /sys/power/pm_async 0 $ # suspended

[Bug 1886920] UdevDb.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393497/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Ba

[Bug 1886920] RfKill.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393496/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Ba

[Bug 1886920] WifiSyslog.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393498/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1886920] ProcCpuinfo.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393490/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920

[Bug 1886920] ProcCpuinfoMinimal.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393491/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1886920] ProcModules.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393494/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920

[Bug 1886920] ProcInterrupts.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393493/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/188

[Bug 1886920] CurrentDmesg.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393485/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920

[Bug 1886920] Lspci.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393487/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Batt

[Bug 1886920] PulseList.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393495/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Titl

[Bug 1886920] ProcEnviron.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393492/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920

[Bug 1886920] Lspci-vt.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393488/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title:

[Bug 1886920] Lsusb-v.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393489/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title:

[Bug 1886920] Re: Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-17 Thread Richard Ebeling
apport information ** Tags added: apport-collected focal ** Description changed: The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636. kaihengfeng closed that one "Because there's no response from the original bug reporter." and asked to file a report for all devic

[Bug 1886920] IwConfig.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393486/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title:

[Bug 1886920] CRDA.txt

2020-07-17 Thread Richard Ebeling
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1886920/+attachment/5393484/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886920 Title: Batter

[Bug 1886920] [NEW] Battery drain during sleep. System suspended before kernel suspends all tasks. Lenovo ThinkPad T460

2020-07-09 Thread Richard Ebeling
Public bug reported: The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636. kaihengfeng closed that one "Because there's no response from the original bug reporter." and asked to file a report for all devices affected, so here I am, duplicating the report. On Ubuntu MATE 18.04