[Kernel-packages] [Bug 2058452] Re: Support USB serial port for Dell DW5826e WWAN

2024-04-12 Thread Kai-Chuan Hsieh
on DEL2-14-DVT1-C3X_202404-33927 with USB device 413C:8217.

The qcserial driver was probed successfully with 6.5.0-1020-oem.

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8

  [Test Case]

  1. check system with USB\VID_413C_8217 or USB\VID_413C_8218
  creates corresponding tty port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized by the userspace fcc unlock program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2060914] [NEW] kernel NULL pointer dereference in ipu6 driver

2024-04-11 Thread Kai-Chuan Hsieh
Public bug reported:

pr 11 14:43:43 OCBYM2-DVT1-C3 kernel: BUG: kernel NULL pointer dereference, 
address: 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: #PF: supervisor read access in kernel 
mode
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: #PF: error_code(0x) - not-present 
page
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: PGD 0 P4D 0 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: Oops:  [#1] PREEMPT SMP NOPTI
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: CPU: 16 PID: 568 Comm: (udev-worker) 
Tainted: G   O   6.8.0-22-generic #22-Ubuntu
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: Hardware name: Dell Inc. Precision 
5490/, BIOS 1.1.0 02/07/2024
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: RIP: 0010:__wake_up_common+0x2f/0xb0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: Code: 55 48 89 e5 41 57 41 56 41 55 41 
54 53 48 89 fb 48 83 c3 08 48 83 ec 08 48 8b 47 08 89 75 d4 89 55 d0 48 39 c3 
74 51 4d 89 c7 <4c> 8b 00 41 89 ce 48 8d 78 e8 4d 8d 68 e8 eb 25 74 0c 41 83 e4 
01
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: RSP: 0018:b5ebc3063768 EFLAGS: 
00010086
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: RAX:  RBX: 
8fb79e181d50 RCX: 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: RDX:  RSI: 
0003 RDI: 8fb79e181d48
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: RBP: b5ebc3063798 R08: 
 R09: 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: R10:  R11: 
 R12: 8fb79e181d48
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: R13: 0003 R14: 
0246 R15: 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: FS:  77cceb6148c0() 
GS:8fc6cf60() knlGS:
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: CR2:  CR3: 
0001068ae003 CR4: 00f70ef0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: DR0:  DR1: 
 DR2: 
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: DR3:  DR6: 
07f0 DR7: 0400
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: PKRU: 5554
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel: Call Trace:
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? show_regs+0x6d/0x80
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? __die+0x24/0x80
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? page_fault_oops+0x99/0x1b0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? do_user_addr_fault+0x2ee/0x6b0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? exc_page_fault+0x83/0x1b0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? asm_exc_page_fault+0x27/0x30
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? __wake_up_common+0x2f/0xb0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  __wake_up+0x37/0x70
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  __vb2_queue_cancel+0xcd/0x300 
[videobuf2_common]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  vb2_core_queue_release+0x23/0x70 
[videobuf2_common]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  vb2_queue_release+0xe/0x20 
[videobuf2_v4l2]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ipu_isys_queue_cleanup+0x12/0x20 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ipu_isys_video_cleanup+0x2e/0x40 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ipu_isys_csi2_be_soc_cleanup+0x37/0x50 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  isys_unregister_subdevices+0x40/0xa0 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  isys_probe+0x5c5/0xb80 [intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? kernfs_create_link+0x66/0xe0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ipu_bus_probe+0x72/0x130 [intel_ipu6]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  really_probe+0x1c4/0x410
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  __driver_probe_device+0x8c/0x180
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  driver_probe_device+0x24/0xd0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  __driver_attach+0x10b/0x210
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? __pfx___driver_attach+0x10/0x10
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  bus_for_each_dev+0x8a/0xf0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  driver_attach+0x1e/0x30
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  bus_add_driver+0x156/0x260
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  driver_register+0x5e/0x130
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ? __pfx_isys_driver_init+0x10/0x10 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  ipu_bus_register_driver+0x16/0x20 
[intel_ipu6]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  isys_driver_init+0x15/0xff0 
[intel_ipu6_isys]
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  do_one_initcall+0x5b/0x340
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  do_init_module+0xc0/0x2c0
Apr 11 14:43:43 OCBYM2-DVT1-C3 kernel:  load_module+0xba1/0xcf0

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-modules-ipu6-generic-hwe-24.04 6.8.0-22.22
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64

[Kernel-packages] [Bug 2049569] Re: Enable the mic-mute led on Dell MTL laptops

2024-03-31 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Enable the mic-mute led on Dell MTL laptops

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in firmware-sof source package in Noble:
  Fix Released
Status in linux source package in Noble:
  Fix Released
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justifications]

  == kernels ==

  [Impact]
  On Dell's Precision 3550, Intel MTL platform, the MIC-Mute function is 
working but the LED(on F4) state is not changed accordingly.

  [Fix]
  There's no problem on the same series on RPL platform. It needs MTL specific 
SoF driver and controls to support the registered mixer switch. It requires the 
patches in 
https://lore.kernel.org/all/20230919103115.30783-1-peter.ujfal...@linux.intel.com/
 and 
https://lore.kernel.org/all/20230814232325.86397-1-pierre-louis.boss...@linux.intel.com/

  [Test Case]
  1. press mic-mute hot-key and check if mic-mute is enabled or not by the OSD 
icon.
  2. The mic-mute led should be ON when mic-mute enabled, OFF when disabled.

  [Where problems could occur]
  It's only required for new sof-audio-pci-intel-mtl driver. The impact should 
be restricting.

  == firmware-sof ==

  [Impact]
  The mic-mute led not working on Intel MTL powered laptops.

  [Fix]
  For firmware-sof, it required the upstream commit fdc884baa4b3 ("Add 
sof-ipc4-v2.8.1/mtl/, intel-signed + community") and the 
sof-hda-generic-2ch.tplg from v2.8.1 to make sure the ipc4 topology and control 
matches with the updated driver.

  [Test Case]
  1. enable -proposed pocket and install firmware-sof-signed
  2. press mic-mute hot-key and check if mic-mute is enabled or not by the OSD 
icon.

  [Where problems could occur]
  The updated sof-mtl.ri and the sof-hda-generic-2ch.tplg are shared by all 
Intel MTL platforms. Need to verify audio function on MTL enpowered machines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2049569/+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 2058452] Re: Support USB serial port for Dell DW5826e WWAN

2024-03-20 Thread Kai-Chuan Hsieh
** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8
  
  [Test Case]
  
- 1. check system with USB\VID_413C_8217 and USB\VID_413C_8218
+ 1. check system with USB\VID_413C_8217 or USB\VID_413C_8218
  creates corresponding tty port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
  Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized by the userspace fcc unlock program.

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  In Progress
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8

  [Test Case]

  1. check system with USB\VID_413C_8217 or USB\VID_413C_8218
  creates corresponding tty port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized by the userspace fcc unlock program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2058452] Re: Support USB serial port for Dell DW5826e WWAN

2024-03-20 Thread Kai-Chuan Hsieh
** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8
  
  [Test Case]
  
- 1. check system with USB\VID_413C_8217 creates corresponding tty
- port
+ 1. check system with USB\VID_413C_8217 and USB\VID_413C_8218
+ creates corresponding tty port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
- The tty port will be utilized the userspace fcc unlock program.
+ The tty port will be utilized by the userspace fcc unlock program.

** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8
  
  [Test Case]
  
- 1. check system with USB\VID_413C_8217 and USB\VID_413C_8218
- creates corresponding tty port
+ 1. check system with USB\VID_413C_8217 creates corresponding tty
+ port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
- Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
+ Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
- The tty port will be utilized by the userspace fcc unlock program.
+ The tty port will be utilized the userspace fcc unlock program.

** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8
  
  [Test Case]
  
- 1. check system with USB\VID_413C_8217 creates corresponding tty
- port
+ 1. check system with USB\VID_413C_8217 and USB\VID_413C_8218
+ creates corresponding tty port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
  Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
- The tty port will be utilized the userspace fcc unlock program.
+ The tty port will be utilized by the userspace fcc unlock program.

** Tags added: oem-priority originate-from-2058338 somerville

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Status: New => In Progress

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  In Progress
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8

  [Test Case]

  1. check system with USB\VID_413C_8217 and USB\VID_413C_8218
  creates corresponding tty port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream commit: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized by the userspace fcc unlock program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2058452] Re: Support USB serial port for Dell DW5826e WWAN

2024-03-20 Thread Kai-Chuan Hsieh
** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.9-rc1
  
  [Test Case]
  
  1. check system with USB\VID_413C_8217 creates corresponding tty
  port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
+ The tty port will be utilized the userspace fcc unlock program.

** No longer affects: linux (Ubuntu)

** Description changed:

  [SRU Justification]
  
  [Impact]
  
  Missing usb serial interface for Dell DW5826e.
  
  [Fix]
  
  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
- "): in v6.9-rc1
+ "): in v6.8
  
  [Test Case]
  
  1. check system with USB\VID_413C_8217 creates corresponding tty
  port
  
  [Where problems could occur]
  
  The commit adds new device ID only, it won't impact devices which are
  supported originally.
  
  [Other Info]
  
  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized the userspace fcc unlock program.

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  New
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.8

  [Test Case]

  1. check system with USB\VID_413C_8217 creates corresponding tty
  port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.
  The tty port will be utilized the userspace fcc unlock program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2058452] Re: Support USB serial port for Dell DW5826e WWAN

2024-03-20 Thread Kai-Chuan Hsieh
** Also affects: linux
   Importance: Undecided
   Status: New

** No longer affects: linux

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in linux-oem-6.5 package in Ubuntu:
  New

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.9-rc1

  [Test Case]

  1. check system with USB\VID_413C_8217 creates corresponding tty
  port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2058452] [NEW] Support USB serial port for Dell DW5826e WWAN

2024-03-20 Thread Kai-Chuan Hsieh
Public bug reported:

[SRU Justification]

[Impact]

Missing usb serial interface for Dell DW5826e.

[Fix]

* commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell Wireless 
DW5826e
"): in v6.9-rc1

[Test Case]

1. check system with USB\VID_413C_8217 creates corresponding tty
port

[Where problems could occur]

The commit adds new device ID only, it won't impact devices which are
supported originally.

[Other Info]

Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
Dell new platform with the device will be enabled by linux-oem-6.5.

** Affects: hwe-next
 Importance: Undecided
 Status: New

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

** Affects: linux-oem-6.5 (Ubuntu)
 Importance: Undecided
 Assignee: Kai-Chuan Hsieh (kchsieh)
 Status: New

** Changed in: linux-oem-6.5 (Ubuntu)
 Assignee: (unassigned) => Kai-Chuan Hsieh (kchsieh)

** Also affects: hwe-next
   Importance: Undecided
   Status: New

** Also affects: linux
   Importance: Undecided
   Status: New

** No longer affects: linux

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

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

Title:
  Support USB serial port for Dell DW5826e WWAN

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in linux-oem-6.5 package in Ubuntu:
  New

Bug description:
  [SRU Justification]

  [Impact]

  Missing usb serial interface for Dell DW5826e.

  [Fix]

  * commit 129690fb229a ("USB: serial: qcserial: add new usb-id for Dell 
Wireless DW5826e
  "): in v6.9-rc1

  [Test Case]

  1. check system with USB\VID_413C_8217 creates corresponding tty
  port

  [Where problems could occur]

  The commit adds new device ID only, it won't impact devices which are
  supported originally.

  [Other Info]

  Upstream MP: 
https://github.com/torvalds/linux/commit/129690fb229a20b6e563a77a2c85266acecf20bc
  Dell new platform with the device will be enabled by linux-oem-6.5.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058452/+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 2042090] Re: Orchid Bay MLK2/Maya Bay MLK soundwire support

2024-02-18 Thread Kai-Chuan Hsieh
QA has done regression test on jammy.

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

Title:
  Orchid Bay MLK2/Maya Bay MLK soundwire support

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in firmware-sof source package in Mantic:
  Fix Committed
Status in linux source package in Mantic:
  Fix Released
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in firmware-sof source package in Noble:
  Fix Released
Status in linux source package in Noble:
  In Progress
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [SRU Justifications]

  == kernels ==

  [Impact]

  Audio doesn't work on Dell Orchid Bay MLK2/Maya Bay MLK platforms.

  [Fix]

  Kernel driver, ALSA ucm, and firmware fixes are needed. For the kernel part, 
