[Kernel-packages] [Bug 1929048] Re: Speed up resume time on HP laptops

2024-05-01 Thread Kai-Heng Feng
Paul,

As the commit message described, the resume overhead was reduced for
around 2 seconds.

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

Title:
  Speed up resume time on HP laptops

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Won't Fix
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released
Status in linux-oem-5.10 source package in Hirsute:
  Invalid

Bug description:
  [Impact]
  Some HP laptops can take very long time to resume from sleep.

  [Fix]
  Avoid evaluating _INI on resume. It's only needed to run once at boot.

  [Test]
  Suspend and resume the system.
  With the patch applied, the system resumes in a blink.

  [Where problems could occur]
  Maybe there are some platforms require the old behavior, so hp-accel can
  break after system resume.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929048/+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 2061376] Re: Touchpad scroll bounces back 22.04.4

2024-04-29 Thread Kai-Heng Feng
Also, does different browsers have the same issue?

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

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

Title:
  Touchpad scroll bounces back 22.04.4

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When scrolling anywhere using 2 fingers the scroll bounces back if
  fingers are lifted up from touchpad. Soft finger point muscles have
  some flex to them and I strongly believe this causes the scroll bounce
  back. Easily repeated to both directions. In bounce scroll rapidly
  moves to the opposite direction of where user wanted to scroll when
  lifting up fingers.

  Attached is log file evtest_event5.log from single scroll where there
  was bounce at lifting fingers.

  Hardware details:
  xinput --list
  WARNING: running xinput against an Xwayland server. See the xinput man page 
for details.
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-pointer:16 id=6[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-relative-pointer:16id=7[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-pointer-gestures:16id=8[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-touch:16   id=10   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet stylus:16   id=11   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet eraser:16   id=12   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet cursor:16   id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ xwayland-keyboard:16id=9[slave  
keyboard (3)]

  lshw
    *-input:0
     product: Sleep Button
     physical id: 2
     logical name: input0
     logical name: /dev/input/event0
     capabilities: platform
    *-input:1
     product: Lid Switch
     physical id: 3
     logical name: input1
     logical name: /dev/input/event1
     capabilities: platform
    *-input:2
     product: Intel HID events
     physical id: 4
     logical name: input17
     logical name: /dev/input/event9
     capabilities: platform
    *-input:3
     product: ThinkPad Extra Buttons
     physical id: 5
     logical name: input18
     logical name: /dev/input/event10
     capabilities: platform
    *-input:4
     product: SYNA8007:00 06CB:CD8C Mouse
     physical id: 6
     logical name: input19
     logical name: /dev/input/event4
     logical name: /dev/input/mouse0
     capabilities: i2c
    *-input:5
     product: Power Button
     physical id: 7
     logical name: input2
     logical name: /dev/input/event2
     capabilities: platform
    *-input:6
     product: SYNA8007:00 06CB:CD8C Touchpad
     physical id: 8
     logical name: input20
     logical name: /dev/input/event5
     logical name: /dev/input/mouse1
     capabilities: i2c
    *-input:7
     product: Video Bus
     physical id: 9
     logical name: input22
     logical name: /dev/input/event11
     capabilities: platform
    *-input:8
     product: sof-hda-dsp Mic
     physical id: a
     logical name: input23
     logical name: /dev/input/event12
    *-input:9
     product: sof-hda-dsp Headphone
     physical id: b
     logical name: input24
     logical name: /dev/input/event13
    *-input:10
     product: sof-hda-dsp HDMI/DP,pcm=3
     physical id: c
     logical name: input25
     logical name: /dev/input/event14
    *-input:11
     product: sof-hda-dsp HDMI/DP,pcm=4
     physical id: d
     logical name: input26
     logical name: /dev/input/event15
    *-input:12
     product: sof-hda-dsp HDMI/DP,pcm=5
     physical id: e
     logical name: input27
     logical name: /dev/input/event16
    *-input:13
     product: AT Translated Set 2 keyboard
     physical id: f
     logical name: input3
     logical name: /dev/input/event3
     logical name: input3::capslock
     logical name: input3::numlock
     logical name: input3::scrolllock
     capabilities: i8042
    *-input:14
     product: TPPS/2 ALPS TrackPoint
     physical id: 10
     logical name: input5
     logical name: /dev/input/event6
     logical name: /dev/input/mouse2
     capabilities: i8042

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


-- 
Mailing list: 

[Kernel-packages] [Bug 2061376] Re: Touchpad scroll bounces back 22.04.4

2024-04-29 Thread Kai-Heng Feng
Please run `apport-collect 2061376` to attach logs here.

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

Title:
  Touchpad scroll bounces back 22.04.4

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When scrolling anywhere using 2 fingers the scroll bounces back if
  fingers are lifted up from touchpad. Soft finger point muscles have
  some flex to them and I strongly believe this causes the scroll bounce
  back. Easily repeated to both directions. In bounce scroll rapidly
  moves to the opposite direction of where user wanted to scroll when
  lifting up fingers.

  Attached is log file evtest_event5.log from single scroll where there
  was bounce at lifting fingers.

  Hardware details:
  xinput --list
  WARNING: running xinput against an Xwayland server. See the xinput man page 
for details.
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-pointer:16 id=6[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-relative-pointer:16id=7[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-pointer-gestures:16id=8[slave  pointer 
 (2)]
  ⎜   ↳ xwayland-touch:16   id=10   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet stylus:16   id=11   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet eraser:16   id=12   [slave  pointer 
 (2)]
  ⎜   ↳ xwayland-tablet cursor:16   id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ xwayland-keyboard:16id=9[slave  
keyboard (3)]

  lshw
    *-input:0
     product: Sleep Button
     physical id: 2
     logical name: input0
     logical name: /dev/input/event0
     capabilities: platform
    *-input:1
     product: Lid Switch
     physical id: 3
     logical name: input1
     logical name: /dev/input/event1
     capabilities: platform
    *-input:2
     product: Intel HID events
     physical id: 4
     logical name: input17
     logical name: /dev/input/event9
     capabilities: platform
    *-input:3
     product: ThinkPad Extra Buttons
     physical id: 5
     logical name: input18
     logical name: /dev/input/event10
     capabilities: platform
    *-input:4
     product: SYNA8007:00 06CB:CD8C Mouse
     physical id: 6
     logical name: input19
     logical name: /dev/input/event4
     logical name: /dev/input/mouse0
     capabilities: i2c
    *-input:5
     product: Power Button
     physical id: 7
     logical name: input2
     logical name: /dev/input/event2
     capabilities: platform
    *-input:6
     product: SYNA8007:00 06CB:CD8C Touchpad
     physical id: 8
     logical name: input20
     logical name: /dev/input/event5
     logical name: /dev/input/mouse1
     capabilities: i2c
    *-input:7
     product: Video Bus
     physical id: 9
     logical name: input22
     logical name: /dev/input/event11
     capabilities: platform
    *-input:8
     product: sof-hda-dsp Mic
     physical id: a
     logical name: input23
     logical name: /dev/input/event12
    *-input:9
     product: sof-hda-dsp Headphone
     physical id: b
     logical name: input24
     logical name: /dev/input/event13
    *-input:10
     product: sof-hda-dsp HDMI/DP,pcm=3
     physical id: c
     logical name: input25
     logical name: /dev/input/event14
    *-input:11
     product: sof-hda-dsp HDMI/DP,pcm=4
     physical id: d
     logical name: input26
     logical name: /dev/input/event15
    *-input:12
     product: sof-hda-dsp HDMI/DP,pcm=5
     physical id: e
     logical name: input27
     logical name: /dev/input/event16
    *-input:13
     product: AT Translated Set 2 keyboard
     physical id: f
     logical name: input3
     logical name: /dev/input/event3
     logical name: input3::capslock
     logical name: input3::numlock
     logical name: input3::scrolllock
     capabilities: i8042
    *-input:14
     product: TPPS/2 ALPS TrackPoint
     physical id: 10
     logical name: input5
     logical name: /dev/input/event6
     logical name: /dev/input/mouse2
     capabilities: i8042

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


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

[Kernel-packages] [Bug 2059263] Re: Fix acpi_power_meter accessing IPMI region before it's ready

2024-04-22 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux-oem-6.5
** Tags added: verification-done-jammy-linux-oem-6.5

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

Title:
  Fix acpi_power_meter accessing IPMI region before it's ready

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
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.5 source package in Jammy:
  Fix Committed
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  ACPI error can be found in kernel message:
  [3.717920] ACPI Error: No handler for Region [SYSI] (ab9e62c5) 
[IPMI] (20230628/evregion-130)

  [Fix]
  On Dell systems that have IPI0001 device, ensure IPMI region is ready
  before acpi_power_meter invokes any ACPI method.

  [Test]
  With the patch applied, no such error can be found in kernel message.
  acpi_power_meter sysfs also works correctly.

  [Where problems could occur]
  If asynchronous probe is disabled, the device drivers that probe after
  acpi_power_meter needs to wait until the completion is done, hence the
  boot time might be slower.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2059263/+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 2058483] Re: touchpad not working

2024-04-14 Thread Kai-Heng Feng
Please run `apport-collect 2058483`, thanks!


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

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

Title:
  touchpad not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The touchpad is not in the xinput list and it doesn't work. I'm using
  hp pavilion 15 ec1021nl

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-26-generic 6.5.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13
  Uname: Linux 6.5.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 20 14:21:02 2024
  InstallationDate: Installed on 2024-03-20 (0 days ago)
  InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2058483/+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 2059973] Re: my touch pad doesn't wok at all.

2024-04-14 Thread Kai-Heng Feng
Please run `apport-collect 2059973`, thanks!

** Package changed: linux-signed-hwe-6.5 (Ubuntu) => linux (Ubuntu)

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

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

Title:
  my touch pad doesn't wok at all.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i'm new at linux. firstly i have installed ubuntu as dual boot besides 
windows 11 pro. that time the touchpad worked as expected. but when i gain 
confident enough that i can use linux, i installed ubuntu as primary setup, 
after that the touch pad is not working.
  it detects the touch pad as follows

  cat /proc/bus/input/devices

  I: Bus=0018 Vendor=06cb Product=ce78 Version=0100
  N: Name="SYNA2BA6:00 06CB:CE78 Mouse"
  P: Phys=i2c-SYNA2BA6:00
  S: 
Sysfs=/devices/pci:00/:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2BA6:00/0018:06CB:CE78.0001/input/input22
  U: Uniq=
  H: Handlers=mouse0 event19 
  B: PROP=0
  B: EV=17
  B: KEY=3 0 0 0 0
  B: REL=3
  B: MSC=10

  I: Bus=0018 Vendor=06cb Product=ce78 Version=0100
  N: Name="SYNA2BA6:00 06CB:CE78 Touchpad"
  P: Phys=i2c-SYNA2BA6:00
  S: 
Sysfs=/devices/pci:00/:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2BA6:00/0018:06CB:CE78.0001/input/input23
  U: Uniq=
  H: Handlers=mouse1 event20 
  B: PROP=5
  B: EV=1b
  B: KEY=e520 1 0 0 0 0
  B: ABS=2e08003
  B: MSC=20

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-26-generic 6.5.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13
  Uname: Linux 6.5.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr  2 02:29:41 2024
  InstallationDate: Installed on 2024-04-01 (0 days ago)
  InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2059973/+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 2060770] Re: NVMe drive fails at high write workload after kernel upgrades

2024-04-14 Thread Kai-Heng Feng
Is it possible to attach said logs?

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

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

Title:
  NVMe drive fails at high write workload after kernel upgrades

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My problem is similarly described in this old thread:
  https://unix.stackexchange.com/questions/742360/

  journalctl message: one of the many related logs
  Apr 09 15:37:40.096850 ** kernel: Linux version 6.5.0-26-lowlatency 
(buildd@lcy02-amd64-109) (x86_64-linux-gnu-gcc-12 (Ubunntu 
12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) 
#26.1~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 13 10:41:42 UTC (Ubuntu 
6.5.0-26.26.1~22.04.1-lowlatency 6.5.13)
  
  Apr 09 15:43:46.238697 ** kernel: nvme nvme0: controller is down; will 
reset: CSTS=0x, PCI_STATUS=0x10
  Apr 09 15:43:46.239162 ** kernel: nvme nvme0: Does your device have a 
faulty power saving mode enabled?
  Apr 09 15:43:46.239266 ** kernel: nvme nvme0: Try 
"nvme_core.default_ps_max_latency_us=0 pcie_aspm=off" and report a bug
  Apr 09 15:43:46.690200 ** kernel: nvme :06:00.0: enabling device 
( -> 0002)
  Apr 09 15:43:46.690409 ** kernel: nvme nvme0: Disabling device after 
reset failure: -19
  Apr 09 15:43:46.698188 ** kernel: I/O error, dev nvme0n1, sector 1216896 
op 0x1:(WRITE) flags 0xc800 phys_seg 1 prio clas>

  I was using 22.04.4 with hwe kernel, as shown above (kernel 6.5)
  upgrade to 24.04 dev hoping the problem would be resolved, but no it still 
exists (kernel 6.8)

  The problem happens after some kernel upgrades that I'd done after
  2024-03-01, but I cannot pinpoint when; the nvme_core kernel param as
  shown in the message above does not help.

  The problem does NOT exist with 22.04 regular kernel:
  Currently I'd created a VM to perform my heavy write workload using pci 
passthrough of the NVMe drive, and it works okay.  Cannot downgrade host to 
older kernel because of ZFS pool being upgraded

  VM info (where my NVMe drive works okay)

  uname -r
  5.15.0-78-lowlatency

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 22.04.4 LTS
  Release:22.04
  Codename:   jammy

  (maybe) related hardware spec
  CPU: AMD Ryzen 5750G (x8x4x4)
  Chipset: AMD B450
  NVMe: Samsung MZ1LB960HBJR-000FB (PM983a, f/w EDW73F2Q)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060770/+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-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 2040948] Re: USB stick can't be detected

2024-04-10 Thread Kai-Heng Feng
** No longer affects: linux-signed-hwe-5.15 (Ubuntu)

** No longer affects: linux-signed-oem-6.1 (Ubuntu)

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

Title:
  USB stick can't be detected

Status in linux package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-signed-hwe-5.15 source package in Focal:
  New
Status in linux-signed-oem-6.1 source package in Focal:
  New
Status in linux source package in Jammy:
  New
Status in linux-signed-hwe-5.15 source package in Jammy:
  New
Status in linux-signed-oem-6.1 source package in Jammy:
  New
Status in linux source package in Mantic:
  New
Status in linux-signed-hwe-5.15 source package in Mantic:
  New
Status in linux-signed-oem-6.1 source package in Mantic:
  New
Status in linux source package in Noble:
  New
Status in linux-signed-hwe-5.15 source package in Noble:
  Won't Fix
Status in linux-signed-oem-6.1 source package in Noble:
  Won't Fix

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2040948/+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 2040948] Re: USB stick can't be detected

