[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-09-11 Thread Josep Pujadas-Jubany
Similar problems with Acer TravelMate B118-M that has ElanTech touchpad ELAN0502. My distro is Lubuntu 16.04.6 LTS 64 bit with 4.15.0-60-generic kernel (up-to-date). Tried to upgrade the kernel to latest releases, but it claims for libssl1.1 (used in 18.04) and 16.04 uses libssl1.0 I tested the

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-06-21 Thread Mario Olmedo
using 5.2.0-050200rc3-generic worked for me. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog Status in

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-06-10 Thread nycnikato
Does anyone know which kernel DOES have this fix so I can upgrade ? This is an annoyance. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-20 Thread Kai-Heng Feng
No, it's not in 5.0-rc* yet. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog Status in linux package in

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-20 Thread Erick Pokladowski
Would 5.0.0-rc* work? -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-20 Thread Kai-Heng Feng
Please test the kernel in -proposed. It should solve this 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-15 Thread Erick Pokladowski
Doing sudo rmmod i2c_hid sudo rmmod hid worked for me. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-06 Thread Erick Pokladowski
Also, my syslog file took up 1.1 Gb. My computer only has 16. (Chromebook, s...) Even if I delete it, it comes back. -- 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/1793960 Title:

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2019-02-06 Thread Erick Pokladowski
This error happens, but even when I am not touching anything, I do ctrl alt f5 and it spams the shell. I can’t even put a command in. The only things I can do are shut down and exit shell. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-11-24 Thread javi
The same problem to me with the same model of computer. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-11-11 Thread Philipp
I did post the issue to the mailing list but did not receive any answer for the past 14 days. I know that other users are affected too, for example at reddit. This is really bad, because it essentially means that this laptop can not be used with linux at all without external mouse. -- You

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-10-04 Thread Kai-Heng Feng
Please report the issue to linux-in...@vger.kernel.org and cc the Elan driver author, kt.l...@emc.com.tw. -- 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/1793960 Title: Lenovo Ideapad

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-10-03 Thread Philipp
Also did depmod -a update-initramfs -u and verified with lsmod | grep i2c that i2c_hid is not loaded. still elan_i2c kernel errors in syslog. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-10-03 Thread Philipp
modprobe -r elan_i2c disables the touchpad. modprobe -r i2c_hid doesn't seem to have any effect. echo "blacklist i2c_hid" | sudo tee -a /etc/modprobe.d/blacklist.conf doesn't seem to have any effect either. -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-10-01 Thread Kai-Heng Feng
Both elan_i2c and hid_i2c want to use the device. Can you blacklist either one of these to see which one really works? -- 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/1793960 Title:

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-09-28 Thread Philipp
Thanks for your reply. This is a new laptop, so I am not able to say anything about prior kernel versions. With upstream kernel v4.19 the issue persists. ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-09-26 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.19

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-09-23 Thread Philipp
modprobe -r elan_i2c modprobe elan_i2c is a workaround. But Touchpad still freezes after some time. -- 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/1793960 Title: Lenovo Ideapad

[Kernel-packages] [Bug 1793960] Re: Lenovo Ideapad 320-15IAP trackpad spams kernel errors in syslog

2018-09-23 Thread Philipp
After some time the Touchpad now stops working and is not usable. External Mouse works fine. -- 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/1793960 Title: Lenovo Ideapad 320-15IAP