[Kernel-packages] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-01 Thread rambhau
Same issue with Lenovo V15 Gen 4 AMN, AMD Ryzen 5 7520u.
Fix Released? where?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-6.2 in Ubuntu.
https://bugs.launchpad.net/bugs/2034477

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in linux-signed-hwe-6.2 package in Ubuntu:
  Fix Released

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


[Kernel-packages] [Bug 2037762] Re: UBSAN: array-index-out-of-bounds in /build/linux-IPoq5q/linux-6.5.0/drivers/gpu/drm/radeon/radeon_atombios.c:2620:43

2023-10-01 Thread Juerg Haefliger
Most likely a result of this:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2d47c6956ab3


** Tags added: kernel-flexible-array

-- 
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/2037762

Title:
  UBSAN: array-index-out-of-bounds in /build/linux-
  IPoq5q/linux-6.5.0/drivers/gpu/drm/radeon/radeon_atombios.c:2620:43

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Mantic with linux 6.5 an error appears in dmesg:

  [   10.281317] 

  [   10.281323] fbcon: Taking over console
  [   10.281327] UBSAN: array-index-out-of-bounds in 
/build/linux-IPoq5q/linux-6.5.0/drivers/gpu/drm/radeon/radeon_atombios.c:2620:43
  [   10.281334] index 1 is out of range for type 'UCHAR [1]'
  [   10.281338] CPU: 2 PID: 321 Comm: (udev-worker) Not tainted 
6.5.0-5-generic #5-Ubuntu
  [   10.281341] Hardware name: System manufacturer System Product Name/P5Q3, 
BIOS 110206/11/2010
  [   10.281342] Call Trace:
  [   10.281345]  
  [   10.281349]  dump_stack_lvl+0x48/0x70
  [   10.281359]  dump_stack+0x10/0x20
  [   10.281362]  __ubsan_handle_out_of_bounds+0xc6/0x110
  [   10.281366]  radeon_atombios_parse_power_table_4_5+0x3c9/0x3f0 [radeon]
  [   10.281506]  radeon_atombios_get_power_modes+0x205/0x210 [radeon]
  [   10.281596]  radeon_pm_init_dpm+0x8e/0x2f0 [radeon]
  [   10.281709]  radeon_pm_init+0xd0/0x100 [radeon]
  [   10.281821]  rv770_init+0x1fa/0x3d0 [radeon]
  [   10.281933]  radeon_device_init+0x540/0xa90 [radeon]
  [   10.282021]  radeon_driver_load_kms+0xcc/0x2f0 [radeon]
  [   10.282111]  drm_dev_register+0x10e/0x240 [drm]
  [   10.282194]  radeon_pci_probe+0xec/0x180 [radeon]
  [   10.282280]  local_pci_probe+0x47/0xb0
  [   10.282285]  pci_call_probe+0x55/0x190
  [   10.282289]  pci_device_probe+0x84/0x120
  [   10.282293]  really_probe+0x1c7/0x410
  [   10.282297]  __driver_probe_device+0x8c/0x180
  [   10.282300]  driver_probe_device+0x24/0xd0
  [   10.282303]  __driver_attach+0x10b/0x210
  [   10.282306]  ? __pfx___driver_attach+0x10/0x10
  [   10.282309]  bus_for_each_dev+0x8d/0xf0
  [   10.282316]  driver_attach+0x1e/0x30
  [   10.282319]  bus_add_driver+0x127/0x240
  [   10.282327]  driver_register+0x5e/0x130
  [   10.282330]  ? __pfx_radeon_module_init+0x10/0x10 [radeon]
  [   10.282416]  __pci_register_driver+0x62/0x70
  [   10.282419]  radeon_module_init+0x4c/0xff0 [radeon]
  [   10.282504]  do_one_initcall+0x5e/0x340
  [   10.282510]  do_init_module+0x68/0x260
  [   10.282514]  load_module+0xba1/0xcf0
  [   10.282518]  ? vfree+0xff/0x2d0
  [   10.282522]  init_module_from_file+0x96/0x100
  [   10.282526]  ? init_module_from_file+0x96/0x100
  [   10.282530]  idempotent_init_module+0x11c/0x2b0
  [   10.282534]  __x64_sys_finit_module+0x64/0xd0
  [   10.282537]  do_syscall_64+0x5c/0x90
  [   10.282542]  ? syscall_exit_to_user_mode+0x37/0x60
  [   10.282545]  ? do_syscall_64+0x68/0x90
  [   10.282549]  ? do_syscall_64+0x68/0x90
  [   10.282552]  ? do_syscall_64+0x68/0x90
  [   10.282555]  ? do_syscall_64+0x68/0x90
  [   10.282558]  ? sysvec_call_function+0x4b/0xd0
  [   10.282567]  entry_SYSCALL_64_after_hwframe+0x6e/0xd8
  [   10.282574] RIP: 0033:0x7f94cb925c5d
  [   10.282591] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 