2024-04-10 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: New => Won't Fix

** Changed in: linux-signed-oem-6.1 (Ubuntu)
   Status: Triaged => Won't Fix

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

** Also affects: linux-signed-hwe-5.15 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

** Also affects: linux-signed-hwe-5.15 (Ubuntu Noble)
   Importance: Undecided
   Status: Won't Fix

** Also affects: linux-signed-oem-6.1 (Ubuntu Noble)
   Importance: Medium
 Assignee: Kai-Heng Feng (kaihengfeng)
   Status: Won't Fix

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

** Also affects: linux-signed-hwe-5.15 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

** Also affects: linux-signed-hwe-5.15 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

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

Title:
  USB stick can't be detected

Status in linux package in Ubuntu:
  New
Status in linux-signed-hwe-5.15 package in Ubuntu:
  Won't Fix
Status in linux-signed-oem-6.1 package in Ubuntu:
  Won't Fix
Status in linux source package in Focal:
  New
Status in linux-signed-hwe-5.15 source package in Focal:
  New
Status in linux-signed-oem-6.1 source package in Focal:
  New
Status in linux source package in Jammy:
  New
Status in linux-signed-hwe-5.15 source package in Jammy:
  New
Status in linux-signed-oem-6.1 source package in Jammy:
  New
Status in linux source package in Mantic:
  New
Status in linux-signed-hwe-5.15 source package in Mantic:
  New
Status in linux-signed-oem-6.1 source package in Mantic:
  New
Status in linux source package in Noble:
  New
Status in linux-signed-hwe-5.15 source package in Noble:
  Won't Fix
Status in linux-signed-oem-6.1 source package in Noble:
  Won't Fix

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2040948/+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 2059263] Re: Fix acpi_power_meter accessing IPMI region before it's ready

2024-04-07 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-2045933 somerville

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

Title:
  Fix acpi_power_meter accessing IPMI region before it's ready

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
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.5 source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  ACPI error can be found in kernel message:
  [3.717920] ACPI Error: No handler for Region [SYSI] (ab9e62c5) 
[IPMI] (20230628/evregion-130)

  [Fix]
  On Dell systems that have IPI0001 device, ensure IPMI region is ready
  before acpi_power_meter invokes any ACPI method.

  [Test]
  With the patch applied, no such error can be found in kernel message.
  acpi_power_meter sysfs also works correctly.

  [Where problems could occur]
  If asynchronous probe is disabled, the device drivers that probe after
  acpi_power_meter needs to wait until the completion is done, hence the
  boot time might be slower.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2059263/+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 2060422] [NEW] Avoid creating non-working backlight sysfs knob from ASUS board

2024-04-07 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Backlight sysfs knobs created by asus-wmi don't really work, hence
systemd-backlight services are in failed state.

[Fix]
Ensure the backlight device are really present

[Test]
With the fix applied, the backlight sysfs knobs are not longer present
under /sys/class/backlight, so there's no more failed systemd-backlight
service.

[Where problems could occur]
Though highly unlikely, but if there's working device that is created
even when the WMI read is 0x, the device will be missing.

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

** Affects: linux (Ubuntu)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Jammy)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Mantic)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Noble)
 Importance: Low
 Status: Confirmed


** Tags: anle oem-priority originate-from-2031862

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Low

** Tags added: anle oem-priority originate-from-2031862

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

Title:
  Avoid creating non-working backlight sysfs knob from ASUS board

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux source package in Noble:
  Confirmed

Bug description:
  [Impact]
  Backlight sysfs knobs created by asus-wmi don't really work, hence
  systemd-backlight services are in failed state.

  [Fix]
  Ensure the backlight device are really present

  [Test]
  With the fix applied, the backlight sysfs knobs are not longer present
  under /sys/class/backlight, so there's no more failed systemd-backlight
  service.

  [Where problems could occur]
  Though highly unlikely, but if there's working device that is created
  even when the WMI read is 0x, the device will be missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2060422/+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 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 2059263] [NEW] Fix acpi_power_meter accessing IPMI region before it's ready

2024-03-27 Thread Kai-Heng Feng
Public bug reported:

[Impact]
ACPI error can be found in kernel message:
[3.717920] ACPI Error: No handler for Region [SYSI] (ab9e62c5) 
[IPMI] (20230628/evregion-130)

[Fix]
On Dell systems that have IPI0001 device, ensure IPMI region is ready
before acpi_power_meter invokes any ACPI method.

[Test]
With the patch applied, no such error can be found in kernel message.
acpi_power_meter sysfs also works correctly.

[Where problems could occur]
If asynchronous probe is disabled, the device drivers that probe after
acpi_power_meter needs to wait until the completion is done, hence the
boot time might be slower.

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-6.5 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Jammy)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux-oem-6.5 (Ubuntu Jammy)
 Importance: Medium
 Status: Confirmed

** Affects: linux (Ubuntu Mantic)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-6.5 (Ubuntu Mantic)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-6.5 (Ubuntu Noble)
 Importance: Undecided
 Status: Invalid

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

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

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

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

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu Jammy)
   Status: New => Won't Fix

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

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

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Noble)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided => Medium

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

Title:
  Fix acpi_power_meter accessing IPMI region before it's ready

Status in linux package in Ubuntu:
  Confirmed
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.5 source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  ACPI error can be found in kernel message:
  [3.717920] ACPI Error: No handler for Region [SYSI] (ab9e62c5) 
[IPMI] (20230628/evregion-130)

  [Fix]
  On Dell systems that have IPI0001 device, ensure IPMI region is ready
  before acpi_power_meter invokes any ACPI method.

  [Test]
  With the patch applied, no such error can be found in kernel message.
  acpi_power_meter sysfs also works correctly.

  [Where problems could occur]
  If asynchronous probe is disabled, the device drivers that probe after
  acpi_power_meter needs to wait until the completion is done, hence the
  boot time might be slower.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2059263/+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 2051896] Re: Fix spurious wakeup caused by Cirque touchpad

2024-03-11 Thread Kai-Heng Feng
** Tags removed: verification-needed-mantic-linux
** Tags added: verification-done-mantic-linux

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

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
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.5 source package in Jammy:
  Fix Released
Status in linux source package in Mantic:
  Fix Committed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  In Progress
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2051896/+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 2052005] Re: Validate connection interval to pass Bluetooth Test Suite

2024-03-11 Thread Kai-Heng Feng
** Tags removed: verification-needed-mantic-linux
** Tags added: verification-done-mantic-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/2052005

Title:
  Validate connection interval to pass Bluetooth Test Suite

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  Fix Committed
Status in linux source package in Mantic:
  Fix Committed
Status in linux source package in Noble:
  In Progress