following upstream commits are mandatory:
  * commit e70ca580e9c8 ("ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 
rt1316 config")
  * commit b6d6e5abf645 ("ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 
support")
  * commit 5124d08d0ea4 ("ASoC: Intel: sof_sdw_rt712_sdca: construct 
cards->components by name_prefix")
  * commit 817178e7674b ("ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic 
config"): linux-next

  [Test Case]

  1. enable -proposed pocket and install the latest kernel
  2. browse youtube, hold backspace on virtual terminal or whatever makes some 
noises
  3. expected sound system brought up and reacts accordingly

  [Where problems could occur]

  While this enables new devices on new platforms, we may bump into
  burst noises, power consumption problems at corner cases not covered
  by test program.

  [Other Info]

  This is to enable sof devices on Intel MTL platform, which is only
  supported since 6.5 kernels, e.g. oem-6.5. Nominate Noble, Mantic, and
  Jammy.

  == firmware-sof ==

  [Impact]

  Audio doesn't work on Dell Orchid Bay MLK2/Maya Bay MLK platforms.

  [Fix]

  Kernel driver, ALSA ucm, and firmware fixes are needed. For firmware-
  sof, it's the upstream commit 99466c05f15f ("Add Intel SOF2.7.2
  topology files").

  [Test Case]

  1. enable -proposed pocket and install firmware-sof-signed
  2. browse youtube, hold backspace on virtual terminal or whatever makes some 
noises
  3. expected sound system brought up and reacts accordingly

  [Where problems could occur]

  While this enables new devices on new platforms, we may bump into
  burst noises, power consumption problems at corner cases not covered
  by test program.

  [Other Info]

  This is to enable sof devices on Intel MTL platform, which is only
  supported since 6.5 kernels, e.g. oem-6.5. Nominate Noble, Mantic, and
  Jammy.

  == original bug report ==

  The kernel patches has been applied in the ASoC tree.
  Re: [PATCH 00/23] ASoC: Intel: boards: updates for 6.7 — ALSA Devel 
(spinics.net) [spinics.net]
  https://www.spinics.net/lists/alsa-devel/msg167273.html
  We need 3/23, 4/23, 6/23, and 
https://github.com/thesofproject/linux/commit/037809ef79874a610216fd6b6d50f53e069b5176

  And the UCM PR is submitted
  ucm2: soundwire: add rt713 SDCA device by shumingfan · Pull Request #363 · 
alsa-project/alsa-ucm-conf (github.com) [github.com]
  https://github.com/alsa-project/alsa-ucm-conf/pull/363
  See bug 2042902.

  For firmware-sof, need upstream commit 99466c05f15f ("Add Intel
  SOF2.7.2 topology files").

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2042090/+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 2044330] Re: Update soundwire topology files for Intel RPL platforms

2024-01-30 Thread Kai-Chuan Hsieh
on MYBY-PIL-C4_202309-32142, install kernel >= 6.5.0-17-generic.

1. install mantic
2. enable proposed
3. $ sudo apt update
4. $ sudo apt dist-upgrade
5. $ sudo rm /var/lib/alsa/asound.state
6. # echo b > /proc/sysrq-trigger
7. $ amixer -c 1 name='PGA2.0 2 Master Capture Volume'
numid=53,iface=MIXER,name='PGA2.0 2 Master Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=80,step=0
  : values=50,50
  | dBscale-min=-50.00dB,step=1.00dB,mute=1

The audio is working. and PGA 2.0 right/left volume are 50.

** Tags removed: verification-needed-mantic
** Tags added: verification-done-mantic

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

Title:
  Update soundwire topology files for Intel RPL platforms

Status in firmware-sof package in Ubuntu:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Mantic:
  Fix Committed

Bug description:
  [Impact]
  Old RPL soundwire topology files are found to be muted when doing audio 
capture on left channel.

  [Fix]

  The commit from https://github.com/thesofproject/sof-bin/ is required.
  * 
https://github.com/thesofproject/sof-bin/commit/0abfe1a0aebec57bde94c5cfb9b21d6726bd804d
 (Update v2.2.8 topology files for Intel RPL platforms)

  [Test Case]

  Test audio functions on Dell MayaBay RTL platforms.

  [Where problems could occur]
  Most topology files for Intel RPL are updated. Need more confirmation on 
Intel RPL platforms.

  [Other info]

  Lunar is skipped, as it'll be EOL soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2044330/+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 2044330] Re: Update soundwire topology files for Intel RPL platforms

2023-12-26 Thread Kai-Chuan Hsieh
because of lp:2047492, I can't verify it on mantic.

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

Title:
  Update soundwire topology files for Intel RPL platforms

Status in firmware-sof package in Ubuntu:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Mantic:
  Fix Committed

Bug description:
  [Impact]
  Old RPL soundwire topology files are found to be muted when doing audio 
capture on left channel.

  [Fix]

  The commit from https://github.com/thesofproject/sof-bin/ is required.
  * 
https://github.com/thesofproject/sof-bin/commit/0abfe1a0aebec57bde94c5cfb9b21d6726bd804d
 (Update v2.2.8 topology files for Intel RPL platforms)

  [Test Case]

  Test audio functions on Dell MayaBay RTL platforms.

  [Where problems could occur]
  Most topology files for Intel RPL are updated. Need more confirmation on 
Intel RPL platforms.

  [Other info]

  Lunar is skipped, as it'll be EOL soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2044330/+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 2047492] UdevDb.txt

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/2047492/+attachment/5732890/+files/UdevDb.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732892/+files/acpidump.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/2047492/+attachment/5732889/+files/RfKill.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732891/+files/WifiSyslog.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732883/+files/Lsusb-v.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732888/+files/ProcModules.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732887/+files/ProcInterrupts.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732885/+files/ProcCpuinfoMinimal.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732886/+files/ProcEnviron.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732884/+files/ProcCpuinfo.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732880/+files/Lspci-vt.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732882/+files/Lsusb-t.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/2047492/+attachment/5732881/+files/Lsusb.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732878/+files/IwConfig.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732877/+files/CurrentDmesg.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/2047492/+attachment/5732879/+files/Lspci.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

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

2023-12-26 Thread Kai-Chuan Hsieh
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/2047492/+attachment/5732876/+files/AlsaInfo.txt

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

Title:
  Dell Precision 5680 audio is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Can't find machine driver for the platform.

  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  --- 
  ProblemType: Bug
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2112 F wireplumber
   /dev/snd/controlC0:  ubuntu 2112 F wireplumber
   /dev/snd/seq:ubuntu 2108 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 23.10
  InstallationDate: Installed on 2023-12-26 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-14-generic N/A
   linux-backports-modules-6.5.0-14-generic  N/A
   linux-firmware20230919.git3672ccab-0ubuntu2.4
  Tags: mantic
  Uname: Linux 6.5.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 09/12/2023
  dmi.bios.release: 1.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.6.0
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: SUBPASS
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
  dmi.product.family: Precision
  dmi.product.name: Precision 5680
  dmi.product.sku: 0C11
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2047492/+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 2047492] [NEW] Dell Precision 5680 audio is not working

2023-12-26 Thread Kai-Chuan Hsieh
Public bug reported:

Can't find machine driver for the platform.

Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
--- 
ProblemType: Bug
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 2112 F wireplumber
 /dev/snd/controlC0:  ubuntu 2112 F wireplumber
 /dev/snd/seq:ubuntu 2108 F pipewire
CRDA: N/A
CasperMD5CheckResult: pass
DistroRelease: Ubuntu 23.10
InstallationDate: Installed on 2023-12-26 (1 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic 
root=UUID=aa5c8910-576d-4f2e-b5a8-0bb2bce922e8 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
RelatedPackageVersions:
 linux-restricted-modules-6.5.0-14-generic N/A
 linux-backports-modules-6.5.0-14-generic  N/A
 linux-firmware20230919.git3672ccab-0ubuntu2.4
Tags: mantic
Uname: Linux 6.5.0-14-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: N/A
_MarkForUpload: True
dmi.bios.date: 09/12/2023
dmi.bios.release: 1.6
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.6.0
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: SUBPASS
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.ec.firmware.release: 1.6
dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.0:bd09/12/2023:br1.6:efr1.6:svnDellInc.:pnPrecision5680:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0C11:
dmi.product.family: Precision
dmi.product.name: Precision 5680
dmi.product.sku: 0C11
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-collected mantic

** Tags added: apport-collected mantic

** Description changed:

  Can't find machine driver for the platform.
  
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: use msi interrupt mode
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: No SoundWire machine driver found
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: hda codecs found, mask 4
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: DMICs detected in NHLT tables: 0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware info: version 2:2:0-57864
  Dec 26 17:31:51 ubuntu-Precision-5680 kernel: sof-audio-pci-intel-tgl 
:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.27.0-0ubuntu5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ubuntu 2112 F wireplumber
+  /dev/snd/controlC0:  ubuntu 2112 F wireplumber
+  /dev/snd/seq:ubuntu 2108 F pipewire
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ DistroRelease: Ubuntu 23.10
+ InstallationDate: Installed on 2023-12-26 (1 days ago)
+ InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
+ MachineType: {report['dmi.sys.vendor']} 

[Kernel-packages] [Bug 2044330] Re: Update soundwire topology files for Intel RPL platforms

2023-12-26 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  Update soundwire topology files for Intel RPL platforms

Status in firmware-sof package in Ubuntu:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Mantic:
  Fix Committed

Bug description:
  [Impact]
  Old RPL soundwire topology files are found to be muted when doing audio 
capture on left channel.

  [Fix]

  The commit from https://github.com/thesofproject/sof-bin/ is required.
  * 
https://github.com/thesofproject/sof-bin/commit/0abfe1a0aebec57bde94c5cfb9b21d6726bd804d
 (Update v2.2.8 topology files for Intel RPL platforms)

  [Test Case]

  Test audio functions on Dell MayaBay RTL platforms.

  [Where problems could occur]
  Most topology files for Intel RPL are updated. Need more confirmation on 
Intel RPL platforms.

  [Other info]

  Lunar is skipped, as it'll be EOL soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2044330/+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 2044330] Re: Update soundwire topology files for Intel RPL platforms

2023-12-25 Thread Kai-Chuan Hsieh
Verify on MYBY-PIL-C4_202309-32142, BIOS 1.6.0.

1. enable proposed
2. $ sudo apt install firmware-sof-signed
3. $ sudo rm /var/lib/alsa/asound.state
4. # echo 'b' > /proc/sysrq-trigger
5. # reboot

After boot up, check PGA2.0 control value.
ubuntu@ubuntu:~$ amixer -c 1 cget name='PGA2.0 2 Master Capture Volume'
numid=53,iface=MIXER,name='PGA2.0 2 Master Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=80,step=0
  : values=50,50
  | dBscale-min=-50.00dB,step=1.00dB,mute=1

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

Title:
  Update soundwire topology files for Intel RPL platforms

Status in firmware-sof package in Ubuntu:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Mantic:
  Fix Committed

Bug description:
  [Impact]
  Old RPL soundwire topology files are found to be muted when doing audio 
capture on left channel.

  [Fix]

  The commit from https://github.com/thesofproject/sof-bin/ is required.
  * 
https://github.com/thesofproject/sof-bin/commit/0abfe1a0aebec57bde94c5cfb9b21d6726bd804d
 (Update v2.2.8 topology files for Intel RPL platforms)

  [Test Case]

  Test audio functions on Dell MayaBay RTL platforms.

  [Where problems could occur]
  Most topology files for Intel RPL are updated. Need more confirmation on 
Intel RPL platforms.

  [Other info]

  Lunar is skipped, as it'll be EOL soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2044330/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-12-07 Thread Kai-Chuan Hsieh
reply #44

Hello,

We've done the firmware update on 22.04, could you try to remove linux-
modules-iwlwifi deb and use the in-tree kernel to see if you can still
reproduce the issue.

Thanks,

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2040106] Re: Intel wifi and bluetooth firmware broken after upgrade to Ubuntu 23.10

2023-11-16 Thread Kai-Chuan Hsieh
The platform is shipped with focal preinstalled. May I know how did you
upgrade to the current codename you are using?

Could you attach $ sudo -E oem-getlogs to let me know your current
configuration?

Thanks,

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

Title:
  Intel wifi and bluetooth firmware broken after upgrade to Ubuntu 23.10

Status in linux-firmware package in Ubuntu:
  Invalid

Bug description:
  After upgrading from Ubuntu 23.04 to 23.10 on a Dell Precision 5560, wifi and 
bluetooth did not work anymore.
  Looking at the dmesg output I saw this:
  Direct firmware load for iwlwifi-QuZ-a0-hr-b0-59.ucode failed with error -2
  ..
  Direct firmware load for iwlwifi-QuZ-a0-hr-b0-39.ucode failed with error -2
  no suitable firmware found!
  minimum version required: iwlwifi-QuZ-a0-hr-b0-39
  minimum version required: iwlwifi-QuZ-a0-hr-b0-59

  
  These files did seem to exist in /lib/firmware.
  I did sudo apt install linux-firmware/mantic --reinstall
  Which did not fix it.

  I manually overwrote the iwlwifi... files with the corresponding files from 
linux-firmware-20230804.tar.gz and this did fix the issue.
  I did the same for ibt-19-0-4.sfi and that fixed the bluetooth issue.

  So my best guess is that something is wrong in the latest firmware
  package.

  
  lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.10
  Release:  23.10
  Codename: mantic

  
  apt-cache policy linux-firmware
  linux-firmware:
Installed: 20230919.git3672ccab-0ubuntu2.1
Candidate: 20230919.git3672ccab-0ubuntu2.1
Version table:
   *** 20230919.git3672ccab-0ubuntu2.1 500
  500 http://archive.ubuntu.com/ubuntu mantic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-firmware 20230919.git3672ccab-0ubuntu2.1
  ProcVersionSignature: Ubuntu 5.10.0-1053.55-oem 5.10.83
  Uname: Linux 5.10.0-1053-oem x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joep   2545 F wireplumber
   /dev/snd/controlC0:  joep   2545 F wireplumber
   /dev/snd/seq:joep   2537 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 22 15:19:18 2023
  Dependencies: firmware-sof-signed 2.2.6-1ubuntu1
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85
  InstallationDate: Installed on 2021-10-16 (736 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.10.0-1053-oem 
root=UUID=482b1305-d8fa-4fb1-be20-ae911e6a4def ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.10.0-1053-oem N/A
   linux-backports-modules-5.10.0-1053-oem  N/A
   linux-firmware   20230919.git3672ccab-0ubuntu2.1
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to mantic on 2023-10-22 (0 days ago)
  dmi.bios.date: 07/13/2023
  dmi.bios.release: 1.22
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.22.0
  dmi.board.name: 0NG7N9
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.22.0:bd07/13/2023:br1.22:svnDellInc.:pnPrecision5560:pvr:sku0A62:rvnDellInc.:rn0NG7N9:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Precision
  dmi.product.name: Precision 5560
  dmi.product.sku: 0A62
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2040106/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2023-10-23 Thread Kai-Chuan Hsieh
reply #119

May I have you system information?

$ sudo -E oem-getlogs

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

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  == kernel driver SRU ==

  [SRU Justification]

  [Impact]

  To support Intel IPU6 MIPI camera on Alder Lake platforms.

  [Fix]

  Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
  been addressed by bug 1921345 and 1939539. They are backported from
  https://github.com/intel/ipu6-drivers.

  Further works to enable IPU6 camera on Alder Lake platforms depend on a
  few more fixes from same ipu6-drivers repository, as well as an extra
  https://github.com/intel/ivsc-driver for Intel Vision Sensing
  Controller(IVSC).

  [Test Case]

  This depends on an integral of enablement components inclusive of the
  kernel drivers that are being proposed, firmware, updates for the
  userspace camera hardware abstration layer library and a gstreamer
  element as what we have for Tiger Lake platforms.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  [Other Info]

  Jammy is planned, but yet the support for 5.15 kernel is not yet started
  from Intel side.

  == linux-firmware SRU ==

  [SRU Justification]

  [Impact]

  Intel IPU6 MIPI camera on Alder Lake platform takes a different fw
  blob.

  [Fix]

  While Intel has no intention to upstream IPU6 driver before kernel
  camera is out, it's available in
  https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
  main branch.

  [Test Case]

  This would take both kernel and firmware fixes, as well as updates for
  the userspace middleware, gstreamer element plugin, to enable the device.
  With all of them in position, one should be able to browse camera with
  legacy camera apps like cheese.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  == original bug report ==

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  

[Kernel-packages] [Bug 2023201] Re: Add support of Smart Amplifier IC ALC1319D on Intel platforms

2023-10-05 Thread Kai-Chuan Hsieh
The firmware introduce the issue,
https://bugs.launchpad.net/somerville/+bug/2036493, mark it as failed.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-failed verification-failed-jammy

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

Title:
  Add support of Smart Amplifier IC ALC1319D  on Intel platforms

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in firmware-sof source package in Lunar:
  Triaged
Status in linux source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in firmware-sof source package in Mantic:
  Fix Released
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.1 source package in Mantic:
  Invalid

Bug description:
  SRU Jusitification for firmware-sof

  [Impact]
  To support Smart Amplifier IC ALC1319D, it requires sof-bin v2.2.6

  [Fix]
  Pull sof-bin v2.2.6 and for the completeness pull in v2.2.5, too

  [Test Case]
  Install the fixes on the target platform(RPL Dell SKU 0BDA) and verify the 
audio function.
  1. Install the firmware-sof on platform(RPL) with Audio Smart AMP IC ALC1319D
  2. Make sure the audio works
  3. Also try above steps on other platforms(ADL/TGL) to make sure the audio 
keep working.

  [Where problems could occur]
  New firmware may affect ADL, RPL, and TGL platforms, we need to verify it on 
not only the target platform, but other existing platforms.

  [Misc]
  https://github.com/thesofproject/sof-bin/releases/tag/v2.2.5
  https://github.com/thesofproject/sof-bin/releases/tag/v2.2.6

  

  [Impact]
  Speaker is not functional on some Dell machines of Intel RPL platforms

  [Fix]
  Here's the patch submitted by Intel.
  
https://patchwork.kernel.org/project/alsa-devel/patch/20230602202225.249209-16-pierre-louis.boss...@linux.intel.com/

  [Test Case]
  1. Power on the machine and open the audio settings
  2. Verify it's not `Dummy Output` shown on the Audio output option

  [Where problems could occur]
  Only affect specific Intel RPL platforms. The risk of regression is low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2023201/+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 2033025] Re: Fix numerous AER related issues

2023-09-25 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2036858

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

Title:
  Fix numerous AER related issues

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Committed
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in linux source package in Mantic:
  Fix Released
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [Impact]
  Numerous issues triggered from AER/DPC services
  - When AER is shared with PME, cutting the power off the device can trigger 
AER IRQ. Since AER IRQ is shared with PME, it's treated like a wakeup source, 
preventing the system from entering sleep.

  - When system resume from S3, device can reset itself and start
  sending PTM messages, triggering AER and reset the entire hierarchy.
  Since the hardware/firmware starts before software, it's never soon
  enough to put a band-aid from kernel.

  - Following above one, device firmware restarts before kernel resume,
  when DPC is triggered then the device is gone without any recovering
  method. We really want to prevent that from happening.

  [Fix]
  Disable and re-enable AER and DPC services on suspend and resume, 
respectively.
  Right now the the PCI mailing list doesn't have a consensus which PCI state 
(D3hot vs D3cold) should the AER/DPC services should be disabled, so re-instate 
the old workaround for now.

  [Test]
  One the workaround is applied, symptoms described above can no longer be 
observed.

  [Where problems could occur]
  Theoretically there can be some "real" issues get unnoticed once AER gets 
temporarily disabled, but the benefit far outweighs the downside.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2033025/+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 2033025] Re: Fix numerous AER related issues

2023-09-19 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2034495

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

Title:
  Fix numerous AER related issues

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Committed
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in linux source package in Mantic:
  Fix Released
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [Impact]
  Numerous issues triggered from AER/DPC services
  - When AER is shared with PME, cutting the power off the device can trigger 
AER IRQ. Since AER IRQ is shared with PME, it's treated like a wakeup source, 
preventing the system from entering sleep.

  - When system resume from S3, device can reset itself and start
  sending PTM messages, triggering AER and reset the entire hierarchy.
  Since the hardware/firmware starts before software, it's never soon
  enough to put a band-aid from kernel.

  - Following above one, device firmware restarts before kernel resume,
  when DPC is triggered then the device is gone without any recovering
  method. We really want to prevent that from happening.

  [Fix]
  Disable and re-enable AER and DPC services on suspend and resume, 
respectively.
  Right now the the PCI mailing list doesn't have a consensus which PCI state 
(D3hot vs D3cold) should the AER/DPC services should be disabled, so re-instate 
the old workaround for now.

  [Test]
  One the workaround is applied, symptoms described above can no longer be 
observed.

  [Where problems could occur]
  Theoretically there can be some "real" issues get unnoticed once AER gets 
temporarily disabled, but the benefit far outweighs the downside.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2033025/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2023-09-10 Thread Kai-Chuan Hsieh
continue #116

Please be aware to remove ppa from source list after you install the working 
packages on your system.
It is because the ppa will keep updating packages from upstream, sometimes it 
might break your system since upstream didn't validate on all systems when they 
commit new code drop.

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

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  == kernel driver SRU ==

  [SRU Justification]

  [Impact]

  To support Intel IPU6 MIPI camera on Alder Lake platforms.

  [Fix]

  Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
  been addressed by bug 1921345 and 1939539. They are backported from
  https://github.com/intel/ipu6-drivers.

  Further works to enable IPU6 camera on Alder Lake platforms depend on a
  few more fixes from same ipu6-drivers repository, as well as an extra
  https://github.com/intel/ivsc-driver for Intel Vision Sensing
  Controller(IVSC).

  [Test Case]

  This depends on an integral of enablement components inclusive of the
  kernel drivers that are being proposed, firmware, updates for the
  userspace camera hardware abstration layer library and a gstreamer
  element as what we have for Tiger Lake platforms.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  [Other Info]

  Jammy is planned, but yet the support for 5.15 kernel is not yet started
  from Intel side.

  == linux-firmware SRU ==

  [SRU Justification]

  [Impact]

  Intel IPU6 MIPI camera on Alder Lake platform takes a different fw
  blob.

  [Fix]

  While Intel has no intention to upstream IPU6 driver before kernel
  camera is out, it's available in
  https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
  main branch.

  [Test Case]

  This would take both kernel and firmware fixes, as well as updates for
  the userspace middleware, gstreamer element plugin, to enable the device.
  With all of them in position, one should be able to browse camera with
  legacy camera apps like cheese.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  == original bug report ==

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: 

[Kernel-packages] [Bug 2034504] Re: Enable ASPM for NVMe behind VMD

2023-09-07 Thread Kai-Chuan Hsieh
** Tags added: oem-priority originate-from-200 somerville

** Tags added: originate-from-2032928

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

Title:
  Enable ASPM for NVMe behind VMD

Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  New
Status in linux-oem-6.1 source package in Jammy:
  Confirmed
Status in linux-oem-6.5 source package in Jammy:
  Confirmed
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [Impact]
  ASPM of NVMe behind VMD is not enabled when BIOS FADT doesn't allow ASPM to 
be modified.
  That causes higher overall power consumption.

  [Fix]
  Allow ASPM to be enabled.
  While at this, remove old cruft that can interfere upstream VMD driver.

  [Test]
  Check the value of `/sys/kernel/debug/pmc_core/slp_s0_residency_usec`. Now 
system can reach deepest power saving state during sleep.

  [Where problems could occur]
  Some NVMe may have I/O issue when ASPM is enabled. But for this scenario the 
issue will also appear when VMD is disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2034504/+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 2033025] Re: Fix numerous AER related issues

2023-09-07 Thread Kai-Chuan Hsieh
** Tags added: originate-from-202

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

Title:
  Fix numerous AER related issues

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Committed
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in linux source package in Mantic:
  Fix Committed
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [Impact]
  Numerous issues triggered from AER/DPC services
  - When AER is shared with PME, cutting the power off the device can trigger 
AER IRQ. Since AER IRQ is shared with PME, it's treated like a wakeup source, 
preventing the system from entering sleep.

  - When system resume from S3, device can reset itself and start
  sending PTM messages, triggering AER and reset the entire hierarchy.
  Since the hardware/firmware starts before software, it's never soon
  enough to put a band-aid from kernel.

  - Following above one, device firmware restarts before kernel resume,
  when DPC is triggered then the device is gone without any recovering
  method. We really want to prevent that from happening.

  [Fix]
  Disable and re-enable AER and DPC services on suspend and resume, 
respectively.
  Right now the the PCI mailing list doesn't have a consensus which PCI state 
(D3hot vs D3cold) should the AER/DPC services should be disabled, so re-instate 
the old workaround for now.

  [Test]
  One the workaround is applied, symptoms described above can no longer be 
observed.

  [Where problems could occur]
  Theoretically there can be some "real" issues get unnoticed once AER gets 
temporarily disabled, but the benefit far outweighs the downside.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2033025/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2023-08-30 Thread Kai-Chuan Hsieh
reply #107 #108,

Hello,

I think the hardware info in your system has problem.

Aug 30 00:01:18 binli-ThinkPad-X1-Carbon-Gen-10 kernel: ov2740 i2c-INT3474:01: 
chip id mismatch: 2740!=0
Aug 30 00:01:18 binli-ThinkPad-X1-Carbon-Gen-10 kernel: ov2740 i2c-INT3474:01: 
failed to find sensor: -6

May I know if the MIPI camera working under windows?

Thanks,

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

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  == kernel driver SRU ==

  [SRU Justification]

  [Impact]

  To support Intel IPU6 MIPI camera on Alder Lake platforms.

  [Fix]

  Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
  been addressed by bug 1921345 and 1939539. They are backported from
  https://github.com/intel/ipu6-drivers.

  Further works to enable IPU6 camera on Alder Lake platforms depend on a
  few more fixes from same ipu6-drivers repository, as well as an extra
  https://github.com/intel/ivsc-driver for Intel Vision Sensing
  Controller(IVSC).

  [Test Case]

  This depends on an integral of enablement components inclusive of the
  kernel drivers that are being proposed, firmware, updates for the
  userspace camera hardware abstration layer library and a gstreamer
  element as what we have for Tiger Lake platforms.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  [Other Info]

  Jammy is planned, but yet the support for 5.15 kernel is not yet started
  from Intel side.

  == linux-firmware SRU ==

  [SRU Justification]

  [Impact]

  Intel IPU6 MIPI camera on Alder Lake platform takes a different fw
  blob.

  [Fix]

  While Intel has no intention to upstream IPU6 driver before kernel
  camera is out, it's available in
  https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
  main branch.

  [Test Case]

  This would take both kernel and firmware fixes, as well as updates for
  the userspace middleware, gstreamer element plugin, to enable the device.
  With all of them in position, one should be able to browse camera with
  legacy camera apps like cheese.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  == original bug report ==

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: 

[Kernel-packages] [Bug 2028065] Re: Support for Intel Discrete Gale Peak2/BE200

2023-08-28 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2032161

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

Title:
  Support for Intel Discrete Gale Peak2/BE200

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New
Status in linux source package in Jammy:
  Invalid
Status in linux-firmware source package in Jammy:
  New

Bug description:
  [WiFi]

  Below is the BKC in v6.5-rc1 for GaP2:
  WIFI:
  a. Additional patch for driver : 
https://lore.kernel.org/all/20230709181323.12085-2-johan...@sipsolutions.net/ 
[lore.kernel.org]
  b. FW : https://personal.filesanywhere.com/fs/v.aspx?v=8e6e658a596471b09ea7 
[personal.filesanywhere.com]
 i. iwlwifi-gl-b0-fm-b0-83.ucode
 ii. iwlwifi-gl-b0-fm-b0.pnvm

  [Bluetooth]

  2 additional patches for driver:
  
i.https://patchwork.kernel.org/project/bluetooth/patch/20230628121831.827171-1-kira...@intel.com/
 [patchwork.kernel.org]
  
ii.https://patchwork.kernel.org/project/bluetooth/patch/20230704081651.857493-1-kira...@intel.com/
 [patchwork.kernel.org]

  FW: https://personal.filesanywhere.com/fs/v.aspx?v=8e6e658a596471b09ea7 
[personal.filesanywhere.com]
  i.ibt-0191-0191.sfi
  ii.ibt-0191-0191.ddc

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2028065/+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 1995606] Re: Upgrade thermald to 2.5.1 for Jammy (22.04)

