[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-17 Thread Guicar
I found the last good (5.4 -rc5) and first bad kernel (5.4 -rc6).
But a little newbee for next tests. I assumed working version in command git 
bisect good is #201910271430 and bad #201911031940.Make localmodconfig produce 
a lot of questions so i didn't go further.. 

Last good kernel
uname -a
Linux Teclast 5.4.0-050400rc5-generic #201910271430 SMP Sun Oct 27 18:33:09 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ 2.4G Wireless Optical Mouse   id=8[slave  pointer  (2)]
⎜   ↳ Goodix Capacitive TouchScreen id=10   [slave  pointer  (2)]
⎜   ↳ HTIX5288:00 0911:5288 Mouse   id=11   [slave  pointer  (2)]
⎜   ↳ HTIX5288:00 0911:5288 Touchpadid=12   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard 
(3)]
↳ Video Bus id=6[slave  keyboard 
(3)]
↳ Power Button  id=7[slave  keyboard 
(3)]
↳ USB Camera: USB Cameraid=9[slave  keyboard 
(3)]
↳ Intel HID events  id=13   [slave  keyboard 
(3)]
↳ Intel HID 5 button array  id=14   [slave  keyboard 
(3)]
↳ AT Translated Set 2 keyboard  id=15   [slave  keyboard 
(3)]
↳ Goodix Capacitive TouchScreen id=16   [slave  keyboard 
(3)]

First bad kernel
uname -a
Linux Teclast 5.5.0-050500rc6-generic #202001122031 SMP Mon Jan 13 01:34:47 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ 2.4G Wireless Optical Mouse   id=8[slave  pointer  (2)]
⎜   ↳ Goodix Capacitive TouchScreen id=10   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard 
(3)]
↳ Video Bus id=6[slave  keyboard 
(3)]
↳ Power Button  id=7[slave  keyboard 
(3)]
↳ USB Camera: USB Cameraid=9[slave  keyboard 
(3)]
↳ Intel HID events  id=11   [slave  keyboard 
(3)]
↳ Intel HID 5 button array  id=12   [slave  keyboard 
(3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard 
(3)]
↳ Goodix Capacitive TouchScreen id=14   [slave  keyboard 
(3)]

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-13 Thread Kai-Heng Feng
Leimar, the issue you filed is different to this one.

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-13 Thread Kai-Heng Feng
Would it be possible for you to do a kernel bisection?

First, find the last -rc kernel works and the first -rc kernel doesn’t
work from http://kernel.ubuntu.com/~kernel-ppa/mainline/

Then,
$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good $(the working version you found)
$ git bisect bad $(the non-working version found)
$ make localmodconfig
$ make -j`nproc` deb-pkg
Install the newly built kernel, then reboot with it.
If it still have the same issue,
$ git bisect bad
Otherwise,
$ git bisect good
Repeat to "make -j`nproc` deb-pkg" until you find the offending commit.

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

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-10 Thread Leimar
I have the same touchpad and also have issues with it. In my case it
sometimes freeze, change the function of left button and spams error
messages to dmesg output.

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-10 Thread Guicar
Thank you for your quick reply !

Update done

uname -a
Linux Teclast 5.6.0-050600rc1-generic #202002092032 SMP Mon Feb 10 01:36:50 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

but unfortunately same issue.

Please advise.

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-10 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6-rc1/

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-10 Thread Paul White
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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

[Bug 1862639] Re: Touch pad not seen with kernel > 5.0.0-23

2020-02-10 Thread Guicar
With 5.3.0-28 Kernel HTIX5288:00 0911:5288 Touchpad id=11 [slave pointer
(2) device is missing.

uname -a
Linux Teclast 5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

xinput list

⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ 2.4G Wireless Optical Mouse   id=8[slave  pointer  (2)]
⎜   ↳ Goodix Capacitive TouchScreen id=10   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Video Bus id=6[slave  keyboard (3)]
↳ Power Button  id=7[slave  keyboard (3)]
↳ USB Camera: USB Cameraid=9[slave  keyboard (3)]
↳ Intel HID events  id=11   [slave  keyboard (3)]
↳ Intel HID 5 button array  id=12   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard (3)]
↳ Goodix Capacitive TouchScreen id=14   [slave  keyboard (3)]

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

Title:
  Touch pad not seen with kernel > 5.0.0-23

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

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