Bug description:
  [Impact]
  Ubuntu doesn't pass Bluetooth Test Suite to get Bluetooth certified.

  [Fix]
  Validate max connection interval to pass test case
  "GAP/CONN/CPUP/BV-05-C 'Connection Parameter Update Procedure Invalid
  Parameters Central Responder'" 

  [Test]
  Run the test suite. With the patch applied the case is passed.

  [Where problems could occur]
  If any device requires setting a wrong interval to function properly,
  this might affect those devices in theory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2052005/+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 2040948] Re: USB stick can't be detected

2024-03-04 Thread Kai-Heng Feng
Proposed fix:
https://lore.kernel.org/linux-usb/20240305065140.66801-1-kai.heng.f...@canonical.com/T/#u

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

Title:
  USB stick can't be detected

Status in linux-signed-hwe-5.15 package in Ubuntu:
  New
Status in linux-signed-oem-6.1 package in Ubuntu:
  Triaged

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  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/2040948/+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 2040948] Re: USB stick can't be detected

2024-03-04 Thread Kai-Heng Feng
** Changed in: linux-signed-oem-6.1 (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  USB stick can't be detected

Status in linux-signed-hwe-5.15 package in Ubuntu:
  New
Status in linux-signed-oem-6.1 package in Ubuntu:
  Triaged

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  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/2040948/+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 2054820] [NEW] Virt-manager windows VM slowed down

2024-02-23 Thread Kai Tchong
Public bug reported:

My virt-manager build VM Windows 10 guest had some problems when I
started using it in November 2023. I solved it along the lines of trying
to get the intel GPU working as a vGPU for this virtual machine. I
noticed some upgrades to the use of Nvidia were on the way. (It runs on
a laptop with Nvidia dedicated GPU).

Two kernel updates arrived in a row the past two weeks. I saw many gpu
features were involved though i'm not deep enough into Linux kernels to
know exactly what is going on.

The first one was the update to linux-image-5.15.0-92-lowlatency (and
it's accompanying modules and headers). The second one was linux-
headers-5.15.0-94-lowlatency. That one causes my VM to be slow as it was
at the start.

I use the intel gpu through a virtio driver since I cannot passthrough
the Nvidia card. I need that for  several other applications. But with
the nvme Windows is installed on it works quite flawlessly for a while
now. Until this kernel update. I had to roll it back.

Thought it would be best to leave a note here.

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


** Tags: libvirt

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

Title:
  Virt-manager windows VM slowed down

Status in linux-signed-lowlatency-hwe-5.15 package in Ubuntu:
  New

Bug description:
  My virt-manager build VM Windows 10 guest had some problems when I
  started using it in November 2023. I solved it along the lines of
  trying to get the intel GPU working as a vGPU for this virtual
  machine. I noticed some upgrades to the use of Nvidia were on the way.
  (It runs on a laptop with Nvidia dedicated GPU).

  Two kernel updates arrived in a row the past two weeks. I saw many gpu
  features were involved though i'm not deep enough into Linux kernels
  to know exactly what is going on.

  The first one was the update to linux-image-5.15.0-92-lowlatency (and
  it's accompanying modules and headers). The second one was linux-
  headers-5.15.0-94-lowlatency. That one causes my VM to be slow as it
  was at the start.

  I use the intel gpu through a virtio driver since I cannot passthrough
  the Nvidia card. I need that for  several other applications. But with
  the nvme Windows is installed on it works quite flawlessly for a while
  now. Until this kernel update. I had to roll it back.

  Thought it would be best to leave a note here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-lowlatency-hwe-5.15/+bug/2054820/+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 2036515] Re: Fix system boot hang caused by devlink

2024-02-21 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu Lunar)
   Status: Confirmed => Invalid

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

Title:
  Fix system boot hang caused by devlink

Status in HWE Next:
  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:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  System stuck at boot when Intel 7560 is in use, because devlink
  is waiting for reference to be released.

  [Fix]
  Commit "devlink: remove the registration guarantee of references"
  weakens the refcount requirement for devlink {,un}registering,

  [Test]
  System reboots over 2000 times when the fix is applied.

  [Where problems could occur]
  devlink is part of net core API, so it has many users, therefore all of
  devlink users can be affected by this fix. However, all the devlink
  users can be affected by the same issue (i.e. waiting for reference to
  decrease to 0), hence this is still a desirable fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036515/+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 2054391] Re: Fix CPU thermal sensors enumeration

2024-02-19 Thread Kai-Heng Feng
debdiff for Jammy.

** Patch added: "thermald_2.4.9-1ubuntu0.5.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/thermald/+bug/2054391/+attachment/5747505/+files/thermald_2.4.9-1ubuntu0.5.debdiff

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

Title:
  Fix  CPU thermal sensors enumeration

Status in HWE Next:
  New
Status in thermald package in Ubuntu:
  Fix Released
Status in thermald source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  Some CPU sensors are not enumerated, this can make thermald deviates from the 
correct behavior of the CPU TDP.

  [Fix]
  Traverse all sensors under hwmon sysfs directory to make sure everything is 
enumerated.

  [Test]
  Check the output of thermald. Once the fix is in place, thermal zones that 
are previously omitted now shows up:
  [INFO]Zone 1: AMBF, Active:1 Bind:1 Sensor_cnt:1

  [Where problems could occur]
  Since the new logic traverse the whole hwmon sysfs, the startup time can take 
slightly longer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2054391/+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 2054391] [NEW] Fix CPU thermal sensors enumeration

2024-02-19 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Some CPU sensors are not enumerated, this can make thermald deviates from the 
correct behavior of the CPU TDP.

[Fix]
Traverse all sensors under hwmon sysfs directory to make sure everything is 
enumerated.

[Test]
Check the output of thermald. Once the fix is in place, thermal zones that are 
previously omitted now shows up:
[INFO]Zone 1: AMBF, Active:1 Bind:1 Sensor_cnt:1

[Where problems could occur]
Since the new logic traverse the whole hwmon sysfs, the startup time can take 
slightly longer.

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

** Affects: thermald (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: thermald (Ubuntu Jammy)
 Importance: Medium
 Status: Confirmed


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

** Also affects: thermald (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

** Changed in: thermald (Ubuntu Jammy)
   Status: New => Confirmed

** Changed in: thermald (Ubuntu Jammy)
   Importance: Undecided => Medium

** Tags added: oem-priority originate-from-2050867 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/2054391

Title:
  Fix  CPU thermal sensors enumeration

Status in HWE Next:
  New
Status in thermald package in Ubuntu:
  Fix Released
Status in thermald source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  Some CPU sensors are not enumerated, this can make thermald deviates from the 
correct behavior of the CPU TDP.

  [Fix]
  Traverse all sensors under hwmon sysfs directory to make sure everything is 
enumerated.

  [Test]
  Check the output of thermald. Once the fix is in place, thermal zones that 
are previously omitted now shows up:
  [INFO]Zone 1: AMBF, Active:1 Bind:1 Sensor_cnt:1

  [Where problems could occur]
  Since the new logic traverse the whole hwmon sysfs, the startup time can take 
slightly longer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2054391/+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 2051896] Re: Fix spurious wakeup caused by Cirque touchpad

2024-02-18 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux-oem-6.5
** Tags added: verification-done-jammy-linux-oem-6.5

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

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
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.5 source package in Jammy:
  Fix Committed
Status in linux source package in Mantic:
  Fix Committed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  In Progress
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2051896/+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 2052005] [NEW] Validate connection interval to pass Bluetooth Test Suite

2024-02-01 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Ubuntu doesn't pass Bluetooth Test Suite to get Bluetooth certified.

[Fix]
Validate max connection interval to pass test case
"GAP/CONN/CPUP/BV-05-C 'Connection Parameter Update Procedure Invalid
Parameters Central Responder'" 

[Test]
Run the test suite. With the patch applied the case is passed.

[Where problems could occur]
If any device requires setting a wrong interval to function properly,
this might affect those devices in theory.

** Affects: linux (Ubuntu)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Jammy)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Mantic)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Noble)
 Importance: Low
 Status: Confirmed

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Low

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

Title:
  Validate connection interval to pass Bluetooth Test Suite

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux source package in Noble:
  Confirmed

Bug description:
  [Impact]
  Ubuntu doesn't pass Bluetooth Test Suite to get Bluetooth certified.

  [Fix]
  Validate max connection interval to pass test case
  "GAP/CONN/CPUP/BV-05-C 'Connection Parameter Update Procedure Invalid
  Parameters Central Responder'" 

  [Test]
  Run the test suite. With the patch applied the case is passed.

  [Where problems could occur]
  If any device requires setting a wrong interval to function properly,
  this might affect those devices in theory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2052005/+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 2051896] Re: Fix spurious wakeup caused by Cirque touchpad

2024-02-01 Thread Kai-Heng Feng
** Also affects: linux-oem-6.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Noble)
   Status: New => Invalid

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

** Also affects: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Jammy)
   Status: New => Won't Fix

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

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided => Medium

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

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
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.5 source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2051896/+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 2051896] Re: Fix spurious wakeup caused by Cirque touchpad

2024-01-31 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-2044064 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/2051896

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux source package in Noble:
  Confirmed

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2051896/+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 2051896] Re: Fix spurious wakeup caused by Cirque touchpad

2024-01-31 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: New

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

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

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

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Medium

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

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux source package in Noble:
  Confirmed

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2051896/+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 2051896] [NEW] Fix spurious wakeup caused by Cirque touchpad

2024-01-31 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Spurious wakeup event caused by Cirque touchpad, prevent the system from
sleep properly.

[Fix]
Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

[Test]
Suspend the system 100 times and make sure non of the wakeup event is
caused by the touchpad and its IRQ line.

[Where problems could occur]
Logically the power consumption can increase slightly, but in reality
there isn't any noticeable change. Since the quirk only applies to one
device, there isn't much regression risk.

** 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 in Ubuntu.
https://bugs.launchpad.net/bugs/2051896

Title:
  Fix spurious wakeup caused by Cirque touchpad

Status in linux package in Ubuntu:
  New

Bug description:
  [Impact]
  Spurious wakeup event caused by Cirque touchpad, prevent the system from
  sleep properly.

  [Fix]
  Skip SET_POWER SLEEP so there won't be any IRQ raised by the touchpad.

  [Test]
  Suspend the system 100 times and make sure non of the wakeup event is
  caused by the touchpad and its IRQ line.

  [Where problems could occur]
  Logically the power consumption can increase slightly, but in reality
  there isn't any noticeable change. Since the quirk only applies to one
  device, there isn't much regression risk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2051896/+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 2045958] Re: Avoid using damage rectangle under hardware rotation mode when PSR is enabled

2024-01-09 Thread Kai-Heng Feng
** Tags removed: verification-needed-lunar-linux 
verification-needed-mantic-linux
** Tags added: verification-done-lunar-linux verification-done-mantic-linux

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

Title:
  Avoid using damage rectangle under hardware rotation mode when PSR is
  enabled