2023-07-13 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2012475 somerville

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

Title:
  Upgrade thermald to 2.5.1 for Jammy (22.04)

Status in OEM Priority Project:
  New
Status in thermald package in Ubuntu:
  New
Status in thermald source package in Jammy:
  Fix Committed

Bug description:
  [Justification]
  The purpose of this bug is that prevent the regression in the future.
  The automatic test scripts are better for the future SRU and is still on the 
planning.

  [Test case]
  For these CPU series, RPL/ADL/TGL/CML/CFL/KBL, the following tests will be 
run on machines in the CI lab:

  1. Run stress-ng, and observe the temperature/frequency/power with s-tui
    - Temperatures should stay just below trip values
    - Power/performance profiles should stay roughly the same between old 
thermald and new thermald (unless specifically expected eg: to fix 
premature/insufficient throttling)
  2. check if thermald could read rules from /dev/acpi_thermal_rel and generate 
the xml file on /etc/thermald/ correctly.
    - this depends on if acpi_thermal_rel exist.
    - if the machine suppots acpi_thermal_rel, the "thermal-conf.xml.auto"
   could be landed in etc/thermald/.
    - if not, the user-defined xml could be created, then jump to (3).
    - run thermald with --loglevel=debug, and compare the log with xml.auto 
file. check if the configuration could be parsed correctly.
  3. check if theramd-conf.xml and thermal-cpu-cdev-order.xml can be loaded 
correctly.
    - run thermald with --loglevel=debug, and compare the log with xml files.
    - if parsed correctly, the configurations from XML files would appear in 
the log.

  4. Run unit tests, the scripts are under test folder, using emul_temp to 
simulate the High temperatue and check thermald would throttle CPU through the 
related cooling device.
    - rapl.sh
    - intel_pstate.sh
    - powerclamp.sh
    - processor.sh
  5. check if the power/frequency would be throttled once the temperature reach 
the trip-points of thermal zone.
  6. check if system would be throttled even the temperature is under the 
trip-points.

  [ Where problems could occur ]
  since the PL1 min/max is introduced, there may have some cases that don't 
check the minimum of PL1 then make PL1 to smaller and smaller and throttle the 
CPU. 
  this may cause machines run like the old behavior that doesn't have PL1 
min/max.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1995606/+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 2026690] [NEW] [MTL] thermald: Unsupported cpu model or platform

2023-07-10 Thread Kai-Chuan Hsieh
Public bug reported:

FAIL: thermald is not active
===
# journalctl -b -u thermald
 七 10 12:10:22 TRBM-EVT-C3 systemd[1]: Starting Thermal Daemon Service...
 七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: 32 CPUID levels; 
family:model:stepping 0x6:aa:1 (6:170:1)
 七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: Need Linux PowerCap sysfs
 七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: Unsupported cpu model or platform
 七 10 12:10:22 TRBM-EVT-C3 systemd[1]: thermald.service: Deactivated 
successfully.
 七 10 12:10:22 TRBM-EVT-C3 systemd[1]: Started Thermal Daemon Service.
===

** Affects: oem-priority
 Importance: Undecided
 Status: New

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


** Tags: oem-priority originate-from-2024147 originate-from-2026682 somerville

** Tags added: oem-priority originate-from-2026682 somerville

** Tags added: originate-from-2024147

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

Title:
  [MTL] thermald: Unsupported cpu model or platform

Status in OEM Priority Project:
  New
Status in thermald package in Ubuntu:
  New

Bug description:
  FAIL: thermald is not active
  ===
  # journalctl -b -u thermald
   七 10 12:10:22 TRBM-EVT-C3 systemd[1]: Starting Thermal Daemon Service...
   七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: 32 CPUID levels; 