f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d 8b 71 13 00 f7 d8 64 89 01 48
  [   10.282594] RSP: 002b:7ffcffbfa7b8 EFLAGS: 0246 ORIG_RAX: 
0139
  [   10.282597] RAX: ffda RBX: 55b39a100500 RCX: 
7f94cb925c5d
  [   10.282599] RDX: 0004 RSI: 7f94cbb3c44a RDI: 
0017
  [   10.282601] RBP: 7f94cbb3c44a R08: 0040 R09: 
fde0
  [   10.282602] R10: fe18 R11: 0246 R12: 
0002
  [   10.282604] R13: 55b39a103ba0 R14:  R15: 
55b39a0fe210
  [   10.282607]  
  [   10.282611] 


  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-image-6.5.0-5-generic 6.5.0-5.5
  ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
  Uname: Linux 6.5.0-5-generic x86_64
  ApportVersion: 2.27.0-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eugene 1346 F wireplumber
   /dev/snd/controlC1:  eugene 1346 F wireplumber
   /dev/snd/seq:eugene 1345 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Sat Sep 30 00:12:30 2023
  HibernationDevice: RESUME=UUID=7e115b53-56a4-444f-bd93-6ad4f15c4a61
  InstallationDate: Installed on 2019-04-13 (1630 days ago)
  InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.1)
 

[Kernel-packages] [Bug 2037938] [NEW] Include USB drivers in linux-modules

2023-10-01 Thread Juerg Haefliger
Public bug reported:

