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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1862639

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

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not sure Xorg is the right team, please reroute if not.       
  Teclast F5 touch pad not seen
                Not seen with kernel 5.3.0-38 , neither 5.4.-15 
(ubuntu,kubuntu,mint) but working like a charm with 5.0.0-23 and with kubuntu 
18.04 live.
                Command issued with 5.0.0-23 kernel:
                 xinput list
                ⎡ Virtual core pointer                          id=2    [master 
pointer  (3)]
                ⎜   ↳ Virtual core XTEST pointer                id=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 Touchpad            id=11   [slave  
pointer  (2)] ---> not seen with new kernels (1)**
                ⎣ 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 Camera                    id=9    
[slave  keyboard (3)]
                        ↳ Intel HID events                          id=12   
[slave  keyboard (3)]
                        ↳ Intel HID 5 button array                  id=13   
[slave  keyboard (3)]
                        ↳ AT Translated Set 2 keyboard              id=14   
[slave  keyboard (3)]
                        ↳ Goodix Capacitive TouchScreen             id=15   
[slave  keyboard (3)]
                
                (**1) ---> despite grub.conf modifcation with i8042.nopnp 
neither i8042.notimeout,i8042.nomux described at 
https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
  Uname: Linux 5.3.0-28-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Mon Feb 10 15:20:20 2020
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Device [8086:3185] (rev 03) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2212]
  InstallationDate: Installed on 2020-02-09 (0 days ago)
  InstallationMedia: Kubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: TECLAST F5
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-28-generic 
root=UUID=f459c555-b0c2-4e3f-9b81-08010853e2f7 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/21/2019
  dmi.bios.vendor: TECLAST
  dmi.bios.version: TECLAST13x.WX111J.NLGAUHP08
  dmi.board.asset.tag: Default string
  dmi.board.name: F5
  dmi.board.vendor: TECLAST
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 31
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnTECLAST:bvrTECLAST13x.WX111J.NLGAUHP08:bd08/21/2019:svnTECLAST:pnF5:pvrDefaultstring:rvnTECLAST:rnF5:rvrDefaultstring:cvnDefaultstring:ct31:cvrDefaultstring:
  dmi.product.family: Notebook
  dmi.product.name: F5
  dmi.product.sku: S5K7_A1
  dmi.product.version: Default string
  dmi.sys.vendor: TECLAST
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1862639/+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

Reply via email to