family:model:stepping 0x6:aa:1 (6:170:1)
   七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: Need Linux PowerCap sysfs
   七 10 12:10:22 TRBM-EVT-C3 thermald[36711]: Unsupported cpu model or platform
   七 10 12:10:22 TRBM-EVT-C3 systemd[1]: thermald.service: Deactivated 
successfully.
   七 10 12:10:22 TRBM-EVT-C3 systemd[1]: Started Thermal Daemon Service.
  ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2026690/+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 2009024] Re: Fail to output sound to external monitor which connects via docking station

2023-06-21 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2012349

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

Title:
  Fail to output sound to external monitor which connects via docking
  station

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Released
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  Fix Released
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  No sound output from the external monitor which connect via some docking 
station. It only happens when user boot the system with docking station 
connected. Re-plug the docking station can fix this issue. Or plug the docking 
station later won't trigger this problem.

  [Fix]
  Turn on the CONFIG_SND_HDA_INTEL_HDMI_SILENT in kernel config. It will start 
sending an "audio keepalive" to the monitor as soon as it is connected.

  [Test]
  Connect the external monitor to the Atomic Type-C Dock (HD22Q) and boot the 
system with the dock connected. Play sound via HDMI/DP port and check if 
there's any audio output from the external monitor.

  [Where problems could occur]
  It sends the "audio keepalive"(silent stream) to the monitor when connected. 
Doesn't affect original workflow of the audio system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2009024/+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 2021949] Re: Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C dongle

2023-06-21 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2008203

** Tags added: originate-from-2000680

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

Title:
  Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to
  type-C dongle

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-6.0 package in Ubuntu:
  New
Status in linux-oem-6.1 package in Ubuntu:
  New
Status in linux source package in Jammy:
  New
Status in linux-oem-6.0 source package in Jammy:
  In Progress
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux-oem-6.0 source package in Kinetic:
  New
Status in linux-oem-6.1 source package in Kinetic:
  New
Status in linux source package in Lunar:
  Fix Committed
Status in linux-oem-6.0 source package in Lunar:
  New
Status in linux-oem-6.1 source package in Lunar:
  New
Status in linux source package in Mantic:
  Fix Committed
Status in linux-oem-6.0 source package in Mantic:
  New
Status in linux-oem-6.1 source package in Mantic:
  New

Bug description:
  [Impact]
  Enabling CL1 (Controller Low Power) states during discovery of existing 
tunnels established by the system firmware can interfere with the operation of 
those tunnels.
  The DisplayPort tunnel establishment timeout of 1.5 seconds can be 
insufficient for some docking stations, leading to blank displays.

  [Fix]
  CL1 states are now not enabled during discovery of existing tunnels. The TMU 
settings also remain unchanged.
  The timeout is increased to 3 seconds to allow more time for the DisplayPort 
connection manager handshake, fixing the issue of displays remaining blank.

  [Test Cases]
  1. plug docking station on the host
  2. bring up the host and get into desktop.
  3. flip docking station's cable.
  4. check if the external monitor works well

  [Where problems could occur]
  Low, If the handshake actually requires even more than 3 seconds in some 
cases, the timeout may still need to be increased further.

  [Misc]
  Jammy needs more patches to enable the thunderbolt CLx and the SRU will be a 
huge,  
  so skip Jammy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2021949/+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 2015972] Re: Dell: Enable speaker mute hotkey LED indicator

2023-05-08 Thread Kai-Chuan Hsieh
** Tags removed: verification-donelunar
** Tags added: verification-done-lunar

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

Title:
  Dell: Enable speaker mute hotkey LED indicator

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in alsa-ucm-conf source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-6.1 source package in Jammy:
  In Progress
Status in alsa-ucm-conf source package in Kinetic:
  Fix Committed
Status in linux source package in Kinetic:
  In Progress
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in alsa-ucm-conf source package in Lunar:
  Fix Committed
Status in linux source package in Lunar:
  In Progress
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Feature Description]
  When users press the speaker mute hotkey and the speaker is muted, 
  the speaker mute LED indicator will light up. 
  When the speaker is not muted, 
  the speaker mute LED indicator will light out.

  [Test Case]
  1. run G16 with target kernel.
  2. press the mute hotkey
  3. check if speaker mute led can be switched.

  [Where problems could occur]
  Low, just register a speaker mute led control for dell-laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2015972/+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 2015972] Re: Dell: Enable speaker mute hotkey LED indicator

2023-04-18 Thread Kai-Chuan Hsieh
** Tags added: originate-from-2002127

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

Title:
  Dell: Enable speaker mute hotkey LED indicator

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.1 package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Jammy:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-6.1 source package in Jammy:
  In Progress
Status in alsa-ucm-conf source package in Kinetic:
  In Progress
Status in linux source package in Kinetic:
  In Progress
Status in linux-oem-6.1 source package in Kinetic:
  New
Status in alsa-ucm-conf source package in Lunar:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux-oem-6.1 source package in Lunar:
  New

Bug description:
  [Feature Description]
  When users press the speaker mute hotkey and the speaker is muted, 
  the speaker mute LED indicator will light up. 
  When the speaker is not muted, 
  the speaker mute LED indicator will light out.

  [Test Case]
  1. run G16 with target kernel.
  2. press the mute hotkey
  3. check if speaker mute led can be switched.

  [Where problems could occur]
  Low, just register a speaker mute led control for dell-laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2015972/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-24 Thread Kai-Chuan Hsieh
Reply #41

It shows that you didn't install linux-modules-iwlwifi-generic-
hwe-22.04. please install it to load the latest firmware which is SRUed
by this bug.

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-23 Thread Kai-Chuan Hsieh
Hello,

>From the log, you are not using the fixed firmware which is 73 ucode,
Could you check if you have linux-modules-iwlwifi-generic-hwe-22.04
installed?

How to check:
$ apt policy linux-modules-iwlwifi-generic-hwe-22.04
$ apt policy linux-firmware
Check your running kernel
$ uname -r
Please upload the full kernel log by $ journalctl -k -b.

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-23 Thread Kai-Chuan Hsieh
** Tags added: verification-done-jammy

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-16 Thread Kai-Chuan Hsieh
reply #34,

The linux-modules-iwlwifi-generic-hwe-22.04 just provide an alternative
intel wifi driver which loads later Intel firmware for your system, I
think install any userspace package won't impact it, unless you install
new kernel without upgrading the package against the new kernel.

the firmware in #8 is in jammy-proposed now, please keep monitoring to
see if you still suffer from the issue you met before.

Thanks,

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-14 Thread Kai-Chuan Hsieh
reply #29

Would you like to try #7 and #8? it doesn't need to compile anything.

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  Confirmed
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-13 Thread Kai-Chuan Hsieh
Reply #27

Could you try steps in #21 to see if it helps?
Please disable secure boot after reboot.

Thanks,

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  New
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007516] Re: screen flicker after PSR2 enabled

2023-03-09 Thread Kai-Chuan Hsieh
The kernel 5.19.0-37-generic fix issue on my XPS 9320 OLED panel, BIOS
2.0.0

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

** Tags removed: verification-needed-kinetic
** Tags added: verification-done-kinetic

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

Title:
  screen flicker after PSR2 enabled

Status in HWE Next:
  New
Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2007516/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-08 Thread Kai-Chuan Hsieh
Actually, the $ sudo make install for backport-iwlwifi will only be
installed into the kernel you build it, it will not install itself to
all the kernel version.

To fix your firmware issue we usually try the latest firmware but it
needs to update the driver to bump the ABI for loading the new firmware.

If it is okay, would you please try to build it on 5.19.0-35-generic and
boot into 5.19.0-35-generic kernel. Of course, please do it when you are
available, don't bother to do it immediately since you already have a
stable 5.15 kernel for your daily work. The reason that I suggest you to
try it is because I can't reproduce it with my Netgear Nighthawk AP.

Thanks for your understanding,

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  New
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-07 Thread Kai-Chuan Hsieh
Do you mean you are not able to install new driver firmware by step in
#21? Did you disable secure boot? Since the step didn't include module
signing, your system can't load it if the secure boot is enabled.

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  New
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-06 Thread Kai-Chuan Hsieh
If the firmware still crash, please try the latest release from upstream
by.

$ sudo apt install git make autoconf dkms
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
$ cd backport-iwlwifi/
$ git checkout release/core72
$ make
$ sudo make install
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git
$ cd linux-firmware
$ git checkout iwlwifi-fw-2023-03-06
$ sudo cp iwlwifi-so-a0-gf-a0-74.ucode /lib/firmware/
$ sudo cp iwlwifi-so-a0-gf-a0.pnvm /lib/firmware/
$ sudo reboot

Check journalctl -k -b, should see info as attachment


** Attachment added: "iwlwifi-core72.log"
   
https://bugs.launchpad.net/ubuntu/+source/oem-somerville-tentacool-meta/+bug/2007875/+attachment/5652221/+files/iwlwifi-core72.log

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

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  New
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 2007875] Re: Ubuntu 22.04 XPS 13 plus 9320 kernel 6.0 OEM and 5.19 breaks wifi frequently

2023-03-06 Thread Kai-Chuan Hsieh
-- 
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/2007875

Title:
  Ubuntu 22.04 XPS 13 plus 9320  kernel 6.0 OEM and 5.19 breaks wifi
  frequently

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in oem-somerville-tentacool-meta package in Ubuntu:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in oem-somerville-tentacool-meta source package in Jammy:
  New
Status in linux-firmware source package in Kinetic:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Kinetic:
  Invalid
Status in linux-firmware source package in Lunar:
  Fix Released
Status in oem-somerville-tentacool-meta source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  backport-iwlwifi-dkms/kinetic is being built into hwe-5.19 kernel, and
  -73 firmware are supported bug missing. On one user reported issue,
  this fixes WiFi stability on 5G band.

  [Fix]

  New upstreamed firmware revision fixes this issue.

  [Test Case]

  1. Boot hwe-5.19 kernel
  2. iwlwifi-so-a0-gf-a0-73.ucode firmware should be loaded
  3. Browse the web, usually takes between 1 and 5 minutes
  4. Networking will cut out

  [Where problems could occur]

  This affects only users need both backport-iwlwifi-dkms and hwe-5.19
  kernel on WiFi stability.

  [Other Info]

  While Kinetic and above have them all, only Jammy is nominated.

  == original bug report ==

  I'm using the stock Dell Ubuntu 22.04 image on my XPS 13 Plus (9320).
  Recently I received some kernel updates, the 5.19 kernel used in 22.10
  and a 6.0 oem kernel. Both updates break wifi. It seems to only do so
  on newer 5.7 GHz access points.

  1. Boot latest 6.0 oem kernel
  2. Browse the web, usually takes between 1 and 5 minutes.
  3. Networking will cut out.

  Disabling networking and starting again will fix it until it happens
  again in a few minutes. This will repeat indefinitely, essentially
  making wireless useless.

  The attached dmesg log reliably shows up when it fails, showing
  iwlwifi failing and a (network?) hardware reset request.

  It witnessed this happen months ago on 22.10, which led me to using
  the Dell stock 22.04 image. But it seems even the newer OEM kernel is
  affected.

  A workaround is to select the older 5.15 kernel in grub. I find on
  this laptop, one must hit escape precisely 1 second after seeing the
  Dell logo on boot. Alternatively one could edit /etc/grub/default and
  set a longer timeout.

  Let me know if this bug report would be better to go to Dell as a
  support request instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2007875/+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 1989578] Re: Add HDMI codec ID for Intel Raptor Lake

2023-03-02 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  Add HDMI codec ID for Intel Raptor Lake

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Released
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux-oem-5.17 source package in Kinetic:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]
  The HDAudio is not functional on some RaptorLake machines. The audio codec is 
failed to be probed so no PCM stream available for audio functions.

  [Fix]
  Backport the patch from upstream which adds the support for the HDMI codec ID 
on RaptorLake.

  [Test]
  Power on the machine and check if the audio function's working with alsa 
utilities.

  [Where problems could occur]
  The change only applies to the new RaptorLake Intel HDA controller and HDMI 
codec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1989578/+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 1991365] Re: Fix Turbostat is not working for fam: 6 model: 191: stepping: 2 CPU

2023-03-02 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed-focal verification-needed-jammy 
verification-needed-kinetic
** Tags added: verification-done-focal verification-done-jammy 
verification-done-kinetic

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

Title:
  Fix Turbostat is not working for fam: 6 model: 191: stepping: 2 CPU

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Released
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in linux-oem-6.0 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux-oem-5.17 source package in Kinetic:
  Invalid
Status in linux-oem-6.0 source package in Kinetic:
  Invalid

Bug description:
  [Impact]
  turbostat doesn't show the correct fields for RPL-S.
  This's a wrong column.
  
usec,Time_Of_Day_Seconds,Core,CPU,APIC,X2APIC,Avg_MHz,Busy%,Bzy_MHz,TSC_MHz,IPC,IRQ,POLL,C1ACPI,C2ACPI,C3ACPI,POLL%,C1ACPI%,C2ACPI%,C3ACPI%,CoreTmp,CoreThr,PkgTmp,GFX%rc6,GFXMHz,GFXAMHz,CPU%LPI,SYS%LPI

  [Fix]
  Add RPL-S support in turbostat

  [Test Case]
  1. run "turbostat --list"
  2. check the output, this is a correct column.
  
usec,Time_Of_Day_Seconds,Core,CPU,APIC,X2APIC,Avg_MHz,Busy%,Bzy_MHz,TSC_MHz,IPC,IRQ,SMI,POLL,C1ACPI,C2ACPI,C3ACPI,POLL%,C1ACPI%,C2ACPI%,C3ACPI%,CPU%c1,CPU%c6,CPU%c7,CoreTmp,CoreThr,PkgTmp,GFX%rc6,GFXMHz,GFXAMHz,Totl%C0,Any%C0,GFX%C0,CPUGFX%,Pkg%pc2,Pkg%pc3,Pkg%pc6,Pkg%pc7,Pkg%pc8,Pkg%pc9,Pk%pc10,CPU%LPI,SYS%LPI,PkgWatt,CorWatt,GFXWatt,RAMWatt,PKG_%,RAM_%

  [Where problems could occur]
  Low, just add a devcie id to support RPL-S.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1991365/+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 1995453] Re: Add some ACPI device IDs for Intel HID device

2023-03-02 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed-jammy verification-needed-kinetic
** Tags added: verification-done-jammy verification-done-kinetic

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

Title:
  Add some ACPI device IDs for Intel HID device

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in linux-oem-6.0 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux-oem-5.17 source package in Kinetic:
  Invalid
Status in linux-oem-6.0 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  In Progress
Status in linux-oem-5.17 source package in Lunar:
  Invalid
Status in linux-oem-6.0 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  Add the ACPI devices IDs for Intel JasonLake, MeteorLake and RaptorLake

  [Fix]
  ACPI devices IDs are add the the related Intel HID devices on these platforms 
can work.

  [Test]
  Verified the Intel HID events can work such as power button for suspend and 
wake.
   
  [Where problems could occur]
  Add the ACPI device IDs for support Intel HID devices, so chance of problems 
should be low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1995453/+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 2002968] Re: Fix flicker display problem on some panels which support PSR2

2023-03-02 Thread Kai-Chuan Hsieh
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  Fix flicker display problem on some panels which support PSR2

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Incomplete
Status in linux-oem-6.0 source package in Jammy:
  Fix Released
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Incomplete
Status in linux-oem-6.0 source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  On some PSR2 supported panels, which connects to Intel Graphics has flicker 
symptom. It gets normal after booting the kernel with parameter `i915. 
enable_psr=0`

  [Fix]
  Backport one patch from upstream. 
https://cgit.freedesktop.org/drm-tip/commit/drivers/gpu/drm/i915/display/intel_psr.c?id=084aab04cc60e5eab32287d0483c33e12c92da87

  [Test]
  Booting the patched kernel with problematic panel (LGD LCD_VD78M), check if 
the display has abnormal flickering problem on graphics interfaces.

  [Where problems could occur]
  The risk of regression is low. It only fixes problem on panels which support 
PSR2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2002968/+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 2007516] Re: screen flicker after PSR2 enabled

2023-03-01 Thread Kai-Chuan Hsieh
** Summary changed:

- XPS 9320 screen flicker on UHD panel 3840x2400
+ screen flicker after PSR2 enabled

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

Title:
  screen flicker after PSR2 enabled

Status in HWE Next:
  New
Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2007516/+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 2007516] Re: XPS 9320 screen flicker on UHD panel 3840x2400

2023-02-28 Thread Kai-Chuan Hsieh
reply #8,

Could you dump the eDP PSR status?
# cat /sys/kernel/debug/dri/0/i915_edp_psr_status

Have you tried the driver parameter "options i915
enable_psr2_sel_fetch=0"? Does it work for you?

The patch is created by applying quirk for Dell machine [1], I'd like to check 
if it indeed take effect on your platform, could you dump lspci output by
$ lspci -nnvv

[1] https://patchwork.freedesktop.org/patch/524182/?series=114400=1

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

Title:
  XPS 9320 screen flicker on UHD panel 3840x2400

Status in HWE Next:
  New
Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2007516/+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 2007647] Re: External monitor blank when boot by plugging WD22TB from S5

2023-02-16 Thread Kai-Chuan Hsieh
** Tags added: oem-priority originate-from-2002107 somerville

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

Title:
  External monitor blank when boot by plugging WD22TB from S5

Status in OEM Priority Project:
  New
Status in linux-signed-hwe-5.19 package in Ubuntu:
  New

Bug description:
  External monitor is blank when boot by plugin WD22TB from S5.

  The display info is shown in gnome-control-center correctly, but there
  is no screen output to the external monitor.

  The connection topology:

  XPS 9320 <-TBT link-> WD22TB <-DP link-> external monitor

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1
  ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 14:51:00 2023
  InstallationDate: Installed on 2023-02-16 (1 days ago)
  InstallationMedia: Ubuntu 20.04.5 LTS "Focal Fossa" - Release amd64 (20220831)
  SourcePackage: linux-signed-hwe-5.19
  UpgradeStatus: Upgraded to jammy on 2023-02-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2007647/+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 2007647] [NEW] External monitor blank when boot by plugging WD22TB from S5

2023-02-16 Thread Kai-Chuan Hsieh
Public bug reported:

External monitor is blank when boot by plugin WD22TB from S5.

The display info is shown in gnome-control-center correctly, but there
is no screen output to the external monitor.

The connection topology:

XPS 9320 <-TBT link-> WD22TB <-DP link-> external monitor

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1
ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-32-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 17 14:51:00 2023
InstallationDate: Installed on 2023-02-16 (1 days ago)
InstallationMedia: Ubuntu 20.04.5 LTS "Focal Fossa" - Release amd64 (20220831)
SourcePackage: linux-signed-hwe-5.19
UpgradeStatus: Upgraded to jammy on 2023-02-16 (1 days ago)

** Affects: linux-signed-hwe-5.19 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Summary changed:

- External monitor blank when boot by WD22TB plug in from S5
+ External monitor blank when boot by plugging WD22TB from S5

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

Title:
  External monitor blank when boot by plugging WD22TB from S5

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

Bug description:
  External monitor is blank when boot by plugin WD22TB from S5.

  The display info is shown in gnome-control-center correctly, but there
  is no screen output to the external monitor.

  The connection topology:

  XPS 9320 <-TBT link-> WD22TB <-DP link-> external monitor

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1
  ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 14:51:00 2023
  InstallationDate: Installed on 2023-02-16 (1 days ago)
  InstallationMedia: Ubuntu 20.04.5 LTS "Focal Fossa" - Release amd64 (20220831)
  SourcePackage: linux-signed-hwe-5.19
  UpgradeStatus: Upgraded to jammy on 2023-02-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.19/+bug/2007647/+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 2007516] Re: XPS 9320 screen flicker on UHD panel 3840x2400

2023-02-15 Thread Kai-Chuan Hsieh
linux-oem-6.1 has the 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/2007516

Title:
  XPS 9320 screen flicker on UHD panel 3840x2400

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Kinetic:
  Incomplete

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2007516/+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 2007516] Re: XPS 9320 screen flicker on UHD panel 3840x2400

2023-02-15 Thread Kai-Chuan Hsieh
Upload the apport log.

** Attachment added: "oemlogs-TRBA-DVT2-C5-20230216143637+0800.apport.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe-5.19/+bug/2007516/+attachment/5647661/+files/oemlogs-TRBA-DVT2-C5-20230216143637+0800.apport.gz

** Tags added: jellyfish-tentacool

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

Title:
  XPS 9320 screen flicker on UHD panel 3840x2400

Status in linux package in Ubuntu:
  New
Status in linux source package in Kinetic:
  New

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2007516/+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 2007516] [NEW] XPS 9320 screen flicker on UHD panel 3840x2400

2023-02-15 Thread Kai-Chuan Hsieh
Public bug reported:

The screen flicker after ubuntu jammy upgrade kernel to 5.19.

The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
5.19 kernel.

I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
can omit the issue.

** Affects: linux-meta-hwe-5.19 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: jellyfish-tentacool

** Description changed:

  The screen flicker after ubuntu jammy upgrade kernel to 5.19.
  
+ The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
+ 5.19 kernel.
  
- The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in 5.19 
kernel.
+ I try to add "options i915 enable_psr2_sel_fetch=0" can omit the issue.

** Description changed:

  The screen flicker after ubuntu jammy upgrade kernel to 5.19.
  
  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.
  
- I try to add "options i915 enable_psr2_sel_fetch=0" can omit the issue.
+ I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
+ can omit the issue.

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

Title:
  XPS 9320 screen flicker on UHD panel 3840x2400

Status in linux-meta-hwe-5.19 package in Ubuntu:
  New

Bug description:
  The screen flicker after ubuntu jammy upgrade kernel to 5.19.

  The enable_psr2_sel_fetch was disabled in 5.15 kernel but enabled in
  5.19 kernel.

  I try to add "options i915 enable_psr2_sel_fetch=0" to modprobe config
  can omit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe-5.19/+bug/2007516/+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 2002757] [NEW] Dell precision 5560 screen can't back after suspend

2023-01-12 Thread Kai-Chuan Hsieh
Public bug reported:

The screen can't back on after suspend.

Here is the kernel log error:

[84090.414190] Asynchronous wait on fence :00:02.0:gnome-shell[2816]:1c469c 
timed out (hin  t:intel_atomic_commit_ready [i915])
[84090.414462] Asynchronous wait on fence :00:02.0:gnome-shell[2816]:1c469c 
timed out (hin  t:intel_atomic_commit_ready [i915])
[84094.705130] i915 :00:02.0: [drm] GPU HANG: ecode 12:1:85db, in 
chrome [106889]
[84094.705150] i915 :00:02.0: [drm] Resetting rcs0 for stopped heartbeat on 
rcs0
[84094.705205] i915 :00:02.0: [drm] chrome[106889] context reset due to GPU 
hang
[90008.508158] input: T8-L (AVRCP) as /devices/virtual/input/input50
[90008.609265] input: T8-R (AVRCP) as /devices/virtual/input/input51

There is a upstream bug reported the similar error.

https://gitlab.freedesktop.org/drm/intel/-/issues/6757#note_1707377

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


** Tags: fossa-pidgey

** Attachment added: "oemlogs-luca-Precision-5560-20230112160434+0100.apport"
   
https://bugs.launchpad.net/bugs/2002757/+attachment/5641113/+files/oemlogs-luca-Precision-5560-20230112160434+0100.apport

** Tags added: fossa-pidgey

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

Title:
  Dell precision 5560 screen can't back after suspend

Status in linux-meta package in Ubuntu:
  New

Bug description:
  The screen can't back on after suspend.

  Here is the kernel log error:

  [84090.414190] Asynchronous wait on fence 
:00:02.0:gnome-shell[2816]:1c469c timed out (hin  
t:intel_atomic_commit_ready [i915])
  [84090.414462] Asynchronous wait on fence 
:00:02.0:gnome-shell[2816]:1c469c timed out (hin  
t:intel_atomic_commit_ready [i915])
  [84094.705130] i915 :00:02.0: [drm] GPU HANG: ecode 12:1:85db, in 
chrome [106889]
  [84094.705150] i915 :00:02.0: [drm] Resetting rcs0 for stopped heartbeat 
on rcs0
  [84094.705205] i915 :00:02.0: [drm] chrome[106889] context reset due to 
GPU hang
  [90008.508158] input: T8-L (AVRCP) as /devices/virtual/input/input50
  [90008.609265] input: T8-R (AVRCP) as /devices/virtual/input/input51

  There is a upstream bug reported the similar error.

  https://gitlab.freedesktop.org/drm/intel/-/issues/6757#note_1707377

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/2002757/+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 1997472] Re: Touchpad problem detecting working area on Dell XPS

2023-01-11 Thread Kai-Chuan Hsieh
The actual firmware get from the machine is 0x07 0x01. How do you
identify it is the latest one. The mail that user send to Dell will
contain HW info?

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

Title:
  Touchpad problem detecting working area on Dell XPS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using a new Dell XPS 17 with the latest Ubuntu (22.10). One bug I
  could see is the touchpad sensitivity. Sometimes, randomly, the upper
  part of the touchpad is the only one working, most of its surface does
  not work. If the movement starts in the working area, then you can use
  the whole touchpad until you lift the finger. After a while it seems
  to recover by itself. My feeling is that this is somehow related to
  the sensitivity of the touchpad (some instability) or related to the
  system that disables the touchpad while writing (again, some buggy
  detection). While writing this text I experienced the bug twice, for
  instance, intermittently.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-23-generic 5.19.0-23.24
  ProcVersionSignature: Ubuntu 5.19.0-23.24-generic 5.19.7
  Uname: Linux 5.19.0-23-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  florin 1581 F pipewire
florin 1584 F wireplumber
   /dev/snd/controlC0:  florin 1584 F wireplumber
   /dev/snd/seq:florin 1581 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 22 17:25:52 2022
  InstallationDate: Installed on 2022-10-24 (29 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 17 9720
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-23-generic 
root=UUID=99833626-9acf-4145-9fee-2cbbe47e4d33 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-5.19.0-23-generic N/A
   linux-backports-modules-5.19.0-23-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2022
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 0KNF8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd09/08/2022:br1.11:svnDellInc.:pnXPS179720:pvr:rvnDellInc.:rn0KNF8J:rvrA00:cvnDellInc.:ct10:cvr:sku0AFF:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9720
  dmi.product.sku: 0AFF
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+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 1997946] Re: [SRU] Support soundwire speaker AMP-ALC1318 codec

2023-01-10 Thread Kai-Chuan Hsieh
reply #4

The diff is because that quilt suggests to do quilt refresh on 
0005-acp6x-add-initial-support-for-AMD-Yellow-Carp-ACP6x.patch.
I did the comparison to the modified files which changed by old and new 
0005-acp6x-add-initial-support-for-AMD-Yellow-Carp-ACP6x.patch, there is no 
difference. I think it can help to apply patch more cleanly if someone would 
like to propose another SRU next time, so I include it into the debdiff too.

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

Title:
  [SRU] Support soundwire speaker AMP-ALC1318 codec

Status in OEM Priority Project:
  Triaged
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released

Bug description:
  [ Impact ]

   * Add ALC1318 speaker codec ucm file
   * Make internal speaker working on the platform with the codec

  [ Test Plan ]

   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu

  [ Where problems could occur ]

   * The config only be executed on the platform with the codec exported

   * It needs to add the codec combination to the machine driver to make the 
function work
 ex. 
https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/intel/common/soc-acpi-intel-rpl-match.c#L225

  [ Other Info ]

   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1997946/+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 1997946] Re: [SRU] Support soundwire speaker AMP-ALC1318 codec

2023-01-09 Thread Kai-Chuan Hsieh
** Description changed:

  [ Impact ]
  
   * Add ALC1318 speaker codec ucm file
   * Make internal speaker working on the platform with the codec
  
  [ Test Plan ]
  
   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu
  
  [ Where problems could occur ]
  
   * The config only be executed on the platform with the codec exported
  
-  * It needs add codec configuration to the machine driver to make the
+  * It needs to add codec configuration to the machine driver to make the
  function work
  
  [ Other Info ]
  
   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

** Description changed:

  [ Impact ]
  
   * Add ALC1318 speaker codec ucm file
   * Make internal speaker working on the platform with the codec
  
  [ Test Plan ]
  
   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu
  
  [ Where problems could occur ]
  
   * The config only be executed on the platform with the codec exported
  
-  * It needs to add codec configuration to the machine driver to make the
- function work
+  * It needs to add the codec combination to the machine driver to make the 
function work
+ex. 
https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/intel/common/soc-acpi-intel-rpl-match.c#L225
  
  [ Other Info ]
  
   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

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

Title:
  [SRU] Support soundwire speaker AMP-ALC1318 codec

Status in OEM Priority Project:
  Triaged
Status in alsa-ucm-conf package in Ubuntu:
  Confirmed

Bug description:
  [ Impact ]

   * Add ALC1318 speaker codec ucm file
   * Make internal speaker working on the platform with the codec

  [ Test Plan ]

   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu

  [ Where problems could occur ]

   * The config only be executed on the platform with the codec exported

   * It needs to add the codec combination to the machine driver to make the 
function work
 ex. 
https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/intel/common/soc-acpi-intel-rpl-match.c#L225

  [ Other Info ]

   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1997946/+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 1997472] Re: Touchpad problem detecting working area on Dell XPS

2023-01-08 Thread Kai-Chuan Hsieh
reply #10,

The user reported the issue is ELAN, and according to the page,
https://learn.microsoft.com/en-us/windows-hardware/design/component-
guidelines/windows-precision-touchpad-required-hid-descriptors, the
version number should be two bytes. Is it 0x01, 0x0c?

If so, can you guide the user to upgrade the touchpad firmware under
Ubuntu?

Thanks,

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

Title:
  Touchpad problem detecting working area on Dell XPS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using a new Dell XPS 17 with the latest Ubuntu (22.10). One bug I
  could see is the touchpad sensitivity. Sometimes, randomly, the upper
  part of the touchpad is the only one working, most of its surface does
  not work. If the movement starts in the working area, then you can use
  the whole touchpad until you lift the finger. After a while it seems
  to recover by itself. My feeling is that this is somehow related to
  the sensitivity of the touchpad (some instability) or related to the
  system that disables the touchpad while writing (again, some buggy
  detection). While writing this text I experienced the bug twice, for
  instance, intermittently.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-23-generic 5.19.0-23.24
  ProcVersionSignature: Ubuntu 5.19.0-23.24-generic 5.19.7
  Uname: Linux 5.19.0-23-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  florin 1581 F pipewire
florin 1584 F wireplumber
   /dev/snd/controlC0:  florin 1584 F wireplumber
   /dev/snd/seq:florin 1581 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 22 17:25:52 2022
  InstallationDate: Installed on 2022-10-24 (29 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 17 9720
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-23-generic 
root=UUID=99833626-9acf-4145-9fee-2cbbe47e4d33 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-5.19.0-23-generic N/A
   linux-backports-modules-5.19.0-23-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2022
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 0KNF8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd09/08/2022:br1.11:svnDellInc.:pnXPS179720:pvr:rvnDellInc.:rn0KNF8J:rvrA00:cvnDellInc.:ct10:cvr:sku0AFF:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9720
  dmi.product.sku: 0AFF
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+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 2000030] Re: Soundwire support for the Intel RPL Gen 0C40/0C11 platforms

2023-01-08 Thread Kai-Chuan Hsieh
The bin file was released officially.
https://github.com/thesofproject/sof-bin/releases/tag/v2.2.4

./mini_orchid_bay/sof-rpl-rt711-l2-rt1316-l01.tplg
./mini_maya_bay/sof-rpl-rt711-l0-rt1318-l12.tplg

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

Title:
  Soundwire support for the Intel RPL Gen 0C40/0C11 platforms

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Won't Fix
Status in linux-oem-6.0 source package in Jammy:
  Fix Committed
Status in linux source package in Lunar:
  In Progress
Status in linux-oem-6.0 source package in Lunar:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Missing support for two additional product model of Intel RPL Gen
  Soundwire.

  [Fix]

  Two additional commits merged in upstream sof development repository
  on GitHub.

  [Test Case]

  Apply the two changes along with an alsa ucm conf fix, then perform audio
  automatic/manual checkbox tests.

  [Where problems could occur]

  New hardware. No known issue so far, but might have minor issues in
  the future.

  [Other Info]

  Nominated for U/L/OEM-6.0/OEM-6.1. Depending on fixes from bug
  1997944.

  == original bug report ==

  This is a follow-up to bug 1997944 that supports more RPL gen
  platforms.

  Staging fixes:
  * 
https://github.com/thesofproject/linux/commit/9aacc6f5c422b98ef8ea98d190a8f6db9aa447c4
 ("ASoC: Intel: soc-acpi: add configuration for variant of 0C40 product")
  * 
https://github.com/thesofproject/linux/commit/e3707e4dd275bc731f6ed4067a2694534675ca52
 ("ASoC: Intel: soc-acpi: add configuration for variant of 0C11 product")

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/230/+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 2001896] Re: sof-hda-dsp internal mic default off after fresh install

2023-01-05 Thread Kai-Chuan Hsieh
** Description changed:

  [Impact]
- Device use sof-hda-dsp driver will not able to initial the Dmic0 status 
correctly
+ Device with sof-hda-dsp sound card has internal mic off after fresh install
  
  [Test Plan]
- On the platform with sofhdadsp sound card 
+ On the platform with sofhdadsp sound card
  1. stop alsa-restore service, "sudo systemctl stop alsa-restore.service"
  2. remove old alsa status, "sudo rm /var/lib/alsa/asound.state"
  3. reboot system
  4. Internal mic should be on by default
  
  [Where problems could occur]
- Only fix for Dmic0 control and upstream already merged the code. The risk 
will be low
+ The change takes place on platform with sof-hda-dsp sound card, and it only 
be executed during boot sequence, it won't impact the stored state.
+ However, it will change user default expectation after fresh installation.
  
  [Other Info]
  Pull Request in upstream 
https://github.com/alsa-project/alsa-ucm-conf/pull/259

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

Title:
  sof-hda-dsp internal mic default off after fresh install

Status in OEM Priority Project:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New

Bug description:
  [Impact]
  Device with sof-hda-dsp sound card has internal mic off after fresh install

  [Test Plan]
  On the platform with sofhdadsp sound card
  1. stop alsa-restore service, "sudo systemctl stop alsa-restore.service"
  2. remove old alsa status, "sudo rm /var/lib/alsa/asound.state"
  3. reboot system
  4. Internal mic should be on by default

  [Where problems could occur]
  The change takes place on platform with sof-hda-dsp sound card, and it only 
be executed during boot sequence, it won't impact the stored state.
  However, it will change user default expectation after fresh installation.

  [Other Info]
  Pull Request in upstream 
https://github.com/alsa-project/alsa-ucm-conf/pull/259

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2001896/+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 2001896] [NEW] sof-hda-dsp internal mic default off after fresh install

2023-01-05 Thread Kai-Chuan Hsieh
Public bug reported:

[Impact]
Device use sof-hda-dsp driver will not able to initial the Dmic0 status 
correctly

[Test Plan]
On the platform with sofhdadsp sound card 
1. stop alsa-restore service, "sudo systemctl stop alsa-restore.service"
2. remove old alsa status, "sudo rm /var/lib/alsa/asound.state"
3. reboot system
4. Internal mic should be on by default

[Where problems could occur]
Only fix for Dmic0 control and upstream already merged the code. The risk will 
be low

[Other Info]
Pull Request in upstream https://github.com/alsa-project/alsa-ucm-conf/pull/259

** Affects: oem-priority
 Importance: Undecided
 Status: New

** Affects: alsa-ucm-conf (Ubuntu)
 Importance: Undecided
 Assignee: Kai-Chuan Hsieh (kchsieh)
 Status: New


** Tags: oem-priority originate-from-1989414 somerville

** Changed in: alsa-ucm-conf (Ubuntu)
 Assignee: (unassigned) => Kai-Chuan Hsieh (kchsieh)

** Tags added: oem-priority originate-from-1989414 somerville

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

Title:
  sof-hda-dsp internal mic default off after fresh install

Status in OEM Priority Project:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New

Bug description:
  [Impact]
  Device use sof-hda-dsp driver will not able to initial the Dmic0 status 
correctly

  [Test Plan]
  On the platform with sofhdadsp sound card 
  1. stop alsa-restore service, "sudo systemctl stop alsa-restore.service"
  2. remove old alsa status, "sudo rm /var/lib/alsa/asound.state"
  3. reboot system
  4. Internal mic should be on by default

  [Where problems could occur]
  Only fix for Dmic0 control and upstream already merged the code. The risk 
will be low

  [Other Info]
  Pull Request in upstream 
https://github.com/alsa-project/alsa-ucm-conf/pull/259

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2001896/+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 1997946] Re: Support soundwire speaker AMP-ALC1318 codec

2022-12-26 Thread Kai-Chuan Hsieh
** Description changed:

  [ Impact ]
  
   * Add ALC1318 speaker codec ucm file
+  * Make internal speaker working on platform with the codec
  
  [ Test Plan ]
  
   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu
  
  [ Where problems could occur ]
  
   * The config only be executed on the platform with the codec exported
  
   * It needs add codec configuration to the machine driver to make the
  function work
  
  [ Other Info ]
  
   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

** Description changed:

  [ Impact ]
  
   * Add ALC1318 speaker codec ucm file
-  * Make internal speaker working on platform with the codec
+  * Make internal speaker working on the platform with the codec
  
  [ Test Plan ]
  
   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu
  
  [ Where problems could occur ]
  
   * The config only be executed on the platform with the codec exported
  
   * It needs add codec configuration to the machine driver to make the
  function work
  
  [ Other Info ]
  
   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

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

Title:
  Support soundwire speaker AMP-ALC1318 codec

Status in OEM Priority Project:
  Triaged
Status in alsa-ucm-conf package in Ubuntu:
  Confirmed

Bug description:
  [ Impact ]

   * Add ALC1318 speaker codec ucm file
   * Make internal speaker working on the platform with the codec

  [ Test Plan ]

   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu

  [ Where problems could occur ]

   * The config only be executed on the platform with the codec exported

   * It needs add codec configuration to the machine driver to make the
  function work

  [ Other Info ]

   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1997946/+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 1997946] Re: Support soundwire speaker AMP-ALC1318 codec

2022-12-25 Thread Kai-Chuan Hsieh
Upload debdiff file for kinetic.

** Patch added: "alsa-ucm-conf_1.2.6.3-1ubuntu3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1997946/+attachment/5637729/+files/alsa-ucm-conf_1.2.6.3-1ubuntu3.debdiff

** Changed in: alsa-ucm-conf (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: oem-priority originate-from-1998737 somerville

** Changed in: oem-priority
 Assignee: (unassigned) => Kai-Chuan Hsieh (kchsieh)

** Changed in: oem-priority
   Status: New => Triaged

** Changed in: oem-priority
   Importance: Undecided => Critical

** Description changed:

  [ Impact ]
  
-  * Add ALC1318 speaker codec ucm file
+  * Add ALC1318 speaker codec ucm file
  
  [ Test Plan ]
  
-  * On platform with the codec, the internal speaker should work after
-boot into Ubuntu
+  * On platform with the codec, the internal speaker should work after
+    boot into Ubuntu
  
  [ Where problems could occur ]
  
-  * The config only be executed on the platform with the codec exported
+  * The config only be executed on the platform with the codec exported
  
-  * It needs soc driver upgrade to support the machine driver to make the
+  * It needs add codec configuration to the machine driver to make the
  function work
  
  [ Other Info ]
-  
-  * Upstream commit soundwire speaker AMP-ALC1318 codec.
-
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341
+ 
+  * Upstream commit soundwire speaker AMP-ALC1318 codec.
+    
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

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

Title:
  Support soundwire speaker AMP-ALC1318 codec

Status in OEM Priority Project:
  Triaged
Status in alsa-ucm-conf package in Ubuntu:
  Confirmed

Bug description:
  [ Impact ]

   * Add ALC1318 speaker codec ucm file

  [ Test Plan ]

   * On platform with the codec, the internal speaker should work after
     boot into Ubuntu

  [ Where problems could occur ]

   * The config only be executed on the platform with the codec exported

   * It needs add codec configuration to the machine driver to make the
  function work

  [ Other Info ]

   * Upstream commit soundwire speaker AMP-ALC1318 codec.
     
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1997946/+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 1997946] Re: Support soundwire speaker AMP-ALC1318 codec

2022-12-25 Thread Kai-Chuan Hsieh
Upload the deb file for jammy.

** Description changed:

- Support soundwire speaker AMP-ALC1318 codec.
- 
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341
+ [ Impact ]
+ 
+  * Add ALC1318 speaker codec ucm file
+ 
+ [ Test Plan ]
+ 
+  * On platform with the codec, the internal speaker should work after
+boot into Ubuntu
+ 
+ [ Where problems could occur ]
+ 
+  * The config only be executed on the platform with the codec exported
+ 
+  * It needs soc driver upgrade to support the machine driver to make the
+ function work
+ 
+ [ Other Info ]
+  
+  * Upstream commit soundwire speaker AMP-ALC1318 codec.
+
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

** Patch added: "alsa-ucm-conf_1.2.6.3-1ubuntu1.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1997946/+attachment/5637727/+files/alsa-ucm-conf_1.2.6.3-1ubuntu1.2.debdiff

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

Title:
  Support soundwire speaker AMP-ALC1318 codec

Status in alsa-ucm-conf package in Ubuntu:
  Incomplete

Bug description:
  [ Impact ]

   * Add ALC1318 speaker codec ucm file

  [ Test Plan ]

   * On platform with the codec, the internal speaker should work after
 boot into Ubuntu

  [ Where problems could occur ]

   * The config only be executed on the platform with the codec exported

   * It needs soc driver upgrade to support the machine driver to make
  the function work

  [ Other Info ]
   
   * Upstream commit soundwire speaker AMP-ALC1318 codec.
 
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1997946/+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 1950282] Re: Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

2022-12-19 Thread Kai-Chuan Hsieh
request regression test on ~device-certification channel.
https://chat.canonical.com/canonical/pl/mbrptg5713fbxqmwk8ooc97dmh

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

Title:
  Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in libmbim package in Ubuntu:
  Fix Released
Status in libqmi package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete
Status in modemmanager package in Ubuntu:
  Fix Released
Status in libmbim source package in Jammy:
  Fix Committed
Status in libqmi source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  New
Status in modemmanager source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  Fibocom FM350 modems aren't working with the current version of
  modemmanager in 22.04.

  * Test case

  - install modemmanager, libmbim, and libqmi from -proposed
  - reboot and try WWAN function to see if any regression there.
  - perform dogfooding of its reverse dependencies (network-
     manager, gnome-control-center etc.)

  The verification should be done on FM350 to ensure it's correctly
  handled but also on other hardware to verify that there are no
  regressions

  * Regression potential

  The SRU does an update to new modemmanager serie so we should do a
  complete round of testing on different hardware and confirm there are
  no regression.

  ---

  :55:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device [14c3:4d75] 
(rev 01)
  Subsystem: Hewlett-Packard Company Device [103c:8914]

  https://lore.kernel.org/linux-
  wireless/20211101035635.26999-1-ricardo.marti...@linux.intel.com/

  Modemmanager requires >= 1.19.1, the detail info is in
  lp:1962525

  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-edge-staging+X136
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-07-13 (119 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux-firmware 1.187.20+staging.31
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-9007-oem 
root=UUID=56278c18-b6d3-4b07-b758-32f574db7ae0 ro i915.force_probe=46c0 
automatic-oem-config quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-9007.7+staging.29-oem 5.14.14
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-9007-oem N/A
   linux-backports-modules-5.14.0-9007-oem  N/A
   linux-firmware   1.187.20+staging.31
  Tags:  focal
  Uname: Linux 5.14.0-9007-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 08/23/2021
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: ADLPFWI1.R00.2347.A00.2108230957
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AlderLake-M LP5 RVP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.ec.firmware.release: 1.43
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrADLPFWI1.R00.2347.A00.2108230957:bd08/23/2021:efr1.43:svnIntelCorporation:pnAlderLakeClientPlatform:pvr0.1:rvnIntelCorporation:rnAlderLake-MLP5RVP:rvr1:cvnIntelCorporation:ct9:cvr0.1:sku01010002:
  dmi.product.family: Alder Lake Client System
  dmi.product.name: Alder Lake Client Platform
  dmi.product.sku: 01010002
  dmi.product.version: 0.1
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1950282/+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 1997472] Re: Touchpad problem detecting working area on Dell XPS

2022-12-18 Thread Kai-Chuan Hsieh
Checked the input devices list, the touchpad is on i2c bus 2.

Please use the command to dump the firmware version:

$ sudo i2ctransfer -f -y 2 w2@0x2c 0x20 0x00 r26

I'll ask Dell what is the latest firmware version for your machine.

Thanks,

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

Title:
  Touchpad problem detecting working area on Dell XPS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using a new Dell XPS 17 with the latest Ubuntu (22.10). One bug I
  could see is the touchpad sensitivity. Sometimes, randomly, the upper
  part of the touchpad is the only one working, most of its surface does
  not work. If the movement starts in the working area, then you can use
  the whole touchpad until you lift the finger. After a while it seems
  to recover by itself. My feeling is that this is somehow related to
  the sensitivity of the touchpad (some instability) or related to the
  system that disables the touchpad while writing (again, some buggy
  detection). While writing this text I experienced the bug twice, for
  instance, intermittently.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-23-generic 5.19.0-23.24
  ProcVersionSignature: Ubuntu 5.19.0-23.24-generic 5.19.7
  Uname: Linux 5.19.0-23-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  florin 1581 F pipewire
florin 1584 F wireplumber
   /dev/snd/controlC0:  florin 1584 F wireplumber
   /dev/snd/seq:florin 1581 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 22 17:25:52 2022
  InstallationDate: Installed on 2022-10-24 (29 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 17 9720
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-23-generic 
root=UUID=99833626-9acf-4145-9fee-2cbbe47e4d33 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-5.19.0-23-generic N/A
   linux-backports-modules-5.19.0-23-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2022
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 0KNF8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd09/08/2022:br1.11:svnDellInc.:pnXPS179720:pvr:rvnDellInc.:rn0KNF8J:rvrA00:cvnDellInc.:ct10:cvr:sku0AFF:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9720
  dmi.product.sku: 0AFF
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+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 1997472] Re: Touchpad problem detecting working area on Dell XPS

2022-12-11 Thread Kai-Chuan Hsieh
could you dump /proc/bus/input/devices? let me check why it doesn't work
on your machine.

Thanks,

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

Title:
  Touchpad problem detecting working area on Dell XPS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using a new Dell XPS 17 with the latest Ubuntu (22.10). One bug I
  could see is the touchpad sensitivity. Sometimes, randomly, the upper
  part of the touchpad is the only one working, most of its surface does
  not work. If the movement starts in the working area, then you can use
  the whole touchpad until you lift the finger. After a while it seems
  to recover by itself. My feeling is that this is somehow related to
  the sensitivity of the touchpad (some instability) or related to the
  system that disables the touchpad while writing (again, some buggy
  detection). While writing this text I experienced the bug twice, for
  instance, intermittently.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-23-generic 5.19.0-23.24
  ProcVersionSignature: Ubuntu 5.19.0-23.24-generic 5.19.7
  Uname: Linux 5.19.0-23-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  florin 1581 F pipewire
florin 1584 F wireplumber
   /dev/snd/controlC0:  florin 1584 F wireplumber
   /dev/snd/seq:florin 1581 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 22 17:25:52 2022
  InstallationDate: Installed on 2022-10-24 (29 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 17 9720
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-23-generic 
root=UUID=99833626-9acf-4145-9fee-2cbbe47e4d33 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-5.19.0-23-generic N/A
   linux-backports-modules-5.19.0-23-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2022
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 0KNF8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd09/08/2022:br1.11:svnDellInc.:pnXPS179720:pvr:rvnDellInc.:rn0KNF8J:rvrA00:cvnDellInc.:ct10:cvr:sku0AFF:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9720
  dmi.product.sku: 0AFF
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+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 1997472] Re: Touchpad problem detecting working area on Dell XPS

2022-12-09 Thread Kai-Chuan Hsieh
Can you get the touchpad firmware version by the script?

P.S. please install i2c-tools before running it.

Thanks.

** Attachment added: "get-tp-fw-ver.sh"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+attachment/5635273/+files/get-tp-fw-ver.sh

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

Title:
  Touchpad problem detecting working area on Dell XPS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using a new Dell XPS 17 with the latest Ubuntu (22.10). One bug I
  could see is the touchpad sensitivity. Sometimes, randomly, the upper
  part of the touchpad is the only one working, most of its surface does
  not work. If the movement starts in the working area, then you can use
  the whole touchpad until you lift the finger. After a while it seems
  to recover by itself. My feeling is that this is somehow related to
  the sensitivity of the touchpad (some instability) or related to the
  system that disables the touchpad while writing (again, some buggy
  detection). While writing this text I experienced the bug twice, for
  instance, intermittently.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-23-generic 5.19.0-23.24
  ProcVersionSignature: Ubuntu 5.19.0-23.24-generic 5.19.7
  Uname: Linux 5.19.0-23-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  florin 1581 F pipewire
florin 1584 F wireplumber
   /dev/snd/controlC0:  florin 1584 F wireplumber
   /dev/snd/seq:florin 1581 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 22 17:25:52 2022
  InstallationDate: Installed on 2022-10-24 (29 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 17 9720
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-23-generic 
root=UUID=99833626-9acf-4145-9fee-2cbbe47e4d33 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-5.19.0-23-generic N/A
   linux-backports-modules-5.19.0-23-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2022
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 0KNF8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd09/08/2022:br1.11:svnDellInc.:pnXPS179720:pvr:rvnDellInc.:rn0KNF8J:rvrA00:cvnDellInc.:ct10:cvr:sku0AFF:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9720
  dmi.product.sku: 0AFF
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1997472/+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 1842320] Re: Can't boot: "error: out of memory." immediately after the grub menu

2022-12-01 Thread Kai-Chuan Hsieh
** Tags added: originate-from-1998320 somerville

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

Title:
  Can't boot: "error: out of memory." immediately after the grub menu

Status in grub:
  Unknown
Status in OEM Priority Project:
  Triaged
Status in grub2-signed package in Ubuntu:
  Triaged
Status in grub2-unsigned package in Ubuntu:
  Triaged
Status in initramfs-tools package in Ubuntu:
  Won't Fix
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Workaround]

  Some workarounds have been suggested in
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/comments/125

  [Impact]

   * In some cases, if the users’ initramfs grow bigger, then it’ll
  likely not be able to be loaded by grub2.

   * Some real cases from OEM projects:

  In many built-in 4k monitor laptops with nvidia drivers, the u-d-c
  puts the nvidia*.ko to initramfs which grows the initramfs to ~120M.
  Also the gfxpayload=auto will remain to use 4K resolution since it’s
  what EFI POST passed.

  In this case, the grub isn't able to load initramfs because the
  grub_memalign() won't be able to get suitable memory for the larger
  file:

  ```
  #0 grub_memalign (align=1, size=592214020) at ../../../grub-core/kern/mm.c:376
  #1 0x7dd7b074 in grub_malloc (size=592214020) at 
../../../grub-core/kern/mm.c:408
  #2 0x7dd7a2c8 in grub_verifiers_open (io=0x7bc02d80, type=131076)
  at ../../../grub-core/kern/verifiers.c:150
  #3 0x7dd801d4 in grub_file_open (name=0x7bc02f00 
"/boot/initrd.img-5.17.0-1011-oem",
  type=131076) at ../../../grub-core/kern/file.c:121
  #4 0x7bcd5a30 in ?? ()
  #5 0x7fe21247 in ?? ()
  #6 0x7bc030c8 in ?? ()
  #7 0x00017fe21238 in ?? ()
  #8 0x7bcd5320 in ?? ()
  #9 0x7fe21250 in ?? ()
  #10 0x in ?? ()
  ```

  Based on grub_mm_dump, we can see the memory fragment (some parts seem
  likely be used because of 4K resolution?) and doesn’t have available
  contiguous memory for larger file as:

  ```
  grub_real_malloc(...)
  ...
  if (cur->size >= n + extra)
  ```

  Based on UEFI Specification Section 7.2[1] and UEFI driver writers’
  guide 4.2.3[2], we can ask 32bits+ on AllocatePages().

  As most X86_64 platforms should support 64 bits addressing, we should
  extend GRUB_EFI_MAX_USABLE_ADDRESS to 64 bits to get more available
  memory.

   * When users grown the initramfs, then probably will get initramfs
  not found which really annoyed and impact the user experience (system
  not able to boot).

  [Test Plan]

   * detailed instructions how to reproduce the bug:

  1. Any method to grow the initramfs, such as install nvidia-driver.

  2. If developers would like to reproduce, then could dd if=/dev/random
  of=... bs=1M count=500, something like:

  ```
  $ cat /usr/share/initramfs-tools/hooks/zzz-touch-a-file
  #!/bin/sh

  PREREQ=""

  prereqs()
  {
  echo "$PREREQ"
  }

  case $1 in
  # get pre-requisites
  prereqs)
  prereqs
  exit 0
  ;;
  esac

  . /usr/share/initramfs-tools/hook-functions
  dd if=/dev/random of=${DESTDIR}/test-500M bs=1M count=500
  ```

  And then update-initramfs

   * After applying my patches, the issue is gone.

   * I did also test my test grubx64.efi in:

  1. X86_64 qemu with
  1.1. 60M initramfs + 5.15.0-37-generic kernel
  1.2. 565M initramfs + 5.17.0-1011-oem kernel

  2. Amd64 HP mobile workstation with
  2.1. 65M initramfs + 5.15.0-39-generic kernel
  2.2. 771M initramfs + 5.17.0-1011-oem kernel

  All working well.

  [Where problems could occur]

  * The changes almost in i386/efi, thus the impact will be in the i386 / 
x86_64 EFI system.
  The other change is to modify the “grub-core/kern/efi/mm.c” but I use the 
original addressing for “arm/arm64/ia64/riscv32/riscv64”.
  Thus it should not impact them.

  * There is a “#if defined(__x86_64__)” which intent to limit the >
  32bits code in i386 system and also

  ```
   #if defined (__code_model_large__)
  -#define GRUB_EFI_MAX_USABLE_ADDRESS 0x
  +#define GRUB_EFI_MAX_USABLE_ADDRESS __UINTPTR_MAX__
  +#define GRUB_EFI_MAX_ALLOCATION_ADDRESS 0x7fff
   #else
   #define GRUB_EFI_MAX_USABLE_ADDRESS 0x7fff
  +#define GRUB_EFI_MAX_ALLOCATION_ADDRESS 0x3fff
   #endif
  ```

  If everything works as expected, then i386 should working good.

  If not lucky, based on “UEFI writers’ guide”[2], the i386 will get >
  4GB memory region and never be able to access.

  [Other Info]

   * Upstream grub2 bug #61058
  https://savannah.gnu.org/bugs/index.php?61058

   * Test PPA: https://launchpad.net/~os369510/+archive/ubuntu/lp1842320

   * Test grubx64.efi:
  https://people.canonical.com/~jeremysu/lp1842320/grubx64.efi.lp1842320

   * Test source code: https://github.com/os369510/grub2/tree/lp1842320

   * If you built the package, then test grubx64.efi 

[Kernel-packages] [Bug 1997946] Re: Support soundwire speaker AMP-ALC1318 codec

2022-11-25 Thread Kai-Chuan Hsieh
** Description changed:

  Support soundwire speaker AMP-ALC1318 codec.
+ 
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

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

Title:
  Support soundwire speaker AMP-ALC1318 codec

Status in alsa-ucm-conf package in Ubuntu:
  Incomplete

Bug description:
  Support soundwire speaker AMP-ALC1318 codec.
  
https://github.com/alsa-project/alsa-ucm-conf/commit/c82c400fb653292bbf0570e278d60e1ba14cc341

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1997946/+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 1997946] [NEW] Support soundwire speaker AMP-ALC1318 codec

2022-11-24 Thread Kai-Chuan Hsieh
Public bug reported:

Support soundwire speaker AMP-ALC1318 codec.

** Affects: alsa-ucm-conf (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Support soundwire speaker AMP-ALC1318 codec

Status in alsa-ucm-conf package in Ubuntu:
  New

Bug description:
  Support soundwire speaker AMP-ALC1318 codec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1997946/+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 1950282] Re: Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

2022-11-09 Thread Kai-Chuan Hsieh
** Description changed:

  :55:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device [14c3:4d75] 
(rev 01)
- Subsystem: Hewlett-Packard Company Device [103c:8914]
+ Subsystem: Hewlett-Packard Company Device [103c:8914]
  
- 
https://lore.kernel.org/linux-wireless/20211101035635.26999-1-ricardo.marti...@linux.intel.com/
- --- 
+ https://lore.kernel.org/linux-
+ wireless/20211101035635.26999-1-ricardo.marti...@linux.intel.com/
+ 
+ Modemmanager requires >= 1.19.1, the detail info is in
+ lp:1962525 
+ 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
-  
+ 
  DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-somerville-focal-amd64-20200502-85+fossa-edge-staging+X136
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-focal-amd64-20200502-85+fossa-edge-staging+X136
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-07-13 (119 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux-firmware 1.187.20+staging.31
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-9007-oem 
root=UUID=56278c18-b6d3-4b07-b758-32f574db7ae0 ro i915.force_probe=46c0 
automatic-oem-config quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-9007.7+staging.29-oem 5.14.14
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-5.14.0-9007-oem N/A
-  linux-backports-modules-5.14.0-9007-oem  N/A
-  linux-firmware   1.187.20+staging.31
+  linux-restricted-modules-5.14.0-9007-oem N/A
+  linux-backports-modules-5.14.0-9007-oem  N/A
+  linux-firmware   1.187.20+staging.31
  Tags:  focal
  Uname: Linux 5.14.0-9007-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 08/23/2021
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: ADLPFWI1.R00.2347.A00.2108230957
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AlderLake-M LP5 RVP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.ec.firmware.release: 1.43
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrADLPFWI1.R00.2347.A00.2108230957:bd08/23/2021:efr1.43:svnIntelCorporation:pnAlderLakeClientPlatform:pvr0.1:rvnIntelCorporation:rnAlderLake-MLP5RVP:rvr1:cvnIntelCorporation:ct9:cvr0.1:sku01010002:
  dmi.product.family: Alder Lake Client System
  dmi.product.name: Alder Lake Client Platform
  dmi.product.sku: 01010002
  dmi.product.version: 0.1
  dmi.sys.vendor: Intel Corporation

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

Title:
  Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in modemmanager package in Ubuntu:
  New

Bug description:
  :55:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device [14c3:4d75] 
(rev 01)
  Subsystem: Hewlett-Packard Company Device [103c:8914]

  https://lore.kernel.org/linux-
  wireless/20211101035635.26999-1-ricardo.marti...@linux.intel.com/

  Modemmanager requires >= 1.19.1, the detail info is in
  lp:1962525 

  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-edge-staging+X136
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-07-13 (119 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux-firmware 1.187.20+staging.31
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-9007-oem 

[Kernel-packages] [Bug 1950282] Re: Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

2022-11-09 Thread Kai-Chuan Hsieh
** Also affects: modemmanager (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/1950282

Title:
  Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in modemmanager package in Ubuntu:
  New

Bug description:
  :55:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device [14c3:4d75] 
(rev 01)
  Subsystem: Hewlett-Packard Company Device [103c:8914]

  
https://lore.kernel.org/linux-wireless/20211101035635.26999-1-ricardo.marti...@linux.intel.com/
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-edge-staging+X136
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-07-13 (119 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux-firmware 1.187.20+staging.31
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-9007-oem 
root=UUID=56278c18-b6d3-4b07-b758-32f574db7ae0 ro i915.force_probe=46c0 
automatic-oem-config quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-9007.7+staging.29-oem 5.14.14
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-9007-oem N/A
   linux-backports-modules-5.14.0-9007-oem  N/A
   linux-firmware   1.187.20+staging.31
  Tags:  focal
  Uname: Linux 5.14.0-9007-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 08/23/2021
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: ADLPFWI1.R00.2347.A00.2108230957
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AlderLake-M LP5 RVP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.ec.firmware.release: 1.43
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrADLPFWI1.R00.2347.A00.2108230957:bd08/23/2021:efr1.43:svnIntelCorporation:pnAlderLakeClientPlatform:pvr0.1:rvnIntelCorporation:rnAlderLake-MLP5RVP:rvr1:cvnIntelCorporation:ct9:cvr0.1:sku01010002:
  dmi.product.family: Alder Lake Client System
  dmi.product.name: Alder Lake Client Platform
  dmi.product.sku: 01010002
  dmi.product.version: 0.1
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1950282/+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 1992714] Re: [SRU] SoF for RPL platform support

2022-11-08 Thread Kai-Chuan Hsieh
Test the kernel and firmware-sof in proposed on
QKN6C-DVT2-C2_202211-30786. The result is failed.


** Attachment added: "sof-snd-fail.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.0/+bug/1992714/+attachment/5629768/+files/sof-snd-fail.log

** Tags removed: verification-needed-jammy
** Tags added: verification-failed-jammy

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

Title:
  [SRU] SoF for RPL platform support

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  In Progress
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  Fix Committed
Status in linux-oem-6.0 source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Kinetic:
  Fix Committed
Status in linux-oem-6.0 source package in Kinetic:
  Invalid

Bug description:
  [Impact]
  RPL platforms require new sof struct and firmware to enable its audio

  [Fix]
  Below 2 commits are from v6.1-rc1
  63d375b9f2a9 ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions
  5f3db54cfbc2 ASoC: Intel: common: add ACPI matching tables for Raptor Lake

  Firmware are from here
  https://github.com/thesofproject/sof-bin/releases/tag/v2.2.2

  [Test]
  Verified Dell machine which comes with rpl sdw audio.

  [Where problems could occur]
  Adding new struct, new ID, and new firmware, it won't affect old systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1992714/+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 1993715] Re: AMD Cezanne takes 5 minutes to wake up from suspend

2022-11-02 Thread Kai-Chuan Hsieh
Tested on WM2N5B-DVT1-A3_202210-30676 with 6.0.0-1007-oem in proposed.

Run

$ sudo rtcwake -m freeze -s 15

The device can resume after 15 seconds. Here is the kernel log for
reference.

** Attachment added: "kernel.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1993715/+attachment/5628626/+files/kernel.log

** Tags added: verification-done-jammy

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

Title:
  AMD Cezanne takes 5 minutes to wake up from suspend

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.0 source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  In Progress
Status in linux-oem-6.0 source package in Kinetic:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  AMD Cezanne takes 5 minutes to wake up from suspend.

  [Fix]

  A fix originated from AMD is being proposed to upstream mailing list.

  [Test Case]

  $ rtcwake -m mem -s 10

  [Where problems could occur]

  This patch fixes the issue we had, but maybe there are still some
  other corner cases that can cause similar problems.

  [Other Info]

  The problematic commit landed in v5.19-rc1, so kernels >= v5.19 are
  nominated for fix.

  == original bug description ==

  [Summary]
  rtcwake may be blocked for 5 minutes.

  Model name: AMD Ryzen 5 7530U with Radeon Graphics
  CPU family: 25
  Model: 80
  Thread(s) per core: 2
  Core(s) per socket: 6
  Socket(s): 1
  Stepping: 0

  [Reproduce Steps]
  1. $ rtcwake -m mem -s 10
  2. The device takes 5 minutes to resume

  [Results]
  Expected: Should resume after 10 seconds
  Actual: System stays asleep for 5 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1993715/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2022-10-31 Thread Kai-Chuan Hsieh
reply #101,

The package oem-somerville-tentacool-meta will install another source
list /etc/apt/sources.list.d/oem-somerville-tantacool-meta.list. when
you do the $ sudo apt update, it should update packages in
dell.archive.canonical.com. after $ sudo apt install oem-somerville-
tentacool-meta, it will update to a new oem-somerville-tentacool-meta
here [1].

Did you disable other source list in you environment?

[1] http://dell.archive.canonical.com/dists/jammy-somerville-jellyfish-
tentacool/public/binary-amd64/Packages

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

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  == kernel driver SRU ==

  [SRU Justification]

  [Impact]

  To support Intel IPU6 MIPI camera on Alder Lake platforms.

  [Fix]

  Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
  been addressed by bug 1921345 and 1939539. They are backported from
  https://github.com/intel/ipu6-drivers.

  Further works to enable IPU6 camera on Alder Lake platforms depend on a
  few more fixes from same ipu6-drivers repository, as well as an extra
  https://github.com/intel/ivsc-driver for Intel Vision Sensing
  Controller(IVSC).

  [Test Case]

  This depends on an integral of enablement components inclusive of the
  kernel drivers that are being proposed, firmware, updates for the
  userspace camera hardware abstration layer library and a gstreamer
  element as what we have for Tiger Lake platforms.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  [Other Info]

  Jammy is planned, but yet the support for 5.15 kernel is not yet started
  from Intel side.

  == linux-firmware SRU ==

  [SRU Justification]

  [Impact]

  Intel IPU6 MIPI camera on Alder Lake platform takes a different fw
  blob.

  [Fix]

  While Intel has no intention to upstream IPU6 driver before kernel
  camera is out, it's available in
  https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
  main branch.

  [Test Case]

  This would take both kernel and firmware fixes, as well as updates for
  the userspace middleware, gstreamer element plugin, to enable the device.
  With all of them in position, one should be able to browse camera with
  legacy camera apps like cheese.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  == original bug report ==

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  

[Kernel-packages] [Bug 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2022-10-31 Thread Kai-Chuan Hsieh
reply #98,

Please check comment #72.

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

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  == kernel driver SRU ==

  [SRU Justification]

  [Impact]

  To support Intel IPU6 MIPI camera on Alder Lake platforms.

  [Fix]

  Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
  been addressed by bug 1921345 and 1939539. They are backported from
  https://github.com/intel/ipu6-drivers.

  Further works to enable IPU6 camera on Alder Lake platforms depend on a
  few more fixes from same ipu6-drivers repository, as well as an extra
  https://github.com/intel/ivsc-driver for Intel Vision Sensing
  Controller(IVSC).

  [Test Case]

  This depends on an integral of enablement components inclusive of the
  kernel drivers that are being proposed, firmware, updates for the
  userspace camera hardware abstration layer library and a gstreamer
  element as what we have for Tiger Lake platforms.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  [Other Info]

  Jammy is planned, but yet the support for 5.15 kernel is not yet started
  from Intel side.

  == linux-firmware SRU ==

  [SRU Justification]

  [Impact]

  Intel IPU6 MIPI camera on Alder Lake platform takes a different fw
  blob.

  [Fix]

  While Intel has no intention to upstream IPU6 driver before kernel
  camera is out, it's available in
  https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
  main branch.

  [Test Case]

  This would take both kernel and firmware fixes, as well as updates for
  the userspace middleware, gstreamer element plugin, to enable the device.
  With all of them in position, one should be able to browse camera with
  legacy camera apps like cheese.

  [Where problems could occur]

  It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
  streaming.

  == original bug report ==

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:

  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  

[Kernel-packages] [Bug 1994442] Re: XPS 9315 camera not working

2022-10-26 Thread Kai-Chuan Hsieh
Do the warm reset on PORT-DVT2-D4_202203-30070 90 rounds, it hits the
issue one time.

Therefore, I'll put reproduce rate 1/90 here.

** Description changed:

- The Camera doesn't work with 5.15.0-52-generic
+ The Camera doesn't work with 5.15.0-52-generic during warm reset stress
  
  The userspace packages list:
  
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages
+ 
+ Reproduce rate:
+ 1/90
  
  Report kernel error:
  
   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
  ret:-110 total_len:64
  
   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  XPS 9315 camera not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Camera doesn't work with 5.15.0-52-generic during warm reset
  stress

  The userspace packages list:
  
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages

  Reproduce rate:
  1/90

  Report kernel error:

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
  ret:-110 total_len:64

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1994442/+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 1994442] Re: XPS 9315 camera not working

2022-10-26 Thread Kai-Chuan Hsieh
Leave the full kernel log here.

** Attachment added: "kernel.log"
   https://bugs.launchpad.net/bugs/1994442/+attachment/5626872/+files/kernel.log

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

Title:
  XPS 9315 camera not working

Status in linux-signed-hwe-5.15 package in Ubuntu:
  Incomplete

Bug description:
  The Camera doesn't work with 5.15.0-52-generic

  The userspace packages list:
  
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages

  Report kernel error:

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
  ret:-110 total_len:64

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  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-5.15/+bug/1994442/+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 1994442] Re: XPS 9315 camera not working

2022-10-26 Thread Kai-Chuan Hsieh
I can't reproduce the error after reboot, will reach out HWE help once I
find a promised way to reproduce it.

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: New => Incomplete

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

Title:
  XPS 9315 camera not working

Status in linux-signed-hwe-5.15 package in Ubuntu:
  Incomplete

Bug description:
  The Camera doesn't work with 5.15.0-52-generic

  The userspace packages list:
  
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages

  Report kernel error:

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
  ret:-110 total_len:64

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  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-5.15/+bug/1994442/+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 1994442] Re: XPS 9315 camera not working

2022-10-25 Thread Kai-Chuan Hsieh
** Description changed:

  The Camera doesn't work with 5.15.0-52-generic
+ 
+ The userspace packages list:
+ 
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages
  
  Report kernel error:
  
-  十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed 
ret:-110 total_len:64
- 
-  十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
-  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
-  十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
-  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
-  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
-  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
-  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
-  十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected
+  十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
+ ret:-110 total_len:64
+ 
+  十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
+  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
+  十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
+  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
+  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
+  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
+  十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
+  十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  XPS 9315 camera not working

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

Bug description:
  The Camera doesn't work with 5.15.0-52-generic

  The userspace packages list:
  
http://dell.archive.canonical.com/dists/focal-somerville-psyduck/public/binary-amd64/Packages

  Report kernel error:

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed
  ret:-110 total_len:64

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  

[Kernel-packages] [Bug 1994442] [NEW] XPS 9315 camera not working

2022-10-25 Thread Kai-Chuan Hsieh
Public bug reported:

The Camera doesn't work with 5.15.0-52-generic

Report kernel error:

 十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed ret:-110 
total_len:64

 十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
 十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
 十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
 十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
 十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed ret 
= -19
 十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
 十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
 十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC Offset 
detected

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
Uname: Linux 5.15.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 26 09:53:07 2022
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
InstallationDate: Installed on 2022-10-19 (6 days ago)
InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 20200502-05:58
SourcePackage: linux-signed-hwe-5.15
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.15 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal fossa-psyduck

** Tags added: fossa-psyduck

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

Title:
  XPS 9315 camera not working

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

Bug description:
  The Camera doesn't work with 5.15.0-52-generic

  Report kernel error:

   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca 3-4:1.0: bridge write failed 
ret:-110 total_len:64
  
   十  26 09:50:30 PORT-DVT2-D1 kernel: ljca-spi ljca-spi.16.auto: ljca spi 
transfer failed!
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: SPI transfer 
failed: -110
   十  26 09:50:30 PORT-DVT2-D1 kernel: spi_master spi2: failed to transfer one 
message from queue
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: hw_reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: reset failed 
ret = -19
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: link layer 
initialization failed.
   十  26 09:50:30 PORT-DVT2-D1 kernel: mei_vsc spi-INTC1094:00: init hw failure.
   十  26 09:50:30 PORT-DVT2-D1 kernel: intel_tcc_cooling: Programmable TCC 
Offset detected

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-52.58~20.04.1-generic 5.15.60
  Uname: Linux 5.15.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 26 09:53:07 2022
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-psyduck+X196
  InstallationDate: Installed on 2022-10-19 (6 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-hwe-5.15
  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-5.15/+bug/1994442/+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 1992435] Re: sof-hda-dsp Dmic0 not initial correctly

2022-10-18 Thread Kai-Chuan Hsieh
Verify the package, the default setting on mixer 'Dmic0 Capture Switch'
will still be off, but 'Dmic0 Capture Volume' will set to 49 which can
confirm the initial command has applied. Therefore, I think the new ucm
is still valid.

I try to add below code, then Mic will turn on after.
1. $ sudo rm /var/lib/alsa/asound.state
2. # echo b > /proc/sysrq-trigger
diff --git a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf 
b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf
index e6a8a15..038253e 100644
--- a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf
+++ b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf
@@ -73,6 +73,7 @@ If.dmic {
}
True.BootSequence [
cset "name='Dmic0 Capture Volume' 70%"
+   cset "name='Dmic0 Capture Switch' on"
]
}
 }

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

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

Title:
  sof-hda-dsp Dmic0 not initial correctly

Status in OEM Priority Project:
  Confirmed
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Jammy:
  Fix Committed

Bug description:
  [Impact]
  Device use sof-hda-dsp driver will not able to initial the Dmic0 status 
correctly

  [Test Plan]
  1. stop alsa-restore service, "sudo systemctl stop alsa-restore.service"
  2. remove old alsa status, "sudo rm /var/lib/alsa/asound.state"
  3. reboot system
  4. Dmic should be on and volume set to 70%

  [Where problems could occur]
  Only fix for Dmic0 control and upstream already merged the code. The risk 
will be low

  [Other Info]
  Pull Request in upstream 
https://github.com/alsa-project/alsa-ucm-conf/pull/132

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1992435/+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


  1   2   3   4   >