Status in HWE Next:
  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:
  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 Committed
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.1 source package in Noble:
  Invalid
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  When hardware rotation feature is used by compositor, the clip damage on 
cursor plane causes screen glitches on AMD platforms with PSR panel.

  [Fix]
  Disable clip damage when hardware rotation is used.

  [Test]
  With the patch applied, the issue can't be observed when the screen is 
rotated 180 degree.
  90 and 270 degrees are unaffected since no compositor is using hardware 
rotation for those two angles.

  [Where problems could occur]
  The power consumption in theory will higher for 180 degree rotation because 
now the full screen may need to be redrawn when cursor moves.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2045958/+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 2046217] Re: Some machines can't pass the pm-graph test

2024-01-02 Thread Kai-Heng Feng
Issue on 201711-25989 is also different. There's a timeout between
Docker and Checkbox. The system is well and alive.

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

Title:
  Some machines can't pass the pm-graph test

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe-6.5 package in Ubuntu:
  New
Status in linux-signed-hwe-6.5 package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  Confirmed
Status in linux-hwe-6.5 source package in Jammy:
  New
Status in linux-signed-hwe-6.5 source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux-hwe-6.5 source package in Mantic:
  New
Status in linux-signed-hwe-6.5 source package in Mantic:
  New
Status in linux source package in Noble:
  Confirmed
Status in linux-hwe-6.5 source package in Noble:
  New
Status in linux-signed-hwe-6.5 source package in Noble:
  In Progress

Bug description:
  == SRU Justification ==
  [Impact]
  When iwlwifi firmware causes the WiFi NIC dropped off PCI bus on system
  resume, NULL pointer dereference occurs and the system stops working.

  [Fix]
  Rescan the bus in order to reprobe the device to avoid mac80211 layer
  gets messed up.

  [Test]
  With the fix in place, system keeps working after firmware issue occurs.
  Verified with thousand times of suspend.

  [Where problems could occur]
  If the firmware/hardware is really dead and beyond recoverable, the same
  process can be triggered again and again.

  == Original bug report ==
  During the jammy-hwe migration test, I found some machines failed to run the 
pm-graph. 
test(https://github.com/canonical/checkbox/blob/main/providers/base/units/stress/jobs.pxu#L604)

  One of machine when I rerun it locally, it passed, but others are
  still failed.

  Following are the machines failed to run pm-graph.
  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201702-25401/
  https://certification.canonical.com/hardware/202002-27718/
  https://certification.canonical.com/hardware/201711-25989/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-14-generic 6.5.0-14.14~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Tue Dec 12 02:48:24 2023
  InstallationDate: Installed on 2023-02-22 (293 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046217/+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 2046217] Re: Some machines can't pass the pm-graph test

2024-01-02 Thread Kai-Heng Feng
Issue on 201702-25401 is different. Quite likely caused by faulty CPU
fan and faulty memory.

** Description changed:

- During the jammy-hwe migration test, I found some machines failed to run
- the pm-graph.
- 
test(https://github.com/canonical/checkbox/blob/main/providers/base/units/stress/jobs.pxu#L604)
+ == SRU Justification ==
+ [Impact]
+ When iwlwifi firmware causes the WiFi NIC dropped off PCI bus on system
+ resume, NULL pointer dereference occurs and the system stops working.
+ 
+ [Fix]
+ Rescan the bus in order to reprobe the device to avoid mac80211 layer
+ gets messed up.
+ 
+ [Test]
+ With the fix in place, system keeps working after firmware issue occurs.
+ Verified with thousand times of suspend.
+ 
+ [Where problems could occur]
+ If the firmware/hardware is really dead and beyond recoverable, the same
+ process can be triggered again and again.
+ 
+ == Original bug report ==
+ During the jammy-hwe migration test, I found some machines failed to run the 
pm-graph. 
test(https://github.com/canonical/checkbox/blob/main/providers/base/units/stress/jobs.pxu#L604)
  
  One of machine when I rerun it locally, it passed, but others are still
  failed.
  
  Following are the machines failed to run pm-graph.
  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201702-25401/
  https://certification.canonical.com/hardware/202002-27718/
  https://certification.canonical.com/hardware/201711-25989/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-14-generic 6.5.0-14.14~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Tue Dec 12 02:48:24 2023
  InstallationDate: Installed on 2023-02-22 (293 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: linux-signed-hwe-6.5 (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

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

** Changed in: linux-signed-hwe-6.5 (Ubuntu Jammy)
   Status: New => Confirmed

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Medium

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

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

** Also affects: linux-signed-hwe-6.5 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

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

** Also affects: linux-hwe-6.5 (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe-6.5 (Ubuntu Noble)
   Importance: Medium
   Status: In Progress

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Medium

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

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

Title:
  Some machines can't pass the pm-graph test

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe-6.5 package in Ubuntu:
  New
Status in linux-signed-hwe-6.5 package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  Confirmed
Status in linux-hwe-6.5 source package in Jammy:
  New
Status in linux-signed-hwe-6.5 source package in Jammy:
  Confirmed
Status in linux source package in Mantic:
  Confirmed
Status in linux-hwe-6.5 source package in Mantic:
  New
Status in linux-signed-hwe-6.5 source package in Mantic:
  New
Status in linux source package in Noble:
  Confirmed
Status in linux-hwe-6.5 source package in Noble:
  New
Status in linux-signed-hwe-6.5 source package in Noble:
  In Progress

Bug description:
  == SRU Justification ==
  [Impact]
  When iwlwifi firmware causes the WiFi NIC dropped off PCI bus on system
  resume, NULL pointer dereference occurs and the system stops working.

  [Fix]
  Rescan the bus in order to reprobe the device to avoid mac80211 layer
  gets messed up.

  [Test]
  With the fix in place, system keeps working after firmware issue occurs.
  Verif

[Kernel-packages] [Bug 2045958] Re: Avoid using damage rectangle under hardware rotation mode when PSR is enabled

2024-01-02 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux-oem-6.1 
verification-needed-jammy-linux-oem-6.5
** Tags added: verification-done-jammy-linux-oem-6.1 
verification-done-jammy-linux-oem-6.5

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

Title:
  Avoid using damage rectangle under hardware rotation mode when PSR is
  enabled

Status in HWE Next:
  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:
  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 Committed
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
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.1 source package in Noble:
  Invalid
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  When hardware rotation feature is used by compositor, the clip damage on 
cursor plane causes screen glitches on AMD platforms with PSR panel.

  [Fix]
  Disable clip damage when hardware rotation is used.

  [Test]
  With the patch applied, the issue can't be observed when the screen is 
rotated 180 degree.
  90 and 270 degrees are unaffected since no compositor is using hardware 
rotation for those two angles.

  [Where problems could occur]
  The power consumption in theory will higher for 180 degree rotation because 
now the full screen may need to be redrawn when cursor moves.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2045958/+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 2046217] Re: Some machines can't pass the pm-graph test

2023-12-17 Thread Kai-Heng Feng
>From the log in pstore the issue was caused by iwlwifi.

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

Title:
  Some machines can't pass the pm-graph test

Status in linux-hwe-6.5 package in Ubuntu:
  New
Status in linux-signed-hwe-6.5 package in Ubuntu:
  In Progress
Status in linux-hwe-6.5 source package in Jammy:
  New
Status in linux-signed-hwe-6.5 source package in Jammy:
  New

Bug description:
  During the jammy-hwe migration test, I found some machines failed to
  run the pm-graph.
  
test(https://github.com/canonical/checkbox/blob/main/providers/base/units/stress/jobs.pxu#L604)

  One of machine when I rerun it locally, it passed, but others are
  still failed.

  Following are the machines failed to run pm-graph.
  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201702-25401/
  https://certification.canonical.com/hardware/202002-27718/
  https://certification.canonical.com/hardware/201711-25989/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-14-generic 6.5.0-14.14~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Tue Dec 12 02:48:24 2023
  InstallationDate: Installed on 2023-02-22 (293 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2046217/+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 2046217] Re: Some machines can't pass the pm-graph test

2023-12-12 Thread Kai-Heng Feng
** Changed in: linux-signed-hwe-6.5 (Ubuntu)
   Status: New => In Progress

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

Title:
  Some machines can't pass the pm-graph test

Status in linux-hwe-6.5 package in Ubuntu:
  New
Status in linux-signed-hwe-6.5 package in Ubuntu:
  In Progress
Status in linux-hwe-6.5 source package in Jammy:
  New
Status in linux-signed-hwe-6.5 source package in Jammy:
  New

Bug description:
  During the jammy-hwe migration test, I found some machines failed to
  run the pm-graph.
  
test(https://github.com/canonical/checkbox/blob/main/providers/base/units/stress/jobs.pxu#L604)

  One of machine when I rerun it locally, it passed, but others are
  still failed.

  Following are the machines failed to run pm-graph.
  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201702-25401/
  https://certification.canonical.com/hardware/202002-27718/
  https://certification.canonical.com/hardware/201711-25989/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-14-generic 6.5.0-14.14~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Tue Dec 12 02:48:24 2023
  InstallationDate: Installed on 2023-02-22 (293 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2046217/+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 2040948] Re: USB stick can't be detected

2023-12-12 Thread Kai-Heng Feng
The issue used to be easily reproducible on 202212-31013, but not seeing
this issue anymore with both 6.1.0-1027-oem and 6.5.0-1009-oem.

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

Title:
  USB stick can't be detected

Status in linux-signed-hwe-5.15 package in Ubuntu:
  New
Status in linux-signed-oem-6.1 package in Ubuntu:
  In Progress

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  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/2040948/+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 2018236] Re: Fix ADL: System shutdown automatically when run Prime95 with i9-12900K

2023-12-11 Thread Kai-Heng Feng
** Changed in: thermald (Ubuntu Focal)
   Status: In Progress => Confirmed

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

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

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

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

  [Fix]
  Need these two to fix the issue.

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

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

  [Where problems could occur]
  low

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2045382] Re: AMD Lexa PRO graphic card can't work

2023-12-10 Thread Kai-Heng Feng
*** This bug is a duplicate of bug 2036742 ***
https://bugs.launchpad.net/bugs/2036742

Will be fixed by later stable updates. For 5.15 it's included since
v5.15.138.

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

** This bug has been marked a duplicate of bug 2036742
   VI dGPU fails to initialize on Intel platforms w/ 5.14+

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

Title:
  AMD Lexa PRO graphic card can't work

Status in linux-signed-hwe-5.15 package in Ubuntu:
  In Progress

Bug description:
  [Summary]

  When I racked the one dell device, and do the trail run, I found that
  the checkbox process is stuck when it got the graphic information. I
  want to debug with the monitor, plug the DP cable to AMD card. After
  doing the power cycle, it entered to the BIOS, observe through the
  screen that the kernel has been started, but it immediately turned
  into a black screen. Fortunately, it can ssh-able, it can work
  normally by using the onboard graphic card.

  After checking, AMD graphic card is broken after upgrading to
  5.15.0-89-generic, it still have same issue  in "5.15.0-91-generic"
  kernel version, but everything is good in the "5.15.0-88-generic"
  kernel version.

  [Information]

  Problematic DUT CID: 202101-28622
  Platform name: Caribou
  Launchpad Tag: fossa-cubone-rkl
  Project name: Optiplex 5090
  Used GM image: 
dell-bto-focal-fossa-release-X120-20210625-7_fossa-cubone-rkl_A02.iso
  GPU: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 
540/540X/550/550X / RX 540X/550/550X] [1002:699f]

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-91-generic 5.15.0-91.101~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101~20.04.1-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Dec  1 14:39:55 2023
  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-release+X120
  InstallationDate: Installed on 2023-11-30 (0 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/2045382/+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 2036742] Re: VI dGPU fails to initialize on Intel platforms w/ 5.14+

2023-12-10 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => High

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

Title:
  VI dGPU fails to initialize on Intel platforms w/ 5.14+

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Jammy:
  Confirmed
Status in linux source package in Lunar:
  Confirmed
Status in linux source package in Mantic:
  Confirmed

Bug description:
  [Impact]

  Booting from USB the latest Mantic Desktop daily image (2023-09-20),
  just after the initial logs, nothing is displayed on screen. The
  system is still alive since _autoinstall_ works as intended. Once
  provisioned, the problem is still present.

  It seems related to https://bugs.launchpad.net/ubuntu/+source/linux-
  firmware/+bug/2029396 .

  dmesg attached.

  [Test Case]

  Live boot Ubuntu Mantic Desktop canary (2023-09-19)

  [Where Problems Could Occur]

  Dell Optiplex 5090
  - Intel Core(TM) i7-11700
  - Advanced Micro Devices, Inc. [AMD/ATI] - 1002:699f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036742/+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 2045958] Re: Avoid using damage rectangle under hardware rotation mode when PSR is enabled

2023-12-08 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-2038400 stella

** Tags added: originate-from-2045249

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

Title:
  Avoid using damage rectangle under hardware rotation mode when PSR is
  enabled

Status in HWE Next:
  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:
  Won't Fix
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
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.1 source package in Noble:
  Invalid
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  When hardware rotation feature is used by compositor, the clip damage on 
cursor plane causes screen glitches on AMD platforms with PSR panel.

  [Fix]
  Disable clip damage when hardware rotation is used.

  [Test]
  With the patch applied, the issue can't be observed when the screen is 
rotated 180 degree.
  90 and 270 degrees are unaffected since no compositor is using hardware 
rotation for those two angles.

  [Where problems could occur]
  The power consumption in theory will higher for 180 degree rotation because 
now the full screen may need to be redrawn when cursor moves.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2045958/+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 2045958] [NEW] Avoid using damage rectangle under hardware rotation mode when PSR is enabled

2023-12-08 Thread Kai-Heng Feng
Public bug reported:

[Impact]
When hardware rotation feature is used by compositor, the clip damage on cursor 
plane causes screen glitches on AMD platforms with PSR panel.

[Fix]
Disable clip damage when hardware rotation is used.

[Test]
With the patch applied, the issue can't be observed when the screen is rotated 
180 degree.
90 and 270 degrees are unaffected since no compositor is using hardware 
rotation for those two angles.

[Where problems could occur]
The power consumption in theory will higher for 180 degree rotation because now 
the full screen may need to be redrawn when cursor moves.

** Affects: linux (Ubuntu)
 Importance: Low
 Status: Confirmed

** Affects: linux-oem-6.1 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.5 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Jammy)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux-oem-6.1 (Ubuntu Jammy)
 Importance: Low
 Status: Confirmed

** Affects: linux-oem-6.5 (Ubuntu Jammy)
 Importance: Low
 Status: Confirmed

** Affects: linux (Ubuntu Lunar)
 Importance: Low
 Status: Confirmed

** Affects: linux-oem-6.1 (Ubuntu Lunar)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.5 (Ubuntu Lunar)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Mantic)
 Importance: Low
 Status: Confirmed

** Affects: linux-oem-6.1 (Ubuntu Mantic)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.5 (Ubuntu Mantic)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Noble)
 Importance: Low
 Status: Confirmed

** Affects: linux-oem-6.1 (Ubuntu Noble)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.5 (Ubuntu Noble)
 Importance: Undecided
 Status: Invalid

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
   Status: New => Won't Fix

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

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

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

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

** Changed in: linux-oem-6.1 (Ubuntu Lunar)
   Status: New => Invalid

** Changed in: linux-oem-6.1 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.1 (Ubuntu Noble)
   Status: New => Invalid

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Status: New => Confirmed

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

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

** Changed in: linux-oem-6.5 (Ubuntu Lunar)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Noble)
   Status: New => Invalid

** Changed in: linux (Ubuntu Lunar)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => Low

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided => Low

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided => Low

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

Title:
  Avoid using damage rectangle under hardware rotation mode when PSR is
  enabled

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:
  Won't Fix
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
Status in linux source package in Noble:
  Confirmed
Status in linux-oem-6.1 source package in Noble:
  Invalid
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  When hardware rotation feature is used by compositor, the clip damage on 
cursor plane causes screen glitches on AMD platforms with PSR panel.

  [Fix]
  Disable clip damage when 

[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 2045382] Re: AMD Lexa PRO graphic card can't work

2023-12-05 Thread Kai-Heng Feng
5.15.141 indeed doesn't have this issue.

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: New => In Progress

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

Title:
  AMD Lexa PRO graphic card can't work

Status in linux-signed-hwe-5.15 package in Ubuntu:
  In Progress

Bug description:
  [Summary]

  When I racked the one dell device, and do the trail run, I found that
  the checkbox process is stuck when it got the graphic information. I
  want to debug with the monitor, plug the DP cable to AMD card. After
  doing the power cycle, it entered to the BIOS, observe through the
  screen that the kernel has been started, but it immediately turned
  into a black screen. Fortunately, it can ssh-able, it can work
  normally by using the onboard graphic card.

  After checking, AMD graphic card is broken after upgrading to
  5.15.0-89-generic, it still have same issue  in "5.15.0-91-generic"
  kernel version, but everything is good in the "5.15.0-88-generic"
  kernel version.

  [Information]

  Problematic DUT CID: 202101-28622
  Platform name: Caribou
  Launchpad Tag: fossa-cubone-rkl
  Project name: Optiplex 5090
  Used GM image: 
dell-bto-focal-fossa-release-X120-20210625-7_fossa-cubone-rkl_A02.iso
  GPU: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 
540/540X/550/550X / RX 540X/550/550X] [1002:699f]

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-91-generic 5.15.0-91.101~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101~20.04.1-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Dec  1 14:39:55 2023
  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-release+X120
  InstallationDate: Installed on 2023-11-30 (0 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/2045382/+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 2045382] Re: AMD Lexa PRO graphic card can't work

2023-12-04 Thread Kai-Heng Feng
Mario,

Do you know the sha1 of missing patches?

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

Title:
  AMD Lexa PRO graphic card can't work

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

Bug description:
  [Summary]

  When I racked the one dell device, and do the trail run, I found that
  the checkbox process is stuck when it got the graphic information. I
  want to debug with the monitor, plug the DP cable to AMD card. After
  doing the power cycle, it entered to the BIOS, observe through the
  screen that the kernel has been started, but it immediately turned
  into a black screen. Fortunately, it can ssh-able, it can work
  normally by using the onboard graphic card.

  After checking, AMD graphic card is broken after upgrading to
  5.15.0-89-generic, it still have same issue  in "5.15.0-91-generic"
  kernel version, but everything is good in the "5.15.0-88-generic"
  kernel version.

  [Information]

  Problematic DUT CID: 202101-28622
  Platform name: Caribou
  Launchpad Tag: fossa-cubone-rkl
  Project name: Optiplex 5090
  Used GM image: 
dell-bto-focal-fossa-release-X120-20210625-7_fossa-cubone-rkl_A02.iso
  GPU: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 
540/540X/550/550X / RX 540X/550/550X] [1002:699f]

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-91-generic 5.15.0-91.101~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101~20.04.1-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Dec  1 14:39:55 2023
  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-release+X120
  InstallationDate: Installed on 2023-11-30 (0 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/2045382/+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 2036377] Re: Fix RCU warning on AMD laptops

2023-11-29 Thread Kai-Heng Feng
** Tags removed: verification-needed-mantic-linux
** Tags added: verification-done-mantic-linux

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

Title:
  Fix RCU warning on AMD laptops

Status in HWE Next:
  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 Released
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Released
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]
  Scary kernel splat about RCU can be observed everytime laptop resumes
  from suspend.

  [Fix]
  Use non-atomic notifier for power supply change to relax the constraint.

  [Test]
  Once the fix is applied, no more RCU warning can be found after several
  suspend/resume cycle.

  [Where problems could occur]
  Essentially no regression potential. Atomic notifier should be used by
  core kernel, and things like power supply doesn't need to be atomic
  anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036377/+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 2043197] Re: USB bus error after upgrading to proposed kernel on lunar, jammy and focal

2023-11-28 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

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

Title:
  USB bus error after upgrading to proposed kernel on lunar, jammy and
  focal

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
Status in linux source package in Lunar:
  Fix Committed

Bug description:
  == SRU Justification ==
  [Impact]
  USB SuperSpeed (3.0) devcies can't be enumerated on Lunar/Jammy kernel.

  [Fix]
  Use logarithmic encoding for the bMaxPacketSize0 value.

  [Test]
  With the patch applied, SuperSpeed devices can be enumerated across
  several reboots.

  [Where problems could occur]
  The switch case for Wireless USB (not USB WiFi dongle) was removed by
  the fix. I am not aware of the existence of any Wireless USB device. But
  if they do exist, this patch may the packet size encoding on them.

  == Original Bug Report ==
  [Summary]
  Some of machines in cert lab after upgrading to proposed kernel on jammy and 
lunar, all usb devices were gone.

  I found this issue on linux-image-6.2.0-38-generic and linux-
  image-5.15.0-90-generic on some specific machines.

  Since some of machines are using usb ethernet adapter so after
  upgrading, those machines are not accessible.

  Following are the machine list I've seen impacted by this issue, I
  believe there will be more if I check further.

  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201903-26881/
  https://certification.canonical.com/hardware/201903-26932/
  https://certification.canonical.com/hardware/202005-27944/
  https://certification.canonical.com/hardware/202008-28166/
  https://certification.canonical.com/hardware/202008-28167/
  https://certification.canonical.com/hardware/202102-28728/
  https://certification.canonical.com/hardware/202008-28176/
  https://certification.canonical.com/hardware/202008-28177/
  https://certification.canonical.com/hardware/202202-29946/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-90-generic 5.15.0-90.100
  ProcVersionSignature: Ubuntu 5.15.0-90.100-generic 5.15.131
  Uname: Linux 5.15.0-90-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.15.0-90-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Fri Nov 10 12:04:10 2023
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
   Bus 001 Device 002: ID 05c8:03cb Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD Integrated Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ProOne 600 G6
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-90-generic 
root=UUID=6da4d16a-a5a6-47db-a882-3fc3becd4204 ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-90-generic N/A
   linux-backports-modules-5.15.0-90-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.22
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2023
  dmi.bios.release: 16.0
  dmi.bios.vendor: HP
  dmi.bios.version: S12 Ver. 02.16.00
  dmi.board.name: 8810
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.08.23
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.8
  dmi.modalias: 
dmi:bvnHP:bvrS12Ver.02.16.00:bd06/26/2023:br16.0:efr9.8:svnHP:pnHPProOne600G6:pvr:rvnHP:rn8810:rvrKBCVersion09.08.23:cvnHP:ct13:cvr:sku123456#ABA:
  dmi.product.family: 103C_53307F HP ProOne
  dmi.product.name:

[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 1912935] Re: battery drain while notebook off / shutdown

2023-11-15 Thread Kai-Heng Feng
Please see if the following kernel can solve the issue:

https://people.canonical.com/~khfeng/lp1991663-take2/

The kernel puts ACPI devices to low power mode.

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

Title:
  battery drain while notebook off / shutdown

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  my battery drains around 15 to 20 percent a day when shutdown on linux ubuntu.
  It is an HP notebook HP 15s-eq0355ng , Ryzen 5 3500U , Vega8 .

  Tested:

  - with ubuntu 20.04
  - Kernel 5.4, 5.8 (hwe) and the current mainline kernel 5.11 (rc4)
  - no usb devices are plugged in
  - no wake ob lan available
  - no USB power when off (checked with optical mouse)
  - no visible LEDs are on when shutdown

  I reinstalled window 10, when shutdown from windows there is no
  (visible) battery drain (or significantly lower).

  Linux is unusable on this device, if the battery drains in a short
  time to 0% percent. This cause battery damage ...

  ---

  Tested TLP with default settings and activated
  DEVICES_TO_DISABLE_ON_SHUTDOWN (bluetooth wifi wwan), same power
  consumption after shutdown.

  Same power consumption on 20.10 (Groovy Gorilla).

  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  test953 F pulseaudio
   /dev/snd/controlC0:  test953 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-01-24 (0 days ago)
  InstallationMedia: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  MachineType: HP HP Laptop 15s-eq0xxx
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-64-generic 
root=UUID=17ad50f6-ec98-46b2-8c2e-c169f9baace8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-64.72-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-64-generic N/A
   linux-backports-modules-5.4.0-64-generic  N/A
   linux-firmware1.187.8
  Tags:  focal
  Uname: Linux 5.4.0-64-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/18/2020
  dmi.bios.vendor: AMI
  dmi.bios.version: F.30
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 86FD
  dmi.board.vendor: HP
  dmi.board.version: 99.40
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAMI:bvrF.30:bd11/18/2020:svnHP:pnHPLaptop15s-eq0xxx:pvr:rvnHP:rn86FD:rvr99.40:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15s-eq0xxx
  dmi.product.sku: 20T63EA#ABD
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1912935/+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 2042500] Re: Fix after-suspend-mediacard/sdhc-insert test failed

2023-11-15 Thread Kai-Heng Feng
Not seeing the issue with the kernel in proposed#2.

** Tags removed: verification-needed-jammy-linux-oem-6.5
** Tags added: verification-done-jammy-linux-oem-6.5

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

Title:
  Fix after-suspend-mediacard/sdhc-insert test failed

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
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:
  In Progress
Status in linux-oem-6.1 source package in Jammy:
  In Progress
Status in linux-oem-6.5 source package in Jammy:
  Fix Committed
Status in linux source package in Mantic:
  In Progress
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid
Status in linux source package in Noble:
  In Progress
Status in linux-oem-6.1 source package in Noble:
  Invalid
Status in linux-oem-6.5 source package in Noble:
  Invalid

Bug description:
  [Impact]
  checkbox test case, after-suspend-mediacard/sdhc-insert, failed.

  [Fix]
  Commit a7152be79b62 ("Revert "PCI/ASPM: Save L1 PM Substates Capability
  for suspend/resume"") reverted saving and restoring of ASPM L1 Substates
  due to a regression that caused resume from suspend to fail on certain
  systems. However, we never added this capability back and this is now
  causing systems fail to enter low power CPU states, drawing more power
  from the battery.
  
  The original revert mentioned that we restore L1 PM substate configuration
  even though ASPM L1 may already be enabled. This is due the fact that
  the pci_restore_aspm_l1ss_state() was called before pci_restore_pcie_state().
  
  Try to enable this functionality again following PCIe r6.0.1, sec 5.5.4
  more closely by:
  
  1) Do not restore ASPM configuration in pci_restore_pcie_state() but
 do that after PCIe capability is restored in pci_restore_aspm_state()
 following PCIe r6.0, sec 5.5.4.
  
  2) ASPM is first enabled on the upstream component and then downstream
 (this is already forced by the parent-child ordering of Linux
 Device Power Management framework).
  
  3) Program ASPM L1 PM substate configuration before L1 enables.
  
  4) Program ASPM L1 PM substate enables last after rest of the fields
 in the capability are programmed.
  
  5) Add denylist that skips restoring on the ASUS and TUXEDO systems
 where these regressions happened, just in case. For the TUXEDO case
 we only skip restore if the BIOS is involved in system suspend
 (that's forcing "mem_sleep=deep" in the command line). This is to
 avoid possible power regression when the default suspend to idle is
 used, and at the same time make sure the devices continue working
 after resume when the BIOS is involved.

  [Test Case]
  1. suspend and resume.
  2. check if the error appears in dmesg
  ~~~
   pcieport :00:1c.0: pciehp: Slot(5): Card not present
   rtsx_pci :05:00.0: Unable to change power state from D0 to D3hot, device 
inaccessible
   rtsx_pci :05:00.0: Unable to change power state from D3cold to D0, 
device inaccessible
  ~~~

  [where the issue could happen]
  low, the patch works well on the reported malfunctioned ASUS platform too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2042500/+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 2043197] Re: USB bus error after upgrading to proposed kernel on lunar and jammy

2023-11-15 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux verification-needed-lunar-linux
** Tags added: verification-done-lunar-linux verification-needed-done-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/2043197

Title:
  USB bus error after upgrading to proposed kernel on lunar and jammy

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Jammy:
  Fix Committed
Status in linux source package in Lunar:
  Fix Committed

Bug description:
  == SRU Justification ==
  [Impact]
  USB SuperSpeed (3.0) devcies can't be enumerated on Lunar/Jammy kernel.

  [Fix]
  Use logarithmic encoding for the bMaxPacketSize0 value.

  [Test]
  With the patch applied, SuperSpeed devices can be enumerated across
  several reboots.

  [Where problems could occur]
  The switch case for Wireless USB (not USB WiFi dongle) was removed by
  the fix. I am not aware of the existence of any Wireless USB device. But
  if they do exist, this patch may the packet size encoding on them.

  == Original Bug Report ==
  [Summary]
  Some of machines in cert lab after upgrading to proposed kernel on jammy and 
lunar, all usb devices were gone.

  I found this issue on linux-image-6.2.0-38-generic and linux-
  image-5.15.0-90-generic on some specific machines.

  Since some of machines are using usb ethernet adapter so after
  upgrading, those machines are not accessible.

  Following are the machine list I've seen impacted by this issue, I
  believe there will be more if I check further.

  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201903-26881/
  https://certification.canonical.com/hardware/201903-26932/
  https://certification.canonical.com/hardware/202005-27944/
  https://certification.canonical.com/hardware/202008-28166/
  https://certification.canonical.com/hardware/202008-28167/
  https://certification.canonical.com/hardware/202102-28728/
  https://certification.canonical.com/hardware/202008-28176/
  https://certification.canonical.com/hardware/202008-28177/
  https://certification.canonical.com/hardware/202202-29946/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-90-generic 5.15.0-90.100
  ProcVersionSignature: Ubuntu 5.15.0-90.100-generic 5.15.131
  Uname: Linux 5.15.0-90-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.15.0-90-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Fri Nov 10 12:04:10 2023
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
   Bus 001 Device 002: ID 05c8:03cb Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD Integrated Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ProOne 600 G6
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-90-generic 
root=UUID=6da4d16a-a5a6-47db-a882-3fc3becd4204 ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-90-generic N/A
   linux-backports-modules-5.15.0-90-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.22
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2023
  dmi.bios.release: 16.0
  dmi.bios.vendor: HP
  dmi.bios.version: S12 Ver. 02.16.00
  dmi.board.name: 8810
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.08.23
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.8
  dmi.modalias: 
dmi:bvnHP:bvrS12Ver.02.16.00:bd06/26/2023:br16.0:efr9.8:svnHP:pnHPProOne600G6:pvr:rvnHP:rn8810:rvrKBCVersion09.08.23:cvnHP:ct13:cvr:sku123456#ABA:
  dmi.product.family: 103C_53307F HP ProOne
  dmi.product.name: HP 

[Kernel-packages] [Bug 2043197] Re: USB bus error after upgrading to proposed kernel on lunar and jammy

2023-11-13 Thread Kai-Heng Feng
SRU:
https://lists.ubuntu.com/archives/kernel-team/2023-November/146847.html

** Changed in: linux (Ubuntu)
   Status: In Progress => Triaged

** Description changed:

+ == SRU Justification ==
+ [Impact]
+ USB SuperSpeed (3.0) devcies can't be enumerated on Lunar/Jammy kernel.
+ 
+ [Fix]
+ Use logarithmic encoding for the bMaxPacketSize0 value.
+ 
+ [Test]
+ With the patch applied, SuperSpeed devices can be enumerated across
+ several reboots.
+ 
+ [Where problems could occur]
+ The switch case for Wireless USB (not USB WiFi dongle) was removed by
+ the fix. I am not aware of the existence of any Wireless USB device. But
+ if they do exist, this patch may the packet size encoding on them.
+ 
+ == Original Bug Report ==
  [Summary]
  Some of machines in cert lab after upgrading to proposed kernel on jammy and 
