[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2021-09-30 Thread h3
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

If it can help anyone, this is a follow up on my issue. It seems the
reason the laptop wouldn't stay suspended was caused by a USB device
(even thought there were not any plugged in ..). You can find that using
"dmesg | grep -i acpi" and then look into the wakup config using "cat
/proc/acpi/wakeup".

Then you toggle devices until you find the problematic one using this
command, in my case it was "XHC" so: `echo XHC > /proc/acpi/wakeup`.
This will not overwrite the file, only toggle the relevant device.

When you found the culprit you can make that change permanent using
"crontab -e" and adding this line: "@reboot echo XHC >
/proc/acpi/wakeup". Otherwise the changes will be gone after next
reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2021-09-29 Thread h3
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I'm using Ubuntu 20.04 on an old Lenovo Yoga and none of the workaround
had any effect except adding "psmouse.synaptics_intertouch=0" to
GRUB_CMDLINE_LINUX in /etc/default/grub.

The only problem is that now it wont stay suspended.. It does go under
suspend mode for like 3 seconds and wakes up immediatly, but at least
the trackpad/nub still works.

sighs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-10-09 Thread Mladen Ivkovic
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I'm experiencing the same kind of issues on a Lenovo Thinkpad X1 and ubuntu 
20.4.
Additionally, I can't do right clicks via two-finger touch after waking up 
again.

I was having an issue with the TTY earlier, and only now noticed that
the issues rise up after the system went to sleep and woke up again. The
TTY wouldn't load, all I get is a blinking cursor which doesn't respond
to any keyboard input. I'm suspecting the issues are related, since both
happen only after a wake up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-07-04 Thread ...
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

sorry, in my last comment I didn't mean tty, I meant virtual terminal
(vt)..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-06-24 Thread ...
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I face the same issue with a lenovo thinkpad t420. After suspending the
left mouse button does not work. Everything else works fine.

I tried your suggestions with uncommenting i2c_i801 and adding
"psmouse.synaptics_intertouch=0" to grub. First I tried uncommenting;
this did not work. Then I added "psmouse.." to grub and keep i2c_i801
uncommented; this did not work. After that I tried only addind
"psmouse.." to grub which also did not work. I also tried to delete and
add psmouse and i2c_i801 from kernel with modprobe. Also no changes.

Another strange thing is, if I run "xinput list" and choose the id of
"SynPS/2 Synaptics TouchPad" and run "xinput --test 11" I get the
following result after pressing left button (1) first and then right
button (3):

button press   1 
button release 1 
button press   3 
button release 3

So it seems that the system is notified about it..

Here are some details about the system:

$ cat /proc/cmdline 
BOOT_IMAGE=/boot/vmlinuz-5.3.0-59-generic 
root=UUID=4a0ef122-9e1d-4b72-bcd7-928b326d1a9e ro quiet splash 
psmouse.synaptics_intertouch=0 vt.handoff=1

$ uname -a
Linux devicename 5.3.0-59-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic


Finally one thing which works independently from both changes (i2c_i801 and 
modifying grub) is to switch to another tty like pressing CTRL+ALT+F3 and 
switching back with CTRL+ALT+F2. But I do not have any idea, what is loaded or 
unloaded after doing this.

Let me know if you need more details..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-06-15 Thread Victorious
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

>From Kai-Heng Feng (kaihengfeng):
> Please try kernel parameter "psmouse.synaptics_intertouch=0".

Thank you. This solved my wake up problem on Lenovo Helix Tablet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-02-08 Thread StefanF
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

>From Kai-Heng Feng (kaihengfeng):
> Please try kernel parameter "psmouse.synaptics_intertouch=0".

Thank you so much, this solved the problem on my HP Omen 15-ax005ng
Laptop as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-01-04 Thread Ketil Malde
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

Chiming in.  Lenovo X1C gen 7, with NFC symbol, running Ubuntu 19.10
(5.3.0-24-generic), and trackpad not working after wakeup from suspend
(not sure which level, I just close the lid, notice leds slowly
blinking, then open it again).  Nothing about i2c in any
/etc/modprobe.d/* file.

Only caveat: running 1.20 system firmware (20QD00L1MX System Firmware)
since the latest gives me an unreliable external display when using
USB-C/Thunderbolt.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-12-08 Thread Youssoufou YABRE
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I had the same problem with ubuntu 20.04 daily build on
Thinkpad T440s .

adding "psmouse.synaptics_intertouch=0" to GRUB_CMDLINE_LINUX in
/etc/default/grub solved the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-12-02 Thread StefanF
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

One more info: When the problem occured, I always had to cold restart my
laptop (power off/on). A warm reboot did never help. Also reloading the
psmouse module did never help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-12-02 Thread StefanF
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I had a similar issue on my HP Omen Laptop with Debian 20. After resume
from long suspend (several hours), my touchpad always generated random
button events even while not touched.

I have exactly the same situation as Mathias wrote in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/comments/22

I didn't have i2c_i801 in my blacklist, but adding
"psmouse.synaptics_intertouch=0" to GRUB_CMDLINE_LINUX in
/etc/default/grub solved the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-07-24 Thread Brad Figg
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

** Tags added: cscc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-01-23 Thread Mathias
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

Commenting to help others: I'm on Ubuntu 18.10 on a Lenovo L540 laptop and had 
the same problem.
I didn't have i2c_i801 in my blacklist either, but still the touchpad would be 
unresponsive after suspend (so not a duplicate of #1786574). 

Adding "psmouse.synaptics_intertouch=0" to GRUB_CMDLINE_LINUX in
/etc/default/grub seems to have solved it for me as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2019-01-15 Thread bill
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

I've recently installed Ubuntu 18.04.01 on a Lenovo S540 laptop (full disk 
installation).
I have the kernel 4.15.0-43-generic and I had the same problem.
In my /etc/modprobe.d/blacklist.conf there was not module "i2c_i801" 
blacklisted, but still the touchpad would be inactive after a wake-up from 
suspension and it would come back after a restart.

Adding the parameter "psmouse.synaptics_intertouch=0" to grub solved the
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-28 Thread Anthony Wong
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

Thanks for the testing! We have another bug to remove i2c_i801 from
blacklist.conf, so I will set this bug as a duplicate.

** This bug has been marked a duplicate of bug 1786574
   remove i2c-i801 from blacklist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-28 Thread Joshua Powers
> Do you have "blacklist i2c_i801" in /etc/modprobe.d/blacklist.conf?

Yes it was there. I commented it out, rebooted, and tried the test
again. Afterwards there were no issues \o/ I repeated the test again and
it continued to work as expected.

> Please try kernel parameter "psmouse.synaptics_intertouch=0".

I re-blacklisted the i2c_i801 module above, added the parameter to
/etc/default/grub, and regenerated my grub. After reboot I ran the test
again and there were no issues. I again repeated the test and it
continued to work as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-28 Thread Kai-Heng Feng
Please try kernel parameter "psmouse.synaptics_intertouch=0".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-28 Thread Kai-Heng Feng
Please try psmouse.synaptics_intertouch=0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-27 Thread Anthony Wong
Do you have "blacklist i2c_i801" in /etc/modprobe.d/blacklist.conf? If
so could you remove the line, reboot and test again? Post dmesg if
anything is not working well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-27 Thread Server Team CI bot
Added kernel-bug-exists-upstream as this occurs on
4.18.3-041803-generic.

> Did this issue start happening after an update/upgrade?
No

> Was there a prior kernel version where you were not having this particular 
> problem?
On Bionic, I think I have always had this issue

** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2018-08-27 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18.3


** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Bionic)
   Status: New => Confirmed

** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788928

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs