[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-07-02 Thread Hui Wang
@Marks, Could you help test a new kernel, the kernel applied the patch below as requested by community, and help collect dmesg with "dyndbg="file drivers/pci/* +p", thanks. https://people.canonical.com/~hwang4/lp2111521/test13/ diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 9e42090fb10

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-23 Thread Hui Wang
@Marks, This is the testing kernel with the patch below applied: https://people.canonical.com/~hwang4/lp2111521/test12/ Please add "dyndbg="file drivers/pci/* +p" and collect a dmesg.txt, thanks. BTW, I was OOO the past week, so it is a bit late to respond. diff --git a/drivers/pci/pci.c b/driv

[Kernel-packages] [Bug 2113868] Re: Backport request for fix for IPsec UDP GRO option issue

2025-06-16 Thread Hui Wang
I applied the patch to ubuntu 6.8 kernel, this is the testing kernel: https://people.canonical.com/~hwang4/lp2113868/ Could you help test if the kernel fixed the existing issue and it didn't introduce regression? thx. -- You received this bug notification because you are a member of Kernel Pack

[Kernel-packages] [Bug 2112220] Re: ASUS X555UB touchpad not detected on Ubuntu 24.04 with kernel 6.8.0-40-generic

2025-06-12 Thread Hui Wang
>From the log you provided, there is no touchpad i2c devices in /sys/bus/i2c/devices/ Please try this: "Another try is downloading ubuntu 22.04 installation image and create a usb installation media, boot with usb drive, select "try ubuntu without install", to see if the touchpad could work or n

[Kernel-packages] [Bug 2113469] Re: Logitech MX Anywhere and MX Keys need to re-pair after suspend after upgrading to kernel 6.14

2025-06-12 Thread Hui Wang
Since the fix is in the 6.14.2, the ubuntu 6.14 kernel will include the fix with regular SRU automatically. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/2113469 Title: Logitech MX Anyw

[Kernel-packages] [Bug 2112220] Re: ASUS X555UB touchpad not detected on Ubuntu 24.04 with kernel 6.8.0-40-generic

2025-06-12 Thread Hui Wang
Sorry, it is 'ls /sys/bus/acpi/devices/ and ls /sys/bus/i2c/devices/' -- 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/2112220 Title: ASUS X555UB touchpad not detected on Ubuntu 24.04 with

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-11 Thread Hui Wang
Got it. thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2111521 Title: nvme no longer detected on boot after upgrade to 6.8.0-60 Status in linux package in Ubuntu: Triaged Bug

[Kernel-packages] [Bug 2112220] Re: ASUS X555UB touchpad not detected on Ubuntu 24.04 with kernel 6.8.0-40-generic

2025-06-11 Thread Hui Wang
Can you upload the output of 'ls /sys/devices/bus/acpi/devices/ and ls /sys/devices/bus/i2c/devices/' Another try is downloading ubuntu 22.04 installaion image and create a usb installation media, boot with usb drive, select "try ubuntu without install", to see if the touchpad could work or not wi

[Kernel-packages] [Bug 2112220] Re: ASUS X555UB touchpad not detected on Ubuntu 24.04 with kernel 6.8.0-40-generic

2025-06-11 Thread Hui Wang
I parsed the dsdt you provided, I does indeed find the touchpad device definition under i2c0, it is synaptic product... CreateWordField (SBFB, \_SB.PCI0.I2C0.TPD0._Y24._ADR, BADR) // _ADR: Address CreateDWordField (SBFB, \_SB.PCI0.I2C0.TPD0._Y24._SPE, SPED) // _SPE: Spe

[Kernel-packages] [Bug 2113469] Re: Logitech MX Anywhere and MX Keys need to re-pair after suspend after upgrading to kernel 6.14

2025-06-11 Thread Hui Wang
Need to narrow down furtherly. Please test https://kernel.ubuntu.com/mainline/v6.14-rc1/, https://kernel.ubuntu.com/mainline/v6.14-rc2/,... till you find the 1st problematic kernel. Currently I doubt the problem is in the hid driver. -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-11 Thread Hui Wang
OK, thanks. The patch was just submitted to linux-...@vger.kernel.org -- 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/2111521 Title: nvme no longer detected on boot after upgrade to 6.8.0

[Kernel-packages] [Bug 2113868] Re: Backport request for fix for IPsec UDP GRO option issue

2025-06-10 Thread Hui Wang
The 6.11 kernel will get the stable paches from 6.12 longterm tree, so 6.11 will include the fix automatically. Since you are the author of the fix, if you could backport the fix to 6.6 longterm tree, the ubuntu-6.8 kernel will include the fix automatically as well. thx. ** Changed in: linux

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-10 Thread Hui Wang
https://people.canonical.com/~hwang4/lp2111521/test10 -- 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/2111521 Title: nvme no longer detected on boot after upgrade to 6.8.0-60 Status in l

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-10 Thread Hui Wang
And both of your machines have the pcie root port 8086:2030/8086:2031/8086:2032 for nvme disks, maybe the problem is only for the combination of (this root port + this nvme disk)? I will build a test10 kernel with: diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 29883525b1a2..21837434

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-10 Thread Hui Wang
built a new testing kernel (test9), in the test9, applied the below trial fix to test8, after testing the test9 kernel, please also upload a complete dmesg since I put some printk() in the test9: https://people.canonical.com/~hwang4/lp2111521/test9/ diff --git a/drivers/pci/probe.c b/drivers/pci/

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-10 Thread Hui Wang
@Ian, There should be lines starting with "hh" in your dmesg. At least there are them in Marks's dmesg. @Marks, >From your log, all reset are the type of probing-reset (power on reset), it's why that the quirk doesn't work here. >From the line "h", the returned value is

[Kernel-packages] [Bug 2112145] Re: Kernel 5.15.0-139 doesn't see my USB devices but 5.15.0-138 does -they are on the same machine.

2025-06-09 Thread Hui Wang
Can you upload the log of 'lsusb -t' both with 5.15.0-138 and 5.15.0-139 ** Changed in: linux-signed-hwe-5.15 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.15 in Ubuntu. http

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-09 Thread Hui Wang
https://people.canonical.com/~hwang4/lp2111521/test8/ -- 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/2111521 Title: nvme no longer detected on boot after upgrade to 6.8.0-60 Status in l

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-08 Thread Hui Wang
The commit is merged to mainline kernel from 6.12-rc1, so in theory, the kernel from 6.12 and onwards will not work with this nvme disk. That's odd that no one else reported this issue before. Could you please test v6.15 kernel: https://kernel.ubuntu.com/mainline/v6.15/ download and install amd

[Kernel-packages] [Bug 2112459] Re: Dell Precision 5490 MIPI webcam not working on Ubuntu 25.04 (kernel 6.14, IPU6 modules loaded, ov01a10 sensor)

2025-06-05 Thread Hui Wang
** Changed in: linux (Ubuntu) Assignee: (unassigned) => You-Sheng Yang (vicamo) -- 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/2112459 Title: Dell Precision 5490 MIPI webcam not wor

[Kernel-packages] [Bug 2112220] Re: ASUS X555UB touchpad not detected on Ubuntu 24.04 with kernel 6.8.0-40-generic

2025-06-05 Thread Hui Wang
Indeed, there is no any error logs about touchpad, it is not detected with the kernel 6.15. Can you try https://kernel.ubuntu.com/mainline/v6.8/, https://kernel.ubuntu.com/mainline/v6.7, ..., till you find the 1st kernel that the touchpad could work with it. -- You received this bug notification

[Kernel-packages] [Bug 2112578] Re: riscv64: KVM does not release harts

2025-06-05 Thread Hui Wang
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Emil Renner Berthing (esmil) -- 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/2112578 Title: riscv64: KVM does not release hart

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-04 Thread Hui Wang
built a test7 kernel, in this kernel, apply the patch "e259e3258f3f PCI: Wait for device readiness with Configuration RRS" to the test6 kernel. https://people.canonical.com/~hwang4/lp2111521/test7/ -- You received this bug notification because you are a member of Kernel Packages, which is subscr

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-04 Thread Hui Wang
Yes, for sure, but before do that (#27), I will build a test7 kernel (apply that commit to test6) first to do a quick test, if test7 is bad while test6 is good, that commit is culprit 100%. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to l

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-04 Thread Hui Wang
The diff between test6 and test2: pick e259e3258f3f PCI: Wait for device readiness with Configuration RRS pick b11342ebfd0e PCI: Avoid FLR for Mediatek MT7922 WiFi pick 249761fabd5b ALSA: hda: Support for Ideapad hotkey mute LEDs pick 50989dda6391 platform/x86:lenovo-wmi-hotkey-utilities.c: Suppor

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
** Description changed: + [Impact] + + 2 Ubuntu users reported that the spi keyboard/trackpad doesn't work anymore with + Ubuntu Plucky kernel, it works well with Oracular kernel. Through investigation, + I found the root cause is the change on iommu/intel introduced from v6.12-rc1, + from v6.1

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-03 Thread Hui Wang
This is the diff between test4 (ok) and test2 (fail): pick 9c114d6de5e2 platform/x86: hp-wmi: Add thermal profile support for 8BAD boards pick 7b61f5e818ad platform/x86: hp-wmi: Fix platform profile option switch bug on Omen and Victus laptops pick fa24401ba339 platform/x86: hp-wmi: Fix implemen

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
** Also affects: linux (Ubuntu Plucky) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Plucky) Assignee: (unassigned) => Hui Wang (hui.wang) ** Changed in: linux (Ubuntu Plucky) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Impo

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-03 Thread Hui Wang
Please try this kernel: https://people.canonical.com/~hwang4/lp2111521/test4/ It is a bisecting kernel between test2 and test3. -- 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/2111521 Titl

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-03 Thread Hui Wang
the diffs (71 patches) between test2 and test3: pick f208eeb038ef ksmbd: retry iterate_dir in smb2_query_dir pick fe1c84396385 ksmbd: set ATTR_CTIME flags when setting mtime pick a095cea70c61 smb: client: destroy cfid_put_wq on module exit pick 2a346263ea00 net: usb: qmi_wwan: add Telit FE910C04 c

[Kernel-packages] [Bug 2112328] Re: Camera node kernel crash

2025-06-02 Thread Hui Wang
** Changed in: linux-raspi (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) ** Also affects: linux-raspi (Ubuntu Noble) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-rasp

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-06-02 Thread Hui Wang
continue bisecting between test1 and test2, please try with test3: https://people.canonical.com/~hwang4/lp2111521/test3/ -- 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/2111521 Title: nvm

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
I found why 6.12-rc1/2/3 deosn't boot, this is a fix for this issue (not booting), so this fix is in -rc4, so please test 6.12-rc4, in theory, 6.12-rc4 could boot. hwang4@hwang4-ThinkPad-T14s-Gen-2a:~/work/mainline/linux/drivers/iommu/intel$ git show 6e02a277f1db24fa039e23783c8921c7b0e5b1b3 commi

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
And it is most likely the trackpad issue is also introduced by the change of iommu/intel/. After verify the v6.12-rc4, we could bisect the iommu driver to fix the trackpad issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ub

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
@Bill Could you help test https://kernel.ubuntu.com/mainline/v6.12/ and https://kernel.ubuntu.com/mainline/v6.13-rc1/. The drivers for this device are spi/spi-pxa2xx*, mfd/intel-lpss* and input/keyboard/applespi*, I compared 6.11 and 6.12, there is no significant change (nearly no change at all).

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-05-28 Thread Hui Wang
This is the commits diff between test1 and test2, the commits below only exist in test2, so some of them caused this bug: pick 11bd03202d6a ALSA: ump: Use guard() for locking pick ac66b222d167 ALSA: ump: Don't open legacy substream for an inactive group pick b8906b16018e scsi: mpi3mr: Use ida to m

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-28 Thread Hui Wang
So the regression is introduced between 6.11 and 6.12, we need to narrow down further, since v6.12-rc1 doesn't boot on your machine, could you try v6.12-rc2? https://kernel.ubuntu.com/mainline/v6.12-rc2/ If -rc2 still doesn't boot, try -rc3 ... thx. -- You received this bug notification because

[Kernel-packages] [Bug 2111745] Re: HDMI audio is not working on first dock connection (Dell Precision 3590 + WD19DCS + Ubuntu 24.10).

2025-05-27 Thread Hui Wang
Could you collect some log after it finishes the first dock connection: - dmesg.txt - alsa-info.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/2111745 Title: HDMI audio is not work

[Kernel-packages] [Bug 2111552] Re: steam egpu

2025-05-25 Thread Hui Wang
What is the nvidia driver's version on your machine, can you upgrade it to the latest version and re-do the test? ** Changed in: linux-hwe-6.11 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to lin

[Kernel-packages] [Bug 2111565] Re: Bluetooth not detected on MediaTek MT7921 (ThinkPad E15 Gen 4) in Ubuntu 24.04

2025-05-25 Thread Hui Wang
There is no bluetooth device from lsusb.txt, do you know what hardware bus the bt device is attached to? ** Changed in: linux-hwe-6.11 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-hwe-6.1

[Kernel-packages] [Bug 2110527] Re: Intel BE201 can not work well in Ubuntu 22.04; RFIm is deactivated, reason = 4

2025-05-24 Thread Yilin Wang
apport information ** Tags added: apport-collected noble ** Description changed: I have a Intel BE201 card and use Ubuntu 22.04 OS, at the beginning the old kernel can not support it so I update the kernel to 6.14.1 version. But in Dmesg it shows: [ 11.743101] iwlwifi :00:14.3: enabl

[Kernel-packages] [Bug 2111511] Re: Backport: TPM Service Command Response Buffer Interface Over FF-A

2025-05-22 Thread Hui Wang
** Changed in: linux-nvidia (Ubuntu) Assignee: (unassigned) => Jacob Martin (jacobmartin) ** Also affects: linux-nvidia-6.11 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-nvidia-6.14 (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Kernel-packages] [Bug 2111484] Re: HP Probook 445 g11 AMD Ryzen 7 7735U with Radeon Graphics Backlight not controllable

2025-05-22 Thread Hui Wang
If you install and boot with 6.8.0-generic kernel, does this issue still happen? ** Changed in: linux-signed-hwe-6.11 (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-6.11 in Ubuntu.

[Kernel-packages] [Bug 2111521] Re: nvme no longer detected on boot after upgrade to 6.8.0-60

2025-05-22 Thread Hui Wang
Agree with #1, and for initrd, may do a quick check on the size of initrd.img-6.8.0-59-generic and initrd.img-6.8.0-60-generic ** Changed in: linux (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to lin

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-22 Thread Hui Wang
Then try 6.11 https://kernel.ubuntu.com/mainline/v6.11/ and 6.12-rc1 https://kernel.ubuntu.com/mainline/v6.12-rc1/ thx. -- 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/2107976 Title: App

[Kernel-packages] [Bug 2111394] Re: freeze all includes screen and inputs

2025-05-22 Thread Hui Wang
@Sangho, Can you add 'nomodeset' in the bootargs to disable the graphic hw accel. After booting up, check 'sudo dmesg' to make sure there is no "[drm] amdgpu kernel modesetting enabled.", then do your test, let us see if the system still freeze or not. ** Changed in: linux (Ubuntu) Statu

[Kernel-packages] [Bug 2111421] Re: Freeze all

2025-05-21 Thread Hui Wang
*** This bug is a duplicate of bug 2111394 *** https://bugs.launchpad.net/bugs/2111394 This is a duplicate for #2111394 ** This bug has been marked a duplicate of bug 2111394 freeze all includes screen and inputs -- You received this bug notification because you are a member of Kernel Pa

[Kernel-packages] [Bug 2111315] Re: Ubuntu freezing frequently

2025-05-20 Thread Hui Wang
And it looks like it is hybrid grapic on your machine, could you check and disable nvidia graphic on your machine and to see if it gets better? To do so, use 'sudo prime-select xxx' -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-hwe

[Kernel-packages] [Bug 2110289] Re: snapd has high CPU usage for exactly 150 seconds every 5, 7.5 or 10 minutes

2025-05-20 Thread Hui Wang
@Zixing, Can you help take a look at this bug, it turns out to be a problem for plucky kernel, and could you also check O/N/J to see if those kernels have this problem or not. thx. ** Also affects: linux (Ubuntu Plucky) Importance: Undecided Status: New ** Changed in: linux (Ubuntu P

[Kernel-packages] [Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-20 Thread Hui Wang
Can you try https://kernel.ubuntu.com/mainline/v6.14/ kernel? Download amd64/linux-image-unsigned-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb amd64/linux-modules-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb and install them with 'sudo dpkg -i *.deb' and reboot,

[Kernel-packages] [Bug 2111143] Re: Bluetooth stop working after update

2025-05-20 Thread Hui Wang
the comment #2 makes senese, there is no bt device in the lsusb.txt (#1) Could you try a different kernel and the bluetooth could work with this kernel, then upload dmesg and lsusb logs. thx. ** Changed in: linux-hwe-6.11 (Ubuntu) Status: New => Incomplete -- You received this bug not

[Kernel-packages] [Bug 2111259] Re: Ubuntu 24.04.2 LTS Battery Percentage and CPU Temp Swapped

2025-05-20 Thread Hui Wang
And for this description: "Then after shutting down I noticed my battery had dropped about 50 percent. Keeping it on the charger it starts the charge icon but then less than a minute it shows not charging and it hovers around 37-38 percent, while my CPU is stating it's at about 90 degrees Celsiu

[Kernel-packages] [Bug 2111231] Re: Documentation update for [Ubuntu25.04] "virsh attach-interface" requires a reboot to reflect the attached interfaces on the guest

2025-05-19 Thread Hui Wang
** Also affects: linux (Ubuntu Plucky) 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/2111231 Title: Documentation update for [Ubuntu25.04] "

[Kernel-packages] [Bug 2111231] Re: Documentation update for [Ubuntu25.04] "virsh attach-interface" requires a reboot to reflect the attached interfaces on the guest

2025-05-19 Thread Hui Wang
Apart from the kernel, does the powerpc-utils need to be changed as well? If it does, need to file a bug against powerpc-utils (Ubuntu). ** Changed in: linux (Ubuntu Plucky) Status: New => Triaged ** Also affects: linux (Ubuntu Questing) Importance: Undecided Assignee: Ubuntu on IB

[Kernel-packages] [Bug 2111220] Re: ACPICA: Add support for printing AML arguments when trace point enabled

2025-05-19 Thread Hui Wang
** Changed in: linux (Ubuntu Questing) Assignee: (unassigned) => AceLan Kao (acelankao) -- 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/2111220 Title: ACPICA: Add support for printin

[Kernel-packages] [Bug 2110527] Re: Intel BE201 can not work well in Ubuntu 22.04; RFIm is deactivated, reason = 4

2025-05-13 Thread Yilin Wang
** Description changed: - I have a Intel BE201 card and use Ubuntu 22.04 OS, at the beginning the old kernel can not support it so I update the kernel to 6.16.1 version. But in Dmesg it shows: + I have a Intel BE201 card and use Ubuntu 22.04 OS, at the beginning the old kernel can not support

[Kernel-packages] [Bug 2110527] [NEW] Intel BE201 can not work well in Ubuntu 22.04; RFIm is deactivated, reason = 4

2025-05-13 Thread Yilin Wang
Public bug reported: I have a Intel BE201 card and use Ubuntu 22.04 OS, at the beginning the old kernel can not support it so I update the kernel to 6.16.1 version. But in Dmesg it shows: [ 11.743101] iwlwifi :00:14.3: enabling device ( -> 0002) [ 11.767780] iwlwifi :00:14.3: De

[Kernel-packages] [Bug 2105425] Re: Support GPU driver on Qualcomm QCS6490 / SA8775

2025-05-04 Thread Viral Wang
** Tags added: verification-needed-noble -- 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/2105425 Title: Support GPU driver on Qualcomm QCS6490 / SA8775 Status in linux-firmware

[Kernel-packages] [Bug 2106802] Re: Fix amplifier cs35l56 dsp fw name for HP LAPZ platform

2025-05-04 Thread Viral Wang
Base on the comment 5, add the verification-done tags for noble, oracular, and plucky ** Tags added: verification-done-noble verification-done-oracular verification-done-plucky -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmwar

[Kernel-packages] [Bug 2106436] Re: Add support for QAT Gen5 device with the 420xx (CPM2.2) firmware

2025-05-04 Thread Viral Wang
** Tags added: verification-needed-noble verification-needed-oracular -- 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/2106436 Title: Add support for QAT Gen5 device with the 420x

[Kernel-packages] [Bug 2102200] Re: Support wifi 6GHz for Philippines on Qualcomm WCN6856

2025-05-04 Thread Viral Wang
** Tags added: verification-needed-jammy verification-needed-noble verification-needed-oracular verification-needed-plucky -- 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/2102200 T

[Kernel-packages] [Bug 2103768] Re: Add support for Realtek 8852BE-VT[10ec:b520]

2025-05-04 Thread Viral Wang
** Tags added: verification-needed-noble -- 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/2103768 Title: Add support for Realtek 8852BE-VT[10ec:b520] Status in HWE Next: New Status in l

[Kernel-packages] [Bug 2103582] Re: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resume on AMD GPU of DCN 3.5

2025-05-04 Thread Viral Wang
** Tags added: verification-needed-noble -- 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/2103582 Title: /sys/power/suspend_stats/total_hw_sleep not increased after suspend/resu

[Kernel-packages] [Bug 2104866] Re: linux-raspi: need to update annotations after EFI_ZBOOT changes from parent kernel

2025-04-15 Thread Hui Wang
** Tags removed: verification-needed-oracular-linux-raspi ** Tags added: verification-done-oracular-linux-raspi ** Changed in: linux-raspi (Ubuntu Oracular) Status: New => Fix Released ** Changed in: linux-raspi (Ubuntu) Status: New => Fix Released -- You received this bug notific

[Kernel-packages] [Bug 2106197] [NEW] package linux-headers-6.8.0-55-generic 6.8.0-55.57 failed to install/upgrade: installed linux-headers-6.8.0-55-generic package post-installation script subprocess

2025-04-03 Thread Ruiming Wang
Public bug reported: N/A ProblemType: Package DistroRelease: Ubuntu 24.04 Package: linux-headers-6.8.0-55-generic 6.8.0-55.57 ProcVersionSignature: Ubuntu 6.8.0-53.55-generic 6.8.12 Uname: Linux 6.8.0-53-generic x86_64 ApportVersion: 2.28.1-0ubuntu3.5 AptOrdering: linux-headers-6.8.0-55:amd64: I

[Kernel-packages] [Bug 2104866] [NEW] linux-raspi: need to update annotations after EFI_ZBOOT changes from parent kernel

2025-03-27 Thread Hui Wang
-'}> CONFIG_KERNEL_GZIP policy<{'arm64': '-'}> -CONFIG_KERNEL_LZ4 policy<{'arm64': '-'}> -CONFIG_KERNEL_LZMA policy<{'arm64': '-'}> -CONFIG_K

[Kernel-packages] [Bug 2104031] [NEW] nvidia-kernel-common-550 cannot be installed along with initramfs-tools

2025-03-24 Thread Miao Wang
Public bug reported: When installing `linux-modules-nvidia-550-generic-hwe-24.04` and `initramfs-tools` at the same time, running the postinst script of `nvidia-kernel-common-550` will fail with `/usr/sbin/mkinitramfs: 102: .: cannot open /etc/initramfs-tools/initramfs.conf: No such file` To repr

[Kernel-packages] [Bug 2100828] [NEW] ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-08 Thread wang
Public bug reported: We found a kenrel issue on Redhat 9.4 and 9.5. nvme pcie link speed will downgrade to 2.5GT/s after hotplug. After analysis, we found this patch casued this issue: a89c82249c37 ("PCI: Work around PCIe link training failures"). This patch also merged into ubuntu 24.04, therefor

[Kernel-packages] [Bug 2100828] Re: ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
i uploaded the downgrade issue screenshort, nvme pcie link from 32GT/S downgrade to 2.5GT/S on our server. here are the redhat issue link: https://issues.redhat.com/browse/RHEL-71363 The commits de9a6c8d5dbfedb5eb3722c822da0490f6a59a45 and f68dea13405c94381d08f42dbf0416261622bdad are designed to

[Kernel-packages] [Bug 2100828] Re: ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
Hi Tim, The reproduce environment is destroyed,according to our investigation, this issue should have no related with hardware platform, any platform use this kenrel version might caused pcie link downgrade, current tests only focus on nvme during verify the hotplug function. -- You received t

[Kernel-packages] [Bug 2100828] Re: ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
Hi Tim, >From currently test, any platform add this patch a89c82249c37 ("PCI: Work >around PCIe link training failures"). might happen this issue. Just hot >remove/hotplug onboard nvme device will reproduce this issue. I will check with our test engineer whether the ubuntu test environment is re

[Kernel-packages] [Bug 2100828] Re: ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
Hi Tim, Our test engineer use ubuntu 24.04 reproduce this issue. They do hot repmove and hot plug on nvme device. And you can see, the nvme 7 downgrade to 2.5GT/s while nvme 6 is normal pcie link, they are the same type of nvme device. kern :info : [ 288.320053] pcieport :86:02.0: pciehp:

[Kernel-packages] [Bug 2100828] Re: ubuntu-24.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
** Attachment added: "downgrade" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2100828/+attachment/5862366/+files/down.png -- 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/2100828

[Kernel-packages] [Bug 2100827] [NEW] ubuntu-22.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
Public bug reported: We found a kenrel issue on Redhat 9.4 and 9.5. nvme pcie link speed will downgrade to 2.5GT/s after hotplug. After analysis, we found this patch casued this issue: a89c82249c37 ("PCI: Work around PCIe link training failures"). This patch also merged into ubuntu 22.04, therefor

[Kernel-packages] [Bug 2100827] Re: ubuntu-22.04: Root port link speed degradation to 2.5GT/s after nvme hot plug

2025-03-06 Thread wang
** Attachment added: "downgrade issue" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2100827/+attachment/5861999/+files/down.png -- 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/21

[Kernel-packages] [Bug 2095376] Re: net: stmmac: kernel continually prints wol unbalance irq warning

2025-02-28 Thread Hui Wang
** Tags removed: verification-needed-focal-linux ** Tags added: verification-done-focal-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/2095376 Title: net: stmmac: kernel continuall

[Kernel-packages] [Bug 2093400] Re: With OLED panel attached to amdgpu the glxgear fps is too low

2025-02-28 Thread Viral Wang
** Tags added: verification-needed-noble verification-needed-oracular -- 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/2093400 Title: With OLED panel attached to amdgpu the glxgea

[Kernel-packages] [Bug 2093304] Re: Add missing audio firmware files for Realtek rtl1320 amplifier

2025-02-28 Thread Viral Wang
** Tags added: verification-needed-noble -- 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/2093304 Title: Add missing audio firmware files for Realtek rtl1320 amplifier Status in

[Kernel-packages] [Bug 2095279] Re: MT7925 controller timeout during Suspend stress test

2025-02-28 Thread Viral Wang
** Tags added: verification-needed-noble verification-needed-oracular -- 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/2095279 Title: MT7925 controller timeout during Suspend stress test

[Kernel-packages] [Bug 2095402] Re: linux-raspi: add dwarfdump package in the Build-Depends

2025-01-23 Thread Hui Wang
** Tags removed: verification-needed-oracular-linux-raspi ** Tags added: verification-done-oracular-linux-raspi -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lowlatency in Ubuntu. https://bugs.launchpad.net/bugs/2095402 Title: l

[Kernel-packages] [Bug 2095399] [NEW] liux-raspi: VIDEO_E5010_JPEG_ENC need to be unset

2025-01-21 Thread Hui Wang
Public bug reported: After we introduces upstream commit afe6ec667e88 (via LP: 2089033), the VIDEO_E5010_JPEG_ENC will depends on ARCH_K3, but in this BSP, the ARCH_K3 is set to N, so VIDEO_E5010_JPEG_ENC is not available for this BSP, also V4L2_JPEG_HELPER is not available too because of this cha

[Kernel-packages] [Bug 2095399] Re: liux-raspi: VIDEO_E5010_JPEG_ENC need to be unset

2025-01-21 Thread Hui Wang
** Changed in: linux-raspi (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi in Ubuntu. https://bugs.launchpad.net/bugs/2095399 Title: liux-raspi: VIDEO_E5010_JPEG_ENC need to be unset S

[Kernel-packages] [Bug 2095402] [NEW] linux-raspi: add dwarfdump package in the Build-Depends

2025-01-21 Thread Hui Wang
: linux-raspi (Ubuntu Oracular) Importance: Medium Assignee: Hui Wang (hui.wang) Status: Fix Committed ** Also affects: linux-raspi (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: linux-raspi (Ubuntu Oracular) Assignee: (unassigned) => Hui W

[Kernel-packages] [Bug 2095401] [NEW] linux-raspi: VIDEO_E5010_JPEG_ENC should be unset

2025-01-21 Thread Hui Wang
change. To file a bug for cranking purpose. ** Affects: linux-raspi (Ubuntu) Importance: Undecided Status: New ** Affects: linux-raspi (Ubuntu Oracular) Importance: Medium Assignee: Hui Wang (hui.wang) Status: New ** Also affects: linux-raspi (Ubuntu Oracular

[Kernel-packages] [Bug 2095376] Re: net: stmmac: kernel continually prints wol unbalance irq warning

2025-01-21 Thread Hui Wang
** Description changed: + [Impact] + + We are working on a IoT project, when we run the uc20 on the hardware, + a lot of warning calltrace will be printed out on the console. + + + [Fix] + Backport one patch from upstream. + + [Test] + Boot the patched kernel on the machine, check dmesg, there

[Kernel-packages] [Bug 2095376] [NEW] net: stmmac: kernel continually prints wol unbalance irq warning

2025-01-21 Thread Hui Wang
[ 31.791509] el0_svc+0x8/0x208 [ 31.794561] ---[ end trace fd95e8037ff0ec09 ]--- ** Affects: linux (Ubuntu) Importance: Medium Status: New ** Affects: linux (Ubuntu Focal) Importance: Medium Assignee: Hui Wang (hui.wang) Status: New ** Also affects: linux (Ubuntu

[Kernel-packages] [Bug 2061254] Re: No mic detected - Ubuntu 24.04 Beta

2024-11-20 Thread Hui Wang
** Changed in: linux (Ubuntu) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu Noble) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpa

[Kernel-packages] [Bug 2077690] Re: alsa: Headphone and Speaker couldn't output sound intermittently

2024-10-13 Thread Hui Wang
Installed the noble proposed kernel on the hardware, and playback the sound through speaker, everything works fine. Set the verification-done- noble-linux ** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notification because

[Kernel-packages] [Bug 2072679] Re: Regression: unable to reach low idle states on Tiger Lake

2024-09-10 Thread Hui Wang
** Also affects: linux-oem-6.8 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-oem-6.8 (Ubuntu Oracular) Status: New => Invalid ** Changed in: linux-oem-6.8 (Ubuntu Noble) Status: New => In Progress -- You received this bug notification because you are a

[Kernel-packages] [Bug 2077690] Re: alsa: Headphone and Speaker couldn't output sound intermittently

2024-09-05 Thread Hui Wang
@Qian Fu, For jammy, the 2 patches could be cleanly applied to 5.15 kernel, hence the community will cherry-pick these 2 commits into stable-5.15.y, and canonical will merge these 2 commits into jammy kernel with stable SRU cycle automatically. In summary, the 2 patches will be merged to jammy ke

[Kernel-packages] [Bug 2077690] Re: alsa: Headphone and Speaker couldn't output sound intermittently

2024-09-05 Thread Hui Wang
The patches are already in the Oracular kernel, set it to fix_released. ** Changed in: linux (Ubuntu Oracular) Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.ne

[Kernel-packages] [Bug 2077690] Re: alsa: Headphone and Speaker couldn't output sound intermittently

2024-08-26 Thread Hui Wang
** Description changed: - This bug is for tracking purpose. + The patches are in the linux-next already, it will be in the unstable + kernel automatically, and the patches will be in stable sooner or + later, so it will be in the Jammy kernel automatically in the future. + + And our oem project r

[Kernel-packages] [Bug 2077690] [NEW] alsa: Headphone and Speaker couldn't output sound intermittently

2024-08-22 Thread Hui Wang
Public bug reported: This bug is for tracking purpose. ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New ** Affects: linux (Ubuntu Jammy) Importance: Undecided

[Kernel-packages] [Bug 2072679] Re: Regression: unable to reach low idle states on Tiger Lake

2024-08-18 Thread Hui Wang
** Description changed: + In the v2: + Thanks for Timo to point out, there is the same problem for + lunar-generic and mantic-generic kernels, and we applied to similar + UBUNTU SAUCE patches to those kernels, but somehow we forgot to + apply the patches to unstable at that time, hence we have reg

[Kernel-packages] [Bug 2072679] Re: Regression: unable to reach low idle states on Tiger Lake

2024-08-18 Thread Hui Wang
We have the same bug in the past, it is: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2034504 -- 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/2072679 Title: Regression: unable to

[Kernel-packages] [Bug 2077112] Re: Missing Huc/Gsc support for Intel GFX Xe driver for Lunar Lake

2024-08-15 Thread Hui Wang
What kernel version is for Oracular? 6.10 or 6.11? If it is 6.10, do we still need to backport the patch to oracular kernel? -- 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/2077112 Title:

[Kernel-packages] [Bug 2076216] Re: Ubuntu 24.04 LTS kernel 6.8.0-35 fails to boot up and get stuck at efi stub measured initrd data into pcr 9

2024-08-08 Thread Alex Wang
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu-ubuntu-server -- 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/2076216 Title: Ubun

[Kernel-packages] [Bug 2070158] Re: RFIM and SAGV Linux Support for G10 models

2024-08-05 Thread Hui Wang
** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-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/2070158 Title: RFIM and SAGV Linux Su

[Kernel-packages] [Bug 2055283] Re: Intel Bluetooth AX201 needs firmware intel/ibt-0180-4150.sfi

2024-04-25 Thread Hui Wang
About the enable proposed ppa: It was the actual official proposed pocket for mantic and jammy. sth like this: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-proposed main restricted About the two additional steps: I did run them in mantic and jammy in my verification (#3 and #4). Thx

[Kernel-packages] [Bug 2063096] Re: RTL8852BE fw security fail then lost WIFI function during suspend/resume cycle

2024-04-22 Thread Hui Wang
** Description changed: - This is for tracking purpose + [Impact] + + On a Dell laptop, When we do suspend/resume test, we found the + realtek wifi couldn't work after resume, from the dmesg, we found + the error log as below: + Log: + 三 05 15:08:02 u-Precision-3591 kernel: rtw89_8852be :02:0

  1   2   3   4   5   6   7   8   9   10   >