lunar, all usb devices were gone.
  
  I found this issue on linux-image-6.2.0-38-generic and linux-
  image-5.15.0-90-generic on some specific machines.
  
  Since some of machines are using usb ethernet adapter so after
  upgrading, those machines are not accessible.
  
  Following are the machine list I've seen impacted by this issue, I
  believe there will be more if I check further.
  
  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201903-26881/
  https://certification.canonical.com/hardware/201903-26932/
  https://certification.canonical.com/hardware/202005-27944/
  https://certification.canonical.com/hardware/202008-28166/
  https://certification.canonical.com/hardware/202008-28167/
  https://certification.canonical.com/hardware/202102-28728/
  https://certification.canonical.com/hardware/202008-28176/
  https://certification.canonical.com/hardware/202008-28177/
  https://certification.canonical.com/hardware/202202-29946/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-90-generic 5.15.0-90.100
  ProcVersionSignature: Ubuntu 5.15.0-90.100-generic 5.15.131
  Uname: Linux 5.15.0-90-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.15.0-90-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Fri Nov 10 12:04:10 2023
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
   Bus 001 Device 002: ID 05c8:03cb Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD Integrated Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ProOne 600 G6
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-90-generic 
root=UUID=6da4d16a-a5a6-47db-a882-3fc3becd4204 ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-90-generic N/A
   linux-backports-modules-5.15.0-90-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.22
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2023
  dmi.bios.release: 16.0
  dmi.bios.vendor: HP
  dmi.bios.version: S12 Ver. 02.16.00
  dmi.board.name: 8810
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.08.23
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.8
  dmi.modalias: 
dmi:bvnHP:bvrS12Ver.02.16.00:bd06/26/2023:br16.0:efr9.8:svnHP:pnHPProOne600G6:pvr:rvnHP:rn8810:rvrKBCVersion09.08.23:cvnHP:ct13:cvr:sku123456#ABA:
  dmi.product.family: 103C_53307F HP ProOne
  dmi.product.name: HP ProOne 600 G6
  dmi.product.sku: 123456#ABA
  dmi.sys.vendor: HP

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

Title:
  USB bus error after upgrading to proposed kernel on lunar and jammy

Status in linux package in Ubuntu:
  Triaged

Bug description:
  == SRU 

[Kernel-packages] [Bug 2043197] Re: USB bus error after upgrading to proposed kernel on lunar and jammy

2023-11-13 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  USB bus error after upgrading to proposed kernel on lunar and jammy

Status in linux package in Ubuntu:
  In Progress

Bug description:
  [Summary]
  Some of machines in cert lab after upgrading to proposed kernel on jammy and 
lunar, all usb devices were gone.

  I found this issue on linux-image-6.2.0-38-generic and linux-
  image-5.15.0-90-generic on some specific machines.

  Since some of machines are using usb ethernet adapter so after
  upgrading, those machines are not accessible.

  Following are the machine list I've seen impacted by this issue, I
  believe there will be more if I check further.

  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201903-26881/
  https://certification.canonical.com/hardware/201903-26932/
  https://certification.canonical.com/hardware/202005-27944/
  https://certification.canonical.com/hardware/202008-28166/
  https://certification.canonical.com/hardware/202008-28167/
  https://certification.canonical.com/hardware/202102-28728/
  https://certification.canonical.com/hardware/202008-28176/
  https://certification.canonical.com/hardware/202008-28177/
  https://certification.canonical.com/hardware/202202-29946/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-90-generic 5.15.0-90.100
  ProcVersionSignature: Ubuntu 5.15.0-90.100-generic 5.15.131
  Uname: Linux 5.15.0-90-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.15.0-90-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Fri Nov 10 12:04:10 2023
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
   Bus 001 Device 002: ID 05c8:03cb Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD Integrated Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ProOne 600 G6
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-90-generic 
root=UUID=6da4d16a-a5a6-47db-a882-3fc3becd4204 ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-90-generic N/A
   linux-backports-modules-5.15.0-90-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.22
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2023
  dmi.bios.release: 16.0
  dmi.bios.vendor: HP
  dmi.bios.version: S12 Ver. 02.16.00
  dmi.board.name: 8810
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.08.23
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.8
  dmi.modalias: 
dmi:bvnHP:bvrS12Ver.02.16.00:bd06/26/2023:br16.0:efr9.8:svnHP:pnHPProOne600G6:pvr:rvnHP:rn8810:rvrKBCVersion09.08.23:cvnHP:ct13:cvr:sku123456#ABA:
  dmi.product.family: 103C_53307F HP ProOne
  dmi.product.name: HP ProOne 600 G6
  dmi.product.sku: 123456#ABA
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2043197/+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 2043197] Re: USB bus error after upgrading to proposed kernel on lunar and jammy

2023-11-10 Thread Kai-Heng Feng
[2.193326] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[2.213495] usb 2-3: device descriptor read/8, error -71


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

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

Title:
  USB bus error after upgrading to proposed kernel on lunar and jammy

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Summary]
  Some of machines in cert lab after upgrading to proposed kernel on jammy and 
lunar, all usb devices were gone.

  I found this issue on linux-image-6.2.0-38-generic and linux-
  image-5.15.0-90-generic on some specific machines.

  Since some of machines are using usb ethernet adapter so after
  upgrading, those machines are not accessible.

  Following are the machine list I've seen impacted by this issue, I
  believe there will be more if I check further.

  https://certification.canonical.com/hardware/202005-27899/
  https://certification.canonical.com/hardware/201903-26881/
  https://certification.canonical.com/hardware/201903-26932/
  https://certification.canonical.com/hardware/202005-27944/
  https://certification.canonical.com/hardware/202008-28166/
  https://certification.canonical.com/hardware/202008-28167/
  https://certification.canonical.com/hardware/202102-28728/
  https://certification.canonical.com/hardware/202008-28176/
  https://certification.canonical.com/hardware/202008-28177/
  https://certification.canonical.com/hardware/202202-29946/

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-90-generic 5.15.0-90.100
  ProcVersionSignature: Ubuntu 5.15.0-90.100-generic 5.15.131
  Uname: Linux 5.15.0-90-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.15.0-90-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://10.102.156.25:5248/MAAS/metadata/)
  Date: Fri Nov 10 12:04:10 2023
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
   Bus 001 Device 002: ID 05c8:03cb Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD Integrated Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ProOne 600 G6
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-90-generic 
root=UUID=6da4d16a-a5a6-47db-a882-3fc3becd4204 ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-90-generic N/A
   linux-backports-modules-5.15.0-90-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.22
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2023
  dmi.bios.release: 16.0
  dmi.bios.vendor: HP
  dmi.bios.version: S12 Ver. 02.16.00
  dmi.board.name: 8810
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.08.23
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.8
  dmi.modalias: 
dmi:bvnHP:bvrS12Ver.02.16.00:bd06/26/2023:br16.0:efr9.8:svnHP:pnHPProOne600G6:pvr:rvnHP:rn8810:rvrKBCVersion09.08.23:cvnHP:ct13:cvr:sku123456#ABA:
  dmi.product.family: 103C_53307F HP ProOne
  dmi.product.name: HP ProOne 600 G6
  dmi.product.sku: 123456#ABA
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2043197/+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 2037513] Re: HP ProBook 450 G8 Notebook fail to wifi test

2023-11-08 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux
** Tags added: verification-done-jammy-linux

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

Title:
  HP ProBook 450 G8 Notebook fail to wifi test

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-signed-hwe-5.15 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Committed
Status in linux-signed-hwe-5.15 source package in Jammy:
  Invalid

Bug description:
  I'm reviewing the SRU test result on this machine.
  I found that this machine always fails to wifi test and also pop out a lot of 
error message in dmesg.

  It's not a regression, since according to previous test run it has failed 
already.
  Just because we missed reviewing it for a while.

  The journal log is attach, please check further hardware informations
  at https://certification.canonical.com/hardware/202106-29176/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-86-generic 5.15.0-86.96~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-86.96~20.04.1-generic 5.15.122
  Uname: Linux 5.15.0-86-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 27 15:47:37 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-focal-amd64-20220621-7+pc-stella-cmit-focal-amd64+X00
  InstallationDate: Installed on 2023-09-25 (2 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20220621-04:14
  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/hwe-next/+bug/2037513/+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 2040948] Re: USB stick can't be detected

2023-11-01 Thread Kai-Heng Feng
** Changed in: linux-signed-oem-6.1 (Ubuntu)
   Status: New => In Progress

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

Title:
  USB stick can't be detected

Status in linux-signed-hwe-5.15 package in Ubuntu:
  New
Status in linux-signed-oem-6.1 package in Ubuntu:
  In Progress

Bug description:
  [Summary]

  During SRU testing, I found some of devices failed to run the usb
  test, when I re-plugged the usb stick, it can be detected, but after
  rebooting, usb stick is gone again.

  I did some further checks and found that If I power cycle the device,
  it can be detected again.

  It seems to happen on the device plugged with a Sandisk usb stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.1.0-1025-oem 6.1.0-1025.25
  ProcVersionSignature: Ubuntu 6.1.0-1025.25-oem 6.1.57
  Uname: Linux 6.1.0-1025-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5json:
   {
 "result": "skip"
   }
  Date: Thu Oct 26 10:37:58 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-jammy-amd64-20220504-33+jellyfish-lapras+X64
  InstallationDate: Installed on 2023-09-04 (51 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - 
somerville-jammy-amd64-20220504-33
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-6.1
  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/2040948/+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 2036515] Re: Fix system boot hang caused by devlink

2023-10-24 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux-oem-6.1
** Tags added: verification-done-jammy-linux-oem-6.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/2036515

Title:
  Fix system boot hang caused by devlink

Status in HWE Next:
  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:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  System stuck at boot when Intel 7560 is in use, because devlink
  is waiting for reference to be released.

  [Fix]
  Commit "devlink: remove the registration guarantee of references"
  weakens the refcount requirement for devlink {,un}registering,

  [Test]
  System reboots over 2000 times when the fix is applied.

  [Where problems could occur]
  devlink is part of net core API, so it has many users, therefore all of
  devlink users can be affected by this fix. However, all the devlink
  users can be affected by the same issue (i.e. waiting for reference to
  decrease to 0), hence this is still a desirable fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036515/+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 2034491] Re: Fix blank display when Thunderbolt monitor is plugged second time

2023-10-12 Thread Kai-Heng Feng
** Tags removed: verification-needed-lunar-linux
** Tags added: verification-done-lunar-linux

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

Title:
  Fix blank display when Thunderbolt monitor is plugged second time

Status in HWE Next:
  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:
  Won't Fix
Status in linux-oem-6.1 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

Bug description:
  [Impact]
  When a Thunderbolt monitor gets plugged to an AMD laptop for second time, the 
Thunderbolt monitor remains blank.

  [Fix]
  Reinitialize TMU and perform proper Time Synchronization Handshake every time.

  [Test]
  The Thunderbolt monitor still has image after many replugging.

  [Where problems could occur]
  This change the flow on disabling TMU, which is responsible for time 
synchronization, so behavior of Thunderbolt docking might be affected. Per my 
limited test no issue has been observed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2034491/+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 2034504] Re: Enable ASPM for NVMe behind VMD

2023-10-12 Thread Kai-Heng Feng
** Tags removed: verification-needed-lunar-linux
** Tags added: verification-done-lunar-linux

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

Title:
  Enable ASPM for NVMe behind VMD

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:
  New
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]
  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 2035313] Re: Fix non-working I219 after system sleep