Some useful USB drivers (specifically for USB wifi dongles) are missing
in linux-modules, so include (almost) all USB drivers in linux-modules.

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-raspi (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Also affects: linux-raspi (Ubuntu Mantic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/2037938

Title:
  Include USB drivers in linux-modules

Status in linux-raspi package in Ubuntu:
  New
Status in linux-raspi source package in Mantic:
  New

Bug description:
  Some useful USB drivers (specifically for USB wifi dongles) are
  missing in linux-modules, so include (almost) all USB drivers in
  linux-modules.

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


[Kernel-packages] [Bug 2037936] [NEW] Exclude DRM modules from linux-modules

2023-10-01 Thread Juerg Haefliger
Public bug reported:

DRM modules and their firmwares end up in the initrd and blow up its
size. Most of them, especially nouveau and radeon, are unlikely to be
used on a Pi, so move the modules to linux-modules-extra.

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-raspi (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Also affects: linux-raspi (Ubuntu Mantic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/2037936

Title:
  Exclude DRM modules from linux-modules

Status in linux-raspi package in Ubuntu:
  New
Status in linux-raspi source package in Mantic:
  New

Bug description:
  DRM modules and their firmwares end up in the initrd and blow up its
  size. Most of them, especially nouveau and radeon, are unlikely to be
  used on a Pi, so move the modules to linux-modules-extra.

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


[Kernel-packages] [Bug 2037906] Missing required logs.

2023-10-01 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 2037906

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2037906

Title:
  [Intel AX201] Bluetooth LE not working after upgrade from 22.04 to
  23.10

Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  syslog:
  2023-09-20T09:32:54.138852+02:00 zaionc kernel: [   13.539860] Bluetooth: 
hci0: Waiting for firmware download to complete
  2023-09-20T09:32:54.138857+02:00 zaionc kernel: [   13.540223] Bluetooth: 
hci0: Firmware loaded in 1706498 usecs
  2023-09-20T09:32:54.138858+02:00 zaionc kernel: [   13.540278] Bluetooth: 
hci0: Waiting for device to boot
  2023-09-20T09:32:54.154894+02:00 zaionc kernel: [   13.555430] Bluetooth: 
hci0: Malformed MSFT vendor event: 0x02
  2023-09-20T09:32:54.154908+02:00 zaionc kernel: [   13.555482] Bluetooth: 
hci0: Device booted in 14872 usecs
  2023-09-20T09:32:54.154910+02:00 zaionc kernel: [   13.555913] Bluetooth: 
hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
  2023-09-20T09:32:54.158856+02:00 zaionc kernel: [   13.558300] Bluetooth: 
hci0: Applying Intel DDC parameters completed
  2023-09-20T09:32:54.158859+02:00 zaionc kernel: [   13.559326] Bluetooth: 
hci0: Firmware revision 0.4 build 249 week 27 2023

  lshw:
    *-usb:5
     description: Bluetooth wireless interface
     product: AX201 Bluetooth
     vendor: Intel Corp.
     physical id: a
     bus info: usb@3:a
     version: 0.02
     capabilities: bluetooth usb-2.01
     configuration: driver=btusb maxpower=100mA speed=12Mbit/s

  root@zaionc:~# hcitool lescan
  Set scan parameters failed: Input/output error

  At first bluetooth stopped working at all due to Ubuntu bug = missing
  firmware. It was fixed recently and now the bluetooth module seems
  fine, but the whole BTLE part is not available. Particularly I cannot
  detect/pair Logitech M720 mouse.

  Platform: ThinkPad T14 Gen 2i

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


[Kernel-packages] [Bug 2037906] Re: Bluetooth LE not working after upgrade from 22.04 to 23.10

2023-10-01 Thread Daniel van Vugt
** Tags added: mantic

** Summary changed:

- Bluetooth LE not working after upgrade from 22.04 to 23.10
+ [Intel AX201] Bluetooth LE not working after upgrade from 22.04 to 23.10

** Package changed: ubuntu => linux (Ubuntu)

** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/2037906

Title:
  [Intel AX201] Bluetooth LE not working after upgrade from 22.04 to
  23.10

Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  syslog:
  2023-09-20T09:32:54.138852+02:00 zaionc kernel: [   13.539860] Bluetooth: 
hci0: Waiting for firmware download to complete
  2023-09-20T09:32:54.138857+02:00 zaionc kernel: [   13.540223] Bluetooth: 
hci0: Firmware loaded in 1706498 usecs
  2023-09-20T09:32:54.138858+02:00 zaionc kernel: [   13.540278] Bluetooth: 
hci0: Waiting for device to boot
  2023-09-20T09:32:54.154894+02:00 zaionc kernel: [   13.555430] Bluetooth: 
hci0: Malformed MSFT vendor event: 0x02
  2023-09-20T09:32:54.154908+02:00 zaionc kernel: [   13.555482] Bluetooth: 
hci0: Device booted in 14872 usecs
  2023-09-20T09:32:54.154910+02:00 zaionc kernel: [   13.555913] Bluetooth: 
hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
  2023-09-20T09:32:54.158856+02:00 zaionc kernel: [   13.558300] Bluetooth: 
hci0: Applying Intel DDC parameters completed
  2023-09-20T09:32:54.158859+02:00 zaionc kernel: [   13.559326] Bluetooth: 
hci0: Firmware revision 0.4 build 249 week 27 2023

  lshw:
    *-usb:5
     description: Bluetooth wireless interface
     product: AX201 Bluetooth
     vendor: Intel Corp.
     physical id: a
     bus info: usb@3:a
     version: 0.02
     capabilities: bluetooth usb-2.01
     configuration: driver=btusb maxpower=100mA speed=12Mbit/s

  root@zaionc:~# hcitool lescan
  Set scan parameters failed: Input/output error

  At first bluetooth stopped working at all due to Ubuntu bug = missing
  firmware. It was fixed recently and now the bluetooth module seems
  fine, but the whole BTLE part is not available. Particularly I cannot
  detect/pair Logitech M720 mouse.

  Platform: ThinkPad T14 Gen 2i

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


[Kernel-packages] [Bug 2037906] [NEW] [Intel AX201] Bluetooth LE not working after upgrade from 22.04 to 23.10

2023-10-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

syslog:
2023-09-20T09:32:54.138852+02:00 zaionc kernel: [   13.539860] Bluetooth: hci0: 
Waiting for firmware download to complete
2023-09-20T09:32:54.138857+02:00 zaionc kernel: [   13.540223] Bluetooth: hci0: 
Firmware loaded in 1706498 usecs
2023-09-20T09:32:54.138858+02:00 zaionc kernel: [   13.540278] Bluetooth: hci0: 
Waiting for device to boot
2023-09-20T09:32:54.154894+02:00 zaionc kernel: [   13.555430] Bluetooth: hci0: 
Malformed MSFT vendor event: 0x02
2023-09-20T09:32:54.154908+02:00 zaionc kernel: [   13.555482] Bluetooth: hci0: 
Device booted in 14872 usecs
2023-09-20T09:32:54.154910+02:00 zaionc kernel: [   13.555913] Bluetooth: hci0: 
Found Intel DDC parameters: intel/ibt-19-0-4.ddc
2023-09-20T09:32:54.158856+02:00 zaionc kernel: [   13.558300] Bluetooth: hci0: 
Applying Intel DDC parameters completed
2023-09-20T09:32:54.158859+02:00 zaionc kernel: [   13.559326] Bluetooth: hci0: 
Firmware revision 0.4 build 249 week 27 2023

lshw:
  *-usb:5
   description: Bluetooth wireless interface
   product: AX201 Bluetooth
   vendor: Intel Corp.
   physical id: a
   bus info: usb@3:a
   version: 0.02
   capabilities: bluetooth usb-2.01
   configuration: driver=btusb maxpower=100mA speed=12Mbit/s

root@zaionc:~# hcitool lescan
Set scan parameters failed: Input/output error

At first bluetooth stopped working at all due to Ubuntu bug = missing
firmware. It was fixed recently and now the bluetooth module seems fine,
but the whole BTLE part is not available. Particularly I cannot
detect/pair Logitech M720 mouse.

Platform: ThinkPad T14 Gen 2i

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: mantic
-- 
[Intel AX201] Bluetooth LE not working after upgrade from 22.04 to 23.10
https://bugs.launchpad.net/bugs/2037906
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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


[Kernel-packages] [Bug 2018236] Re: Fix ADL: System shutdown automatically when run Prime95 with i9-12900K

2023-10-01 Thread jeremyszu
** Also affects: linux-meta-hwe-5.15 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-meta-hwe-5.15 (Ubuntu Jammy)
   Status: New => Fix Released

** Changed in: linux-meta-hwe-5.15 (Ubuntu Jammy)
   Status: Fix Released => Invalid

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

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to thermald in Ubuntu.
https://bugs.launchpad.net/bugs/2018236

Title:
  Fix ADL: System shutdown automatically when run Prime95 with
  i9-12900K

Status in linux package in Ubuntu:
  Fix Released
Status in linux-meta-hwe-5.15 package in Ubuntu:
  New
Status in thermald package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  New
Status in linux-meta-hwe-5.15 source package in Focal:
  New
Status in thermald source package in Focal:
  In Progress
Status in linux source package in Jammy:
  New
Status in linux-meta-hwe-5.15 source package in Jammy:
  Invalid
Status in thermald source package in Jammy:
  Fix Released

Bug description:
  [Description]
  System shutdown automatically when stressing the machine.

  [Fix]
  Need these two to fix the issue.

  cbdd92b) Parse idsp and trips
  d385f20) Use PL1 max/min from PPCC when policies match
  
https://github.com/intel/thermal_daemon/commit/d385f20764e1e5477450405be71ec719adc973be

  [Test Case]
  1. Find a unit with i9-12900k CPU and air cooling
  2. Install tools
  #sudo apt install stress-ng s-tui
  #sudo systemctl stop thermald
  #sudo thermald --no-daemon --loglevel=debug --adaptive --ignore-cpuid-check > 
thermald_log.txt &
  #download prime95 linux version: p95v308b15.linux64.tar.gz and decompress
  4. Stress test: (you may need to open multiple terminals for the test)
  #./mprime
  #sudo stress-ng -a 0 --class cpu,cpu-cache --ignite-cpu -v
  5. monitor cpu temperature for 6 hours if you didn’t hit overheat and 
shutdown issue.
  #sudo s-tui -c

  [Where problems could occur]
  low

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


[Kernel-packages] [Bug 2025616] Re: kernel Firmware Bug: TSC ADJUST differs failures during suspend

2023-10-01 Thread Stephen Carr
I have the same problem - see attached.

Linux Lenovo-ideapad-520 6.2.0-33-generic #33~22.04.1-Ubuntu SMP
PREEMPT_DYNAMIC Thu Sep  7 10:33:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux


Oct 02 08:11:31 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is about to suspend
Oct 02 08:11:44 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is resuming
Oct 02 08:41:45 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is about to suspend
Oct 02 08:41:57 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is resuming
Oct 02 09:11:58 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is about to suspend
Oct 02 09:12:12 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is resuming
Oct 02 09:42:12 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is about to suspend
Oct 02 09:42:26 Lenovo-ideapad-520 ModemManager[1667]:   
[sleep-monitor-systemd] system is resuming


** Attachment added: "Suspend fail Firmware bug TSC ADJUST"
   
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia/+bug/2025616/+attachment/5705748/+files/Suspend-TSC-Bug.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-nvidia in Ubuntu.
https://bugs.launchpad.net/bugs/2025616

Title:
  kernel Firmware Bug: TSC ADJUST differs failures during suspend

Status in linux-nvidia package in Ubuntu:
  New

Bug description:
  [Summary]
  Discoverd kernel error message during suspend stress test
  test case id: power-management/suspend_30_cycles_with_reboots

  collected log
  ~~~
  High failures:
s3: 180 failures
  
  HIGH Kernel message: [38779.612837] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5266754042. Restoring (x 3)
  HIGH Kernel message: [38839.622411] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5295340520. Restoring (x 3)
  HIGH Kernel message: [38868.467564] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5270514862. Restoring (x 3)
  HIGH Kernel message: [38897.419897] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5275834616. Restoring (x 3)
  HIGH Kernel message: [38926.135900] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5249511520. Restoring (x 3)
  HIGH Kernel message: [38955.114760] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5252454094. Restoring (x 3)
  HIGH Kernel message: [38983.860142] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5270474360. Restoring (x 3)
  HIGH Kernel message: [39012.819868] [Firmware Bug]: TSC ADJUST differs: 
CPU0 0 --> -5264045578. Restoring (x 3)
  ~~~

  [Failure rate]
  1/1

  [Additional information]
  CID: 201711-25989
  SKU: DGX-1 Station
  system-manufacturer: NVIDIA
  system-product-name: DGX Station
  bios-version: 0406
  CPU: Intel(R) Xeon(R) CPU E5-2698 v4 @ 2.20GHz (40x)
  GPU: 07:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device 
[10de:1db2] (rev a1)
  08:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device 
[10de:1db2] (rev a1)
  0e:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device 
[10de:1db2] (rev a1)
  0f:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device 
[10de:1db2] (rev a1)
  nvidia-driver-version: 525.105.17
  kernel-version: 5.15.0-1028-nvidia

  [Stage]
  Issue reported and logs collected at a later stage

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


[Kernel-packages] [Bug 2013236] Re: b43 driver conflicts with bcmwl driver for some Broadcom devices

2023-10-01 Thread Brian Murray
This did not seem to fix the issue entirely see bug 2037894 for details.

** Changed in: ubuntu-drivers-common (Ubuntu Lunar)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/2013236

Title:
  b43 driver conflicts with bcmwl driver for some Broadcom devices

Status in broadcom-sta package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  Invalid
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in broadcom-sta source package in Lunar:
  New
Status in linux-firmware source package in Lunar:
  Invalid
Status in ubuntu-drivers-common source package in Lunar:
  Triaged
Status in broadcom-sta source package in Mantic:
  New
Status in linux-firmware source package in Mantic:
  Invalid
Status in ubuntu-drivers-common source package in Mantic:
  Fix Released

Bug description:
  Specifically for Lunar - using a Macbook Air 2012, its wireless driver
  was not enabled even though I ticked the wireless tickbox on the
  installer.

  A quick look at the installer logs reveals various issues

  syslog:2023-03-29T18:01:25.141599+00:00 ubuntu-budgie kernel: [   43.063747] 
b43 bcma0:1: Direct firmware load for b43/ucode29_mimo.fw failed with error -2
  syslog:2023-03-29T18:01:25.141625+00:00 ubuntu-budgie kernel: [   43.063802] 
b43 bcma0:1: Direct firmware load for b43/ucode29_mimo.fw failed with error -2
  syslog:2023-03-29T18:01:25.141626+00:00 ubuntu-budgie kernel: [   43.063862] 
b43 bcma0:1: Direct firmware load for b43-open/ucode29_mimo.fw failed with 
error -2
  syslog:2023-03-29T18:01:25.141626+00:00 ubuntu-budgie kernel: [   43.063908] 
b43 bcma0:1: Direct firmware load for b43-open/ucode29_mimo.fw failed with 
error -2

  I will attach the installer logs manually since this was captured
  after the installation

  Note - on 20.04.6, 22.04.2 and 22.10 with the same laptop bcmwl was
  installed correctly during the install so this is a regression with
  the 6.2 kernel

  Workaround
  --
  You'll first need to blacklist the b43 driver by adding a blacklist file to 
/etc/modprobe.d/b43.conf with the contents "blacklist b43". Then run 
"update-initramfs -u". Then install the bcmwl-kernel-source package. After a 
reboot your wireless device should be available.

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


[Kernel-packages] [Bug 2037768] Re: Laptop internal keyboard not working on ASUS Vivobook Go E1504GA

2023-10-01 Thread Matt C
I have built a custom patched kernel 6.5.0-5-generic (#5, 6.5.0-5.5) on this 
hardware, running on mantic 
 (development branch) and I can confirm that the linked patch makes the 
internal keyboard work as expected.

-- 
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/2037768

Title:
   Laptop internal keyboard not working on ASUS Vivobook Go E1504GA

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On laptop model ASUS Vivobook 15 Go E1504GA the internal keyboard
  doesn't work on Ubuntu Linux 23.04 and 23.10 Beta. Typing has no
  effect.

  A kernel bug has been filed for this issue, 217660:
  https://bugzilla.kernel.org/show_bug.cgi?id=217660

  This issue has been experienced for other laptops, including other
  Vivobooks (see related kernel bug 216158). After running:

  cat /sys/firmware/acpi/tables/DSDT > dsdt.dat
  iasl -d dsdt.dat
  grep -A 40 PS2K dsdt.dsl | grep IRQ -A 1

  I got the output:

  IRQ (Level, ActiveLow, Exclusive, )
  {1}

  This seems to be the same bug as the one linked above which has a
  patch for a list of other models.

  I have also verified the issue still exists on recent mainline
  kernels:

  linux-image-6.5.0-5-generic 6.5.0-5.5 amd64
  linux-image-unsigned-6.5.0-060500-generic6.5.0-060500.202308271831 amd64
  linux-image-unsigned-6.5.5-060505-generic6.5.5-060505.202309230703 amd64
  linux-image-unsigned-6.6.0-060600rc3-generic 6.6.0-060600rc3.202309242231 
amd64

  I think this model needs adding to the quirks list in the keyboard IRQ
  fix patch on kernel bug 216158. Other users have tested the patch with
  this model added and it worked.
  https://bugzilla.kernel.org/show_bug.cgi?id=216158

  Other blocking Ubuntu issues for this model:
    * The Ubuntu 23.04 installer partitioning tool misdetects the sector size 
of the 256GB SkHynix M.2 SSD as 512 bytes instead of 4096 bytes, so fails to 
install
    * The Ubuntu 23.10 beta installer partitioning tool is different (like 
gparted), correctly detects the sector size, thus installation is successful. 
However on boot the OS drops to the emergency initrd shell and cannot find the 
root volume. Adding missing modules ufshcd, ufshcd_pci to 
/etc/initramfs-tools/modules and rebuilding initrd resolves this problem
    * Wi-Fi and Bluetooth for this laptop is not supported yet in the kernel: 
MediaTek mt7902 (AzureWave Device 5520)

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-image-6.5.0-5-generic 6.5.0-5.5
  ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
  Uname: Linux 6.5.0-5-generic x86_64
  ApportVersion: 2.27.0-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  matt   1793 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Fri Sep 29 23:41:46 2023
  InstallationDate: Installed on 2023-09-26 (4 days ago)
  InstallationMedia: Ubuntu-Unity 23.10 "Mantic Minotaur" - Beta amd64 
(20230925)
  IwConfig:
   lono wireless extensions.

   enx00249b295e86  no wireless extensions.
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcEnviron:
   LANG=en_GB.UTF-8
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-5-generic 
root=UUID=98d305e7-5c6d-4a8a-af45-d2357ea3c3bd ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-5-generic N/A
   linux-backports-modules-6.5.0-5-generic  N/A
   linux-firmware   20230919.git3672ccab-0ubuntu2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/28/2023
  dmi.bios.release: 5.27
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: E1504GA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: E1504GA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.ec.firmware.release: 254.222
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrE1504GA.301:bd04/28/2023:br5.27:efr254.222:svnASUSTeKCOMPUTERINC.:pnVivobookGoE1504GA_E1504GA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnE1504GA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: Vivobook
  dmi.product.name: Vivobook Go E1504GA_E1504GA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to 

[Kernel-packages] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-01 Thread Rayen Majoul
** Changed in: linux-signed-hwe-6.2 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-6.2 in Ubuntu.
https://bugs.launchpad.net/bugs/2034477

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in linux-signed-hwe-6.2 package in Ubuntu:
  Fix Released

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


[Kernel-packages] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-01 Thread Jean-Marie Tschanz
Same touchpad + mouse issue here. When I'm online I must alternate
plugging mouse and keyboard in order to navigate

** Attachment added: "devices"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.2/+bug/2034477/+attachment/5705640/+files/devices

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-6.2 in Ubuntu.
https://bugs.launchpad.net/bugs/2034477

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


[Kernel-packages] [Bug 2037789] Re: I must plug an external keyboard+mouse on Lenovo V15 Gen 4

2023-10-01 Thread Jean-Marie Tschanz
Maybe others have a different bug but it seems I'm not the only one with
this issue on Lenovo V15 G4

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-6.2 in Ubuntu.
https://bugs.launchpad.net/bugs/2037789

Title:
  I must plug an external keyboard+mouse on Lenovo V15 Gen 4

Status in linux-signed-hwe-6.2 package in Ubuntu:
  New

Bug description:
  Hello everyone, I'm Jean-Marie, my journey with linux has just
  started.

  So I can't use my touchpad and keyboard on this new Lenovo V15 Gen 4
  "cat /proc/bus/input/devices" 

  doesn't show

  "I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
  N: Name="SynPS/2 Synaptics TouchPad"
  P: Phys=isa0060/serio2/input0
  S: Sysfs=/devices/platform/i8042/serio2/input/input8
  U: Uniq=
  H: Handlers=mouse2 event8
  B: EV=b
  B: KEY=420 0 7 0 0 0 0 0 0 0 0
  B: ABS=1103"

  but instead of it I get

  "I: Bus=0019 Vendor= Product=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
  H: Handlers=event0 
  B: PROP=0
  B: EV=21
  B: SW=1

  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=PNP0C0C/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  U: Uniq=
  H: Handlers=kbd event1 
  B: PROP=0
  B: EV=3
  B: KEY=10 0

  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: 
Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input3
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0

  I: Bus=0003 Vendor=046d Product=c077 Version=0111
  N: Name="Logitech USB Optical Mouse"
  P: Phys=usb-:04:00.4-2/input0
  S: 
Sysfs=/devices/pci:00/:00:08.1/:04:00.4/usb3/3-2/3-2:1.0/0003:046D:C077.0003/input/input7
  U: Uniq=
  H: Handlers=mouse0 event6 
  B: PROP=0
  B: EV=17
  B: KEY=7 0 0 0 0
  B: REL=903
  B: MSC=10

  I: Bus=0019 Vendor= Product= Version=
  N: Name="Ideapad extra buttons"
  P: Phys=ideapad/input0
  S: Sysfs=/devices/pci:00/:00:14.3/PNP0C09:00/VPC2004:00/input/input8
  U: Uniq=
  H: Handlers=rfkill kbd event7 
  B: PROP=0
  B: EV=13
  B: KEY=8000 1000 0 81000800100c03 44300400 0 2
  B: MSC=10

  I: Bus=0003 Vendor=5986 Product=2160 Version=5806
  N: Name="Integrated Camera: Integrated C"
  P: Phys=usb-:05:00.0-1/button
  S: 
Sysfs=/devices/pci:00/:00:08.3/:05:00.0/usb5/5-1/5-1:1.0/input/input9
  U: Uniq=
  H: Handlers=kbd event8 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.1/:04:00.1/sound/card0/input10
  U: Uniq=
  H: Handlers=event9 
  B: PROP=0
  B: EV=21
  B: SW=140

  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic HDMI/DP,pcm=7"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.1/:04:00.1/sound/card0/input11
  U: Uniq=
  H: Handlers=event10 
  B: PROP=0
  B: EV=21
  B: SW=140

  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.1/:04:00.6/sound/card1/input12
  U: Uniq=
  H: Handlers=event11 
  B: PROP=0
  B: EV=21
  B: SW=10

  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.1/:04:00.6/sound/card1/input13
  U: Uniq=
  H: Handlers=event12 
  B: PROP=0
  B: EV=21
  B: SW=4

  I: Bus=0003 Vendor=04ca Product=007d Version=0111
  N: Name="Liteon Technology Corp. USB wired keyboard"
  P: Phys=usb-:04:00.4-1/input0
  S: 
Sysfs=/devices/pci:00/:00:08.1/:04:00.4/usb3/3-1/3-1:1.0/0003:04CA:007D.0004/input/input14
  U: Uniq=
  H: Handlers=sysrq kbd event3 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff9f207ac14057ff febeffdfffef fffe
  B: MSC=10
  B: LED=1f

  I: Bus=0003 Vendor=04ca Product=007d Version=0111
  N: Name="Liteon Technology Corp. USB wired keyboard Consumer Control"
  P: Phys=usb-:04:00.4-1/input1
  S: 
Sysfs=/devices/pci:00/:00:08.1/:04:00.4/usb3/3-1/3-1:1.1/0003:04CA:007D.0005/input/input15
  U: Uniq=
  H: Handlers=kbd event4 
  B: PROP=0
  B: EV=1f
  B: KEY=33eff 0 0 48317aff32d bfd6 1 130c730b17c000 
267bfad9415fed 9e16804400 1002
  B: REL=1040
  B: ABS=1
  B: MSC=10

  I: Bus=0003 Vendor=04ca Product=007d Version=0111
  N: Name="Liteon Technology Corp. USB wired keyboard System Control"
  P: Phys=usb-:04:00.4-1/input1
  S: 
Sysfs=/devices/pci:00/:00:08.1/:04:00.4/usb3/3-1/3-1:1.1/0003:04CA:007D.0005/input/input16
  U: Uniq=
  H: Handlers=kbd event5 
  B: PROP=0
  B: EV=13
  B: KEY=c000 10 0