2023-10-12 Thread Kai-Heng Feng
** Tags removed: verification-needed-lunar-linux
** Tags added: verification-done-lunar-linux

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

Title:
  Fix non-working I219 after system sleep

Status in HWE Next:
  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:
  Won't Fix
Status in linux-oem-6.1 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

Bug description:
  [Impact]
  Intel I219 ethernet stops working after system sleep.

  [Fix]
  Force resume Intel ME to fix I219. It's not surprising because ME/AMT is
  controlled through Intel I219.

  [Test]
  Use `ping 1.1.1.1` to test if I219 is still alive. With the patch
  applied, the ethernet can survive several system sleeps.

  [Where problems could occur] 
  The commit essentially disables direct-complete optimization, so it
  will make system suspend/resume slightly slower.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2035313/+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 2036377] Re: Fix RCU warning on AMD laptops

2023-10-12 Thread Kai-Heng Feng
** Tags removed: verification-needed-jammy-linux-oem-6.1 
verification-needed-jammy-linux-oem-6.5 verification-needed-lunar-linux
** Tags added: verification-done-jammy-linux-oem-6.1 
verification-done-jammy-linux-oem-6.5 verification-done-lunar-linux

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

Title:
  Fix RCU warning on AMD laptops

Status in HWE Next:
  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 Committed
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]
  Scary kernel splat about RCU can be observed everytime laptop resumes
  from suspend.

  [Fix]
  Use non-atomic notifier for power supply change to relax the constraint.

  [Test]
  Once the fix is applied, no more RCU warning can be found after several
  suspend/resume cycle.

  [Where problems could occur]
  Essentially no regression potential. Atomic notifier should be used by
  core kernel, and things like power supply doesn't need to be atomic
  anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036377/+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 2036515] Re: Fix system boot hang caused by devlink

2023-10-11 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Jammy)
   Status: New => Won't Fix

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

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

** Also affects: linux-oem-6.1 (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-6.1 (Ubuntu Lunar)
   Status: New => Invalid

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

** Changed in: linux (Ubuntu Lunar)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Lunar)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

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

Title:
  Fix system boot hang caused by devlink

Status in HWE Next:
  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:
  Won't Fix
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  Invalid

Bug description:
  [Impact]
  System stuck at boot when Intel 7560 is in use, because devlink
  is waiting for reference to be released.

  [Fix]
  Commit "devlink: remove the registration guarantee of references"
  weakens the refcount requirement for devlink {,un}registering,

  [Test]
  System reboots over 2000 times when the fix is applied.

  [Where problems could occur]
  devlink is part of net core API, so it has many users, therefore all of
  devlink users can be affected by this fix. However, all the devlink
  users can be affected by the same issue (i.e. waiting for reference to
  decrease to 0), hence this is still a desirable fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036515/+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 2037513] Re: HP ProBook 450 G8 Notebook fail to wifi test

2023-10-11 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-1942020 stella

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

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

** Also affects: linux-signed-hwe-5.15 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: In Progress => Invalid

** Changed in: linux-signed-hwe-5.15 (Ubuntu Jammy)
   Status: New => Invalid

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

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Medium

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

Title:
  HP ProBook 450 G8 Notebook fail to wifi test

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-signed-hwe-5.15 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Confirmed
Status in linux-signed-hwe-5.15 source package in Jammy:
  Invalid

Bug description:
  I'm reviewing the SRU test result on this machine.
  I found that this machine always fails to wifi test and also pop out a lot of 
error message in dmesg.

  It's not a regression, since according to previous test run it has failed 
already.
  Just because we missed reviewing it for a while.

  The journal log is attach, please check further hardware informations
  at https://certification.canonical.com/hardware/202106-29176/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-86-generic 5.15.0-86.96~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-86.96~20.04.1-generic 5.15.122
  Uname: Linux 5.15.0-86-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 27 15:47:37 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-focal-amd64-20220621-7+pc-stella-cmit-focal-amd64+X00
  InstallationDate: Installed on 2023-09-25 (2 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20220621-04:14
  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/hwe-next/+bug/2037513/+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 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 2037513] Re: HP ProBook 450 G8 Notebook fail to wifi test

2023-09-27 Thread Kai-Heng Feng
** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: New => In Progress

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

Title:
  HP ProBook 450 G8 Notebook fail to wifi test

Status in linux-signed-hwe-5.15 package in Ubuntu:
  In Progress

Bug description:
  I'm reviewing the SRU test result on this machine.
  I found that this machine always fails to wifi test and also pop out a lot of 
error message in dmesg.

  It's not a regression, since according to previous test run it has failed 
already.
  Just because we missed reviewing it for a while.

  The journal log is attach, please check further hardware informations
  at https://certification.canonical.com/hardware/202106-29176/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-86-generic 5.15.0-86.96~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-86.96~20.04.1-generic 5.15.122
  Uname: Linux 5.15.0-86-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 27 15:47:37 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-focal-amd64-20220621-7+pc-stella-cmit-focal-amd64+X00
  InstallationDate: Installed on 2023-09-25 (2 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20220621-04:14
  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/2037513/+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 2037513] Re: HP ProBook 450 G8 Notebook fail to wifi test

2023-09-27 Thread Kai-Heng Feng
** Changed in: linux-signed-hwe-5.15 (Ubuntu)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

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

Title:
  HP ProBook 450 G8 Notebook fail to wifi test

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

Bug description:
  I'm reviewing the SRU test result on this machine.
  I found that this machine always fails to wifi test and also pop out a lot of 
error message in dmesg.

  It's not a regression, since according to previous test run it has failed 
already.
  Just because we missed reviewing it for a while.

  The journal log is attach, please check further hardware informations
  at https://certification.canonical.com/hardware/202106-29176/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-86-generic 5.15.0-86.96~20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-86.96~20.04.1-generic 5.15.122
  Uname: Linux 5.15.0-86-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 27 15:47:37 2023
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-focal-amd64-20220621-7+pc-stella-cmit-focal-amd64+X00
  InstallationDate: Installed on 2023-09-25 (2 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20220621-04:14
  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/2037513/+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 2037254] Re: Restore proper ASPM L1ss setting on system resume

2023-09-25 Thread Kai-Heng Feng
** Changed in: linux-oem-6.1 (Ubuntu Jammy)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Restore proper ASPM L1ss setting on system resume

Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed
Status in linux-oem-6.5 source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  Realtek cardreader drops from PCIe bus after system resume, because L1ss
  became different.

  [Fix]
  Restore ASPM L1ss setting so the ASPM assumption made by driver can be
  kept.

  [Test]
  The cardreader in question keeps working after S3 because the L1ss
  remains the same after resume.

  [Where problems could occur]
  Drivers may already made "workaround" to circumvent the current L1ss
  situation. So restoring the L1ss might break some drivers. That means we
  should test this in OEM kernel for some cycles before let it land to
  generic kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.1/+bug/2037254/+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 2037254] [NEW] Restore proper ASPM L1ss setting on system resume

2023-09-25 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Realtek cardreader drops from PCIe bus after system resume, because L1ss
became different.

[Fix]
Restore ASPM L1ss setting so the ASPM assumption made by driver can be
kept.

[Test]
The cardreader in question keeps working after S3 because the L1ss
remains the same after resume.

[Where problems could occur]
Drivers may already made "workaround" to circumvent the current L1ss
situation. So restoring the L1ss might break some drivers. That means we
should test this in OEM kernel for some cycles before let it land to
generic kernel.

** Affects: linux-oem-6.1 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.5 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.1 (Ubuntu Jammy)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-6.5 (Ubuntu Jammy)
 Importance: Medium
 Status: Confirmed

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

** Also affects: linux-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-6.1 (Ubuntu)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu)
   Status: New => Invalid

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Status: New => Confirmed

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

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided => Medium

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided => Medium

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

Title:
  Restore proper ASPM L1ss setting on system resume

Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed
Status in linux-oem-6.5 source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  Realtek cardreader drops from PCIe bus after system resume, because L1ss
  became different.

  [Fix]
  Restore ASPM L1ss setting so the ASPM assumption made by driver can be
  kept.

  [Test]
  The cardreader in question keeps working after S3 because the L1ss
  remains the same after resume.

  [Where problems could occur]
  Drivers may already made "workaround" to circumvent the current L1ss
  situation. So restoring the L1ss might break some drivers. That means we
  should test this in OEM kernel for some cycles before let it land to
  generic kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.1/+bug/2037254/+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 2036515] Re: Fix system boot hang caused by devlink

2023-09-19 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-2032592 stella

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

Title:
  Fix system boot hang caused by devlink

Status in HWE Next:
  New
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  System stuck at boot when Intel 7560 is in use, because devlink
  is waiting for reference to be released.

  [Fix]
  Commit "devlink: remove the registration guarantee of references"
  weakens the refcount requirement for devlink {,un}registering,

  [Test]
  System reboots over 2000 times when the fix is applied.

  [Where problems could occur]
  devlink is part of net core API, so it has many users, therefore all of
  devlink users can be affected by this fix. However, all the devlink
  users can be affected by the same issue (i.e. waiting for reference to
  decrease to 0), hence this is still a desirable fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2036515/+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 2036515] [NEW] Fix system boot hang caused by devlink

2023-09-19 Thread Kai-Heng Feng
Public bug reported:

[Impact]
System stuck at boot when Intel 7560 is in use, because devlink
is waiting for reference to be released.

[Fix]
Commit "devlink: remove the registration guarantee of references"
weakens the refcount requirement for devlink {,un}registering,

[Test]
System reboots over 2000 times when the fix is applied.

[Where problems could occur]
devlink is part of net core API, so it has many users, therefore all of
devlink users can be affected by this fix. However, all the devlink
users can be affected by the same issue (i.e. waiting for reference to
decrease to 0), hence this is still a desirable fix.

** Affects: linux-oem-6.1 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.1 (Ubuntu Jammy)
 Importance: Medium
 Status: Confirmed

** Also affects: linux-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Status: New => Confirmed

** Changed in: linux-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided => Medium

** Changed in: linux-oem-6.1 (Ubuntu)
   Status: New => Invalid

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

Title:
  Fix system boot hang caused by devlink

Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  Confirmed

Bug description:
  [Impact]
  System stuck at boot when Intel 7560 is in use, because devlink
  is waiting for reference to be released.

  [Fix]
  Commit "devlink: remove the registration guarantee of references"
  weakens the refcount requirement for devlink {,un}registering,

  [Test]
  System reboots over 2000 times when the fix is applied.

  [Where problems could occur]
  devlink is part of net core API, so it has many users, therefore all of
  devlink users can be affected by this fix. However, all the devlink
  users can be affected by the same issue (i.e. waiting for reference to
  decrease to 0), hence this is still a desirable fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.1/+bug/2036515/+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   5   6   7   8   9   10   >