[Kernel-packages] [Bug 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 2061254 ***
https://bugs.launchpad.net/bugs/2061254

Status changed to 'Confirmed' because the bug affects multiple users.

** 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/2062412

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-21 Thread blszyn
*** This bug is a duplicate of bug 2061254 ***
https://bugs.launchpad.net/bugs/2061254

The microphone is working in gnome desktop sessions with mainline daily
build 6.9.0-060900rc4daily20240420-generic.

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-21 Thread blszyn
*** This bug is a duplicate of bug 2061254 ***
https://bugs.launchpad.net/bugs/2061254

I tried mainline daily build 6.9.0-060900rc4daily20240420-generic.
(Does it include commits that came a few hours before?)   The microphone
appears to be an acp63 device.  Both snd_pci_acp6x and snd_pci_ps are
loaded.  Is the next step to blacklist snd_pci_acp6x?

kernel:

https://kernel.ubuntu.com/mainline/daily/2024-04-20/amd64/

commits:

ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"

https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/noble/commit/?h=master-
next=c58513355783d99af76c5b49e22cc4d275268d81

ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"

https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/noble/commit/?h=master-
next=575642e9cdf5ce526822a63daacb22802e4d64cd


$ cat /proc/asound/cards
 0 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0x785c8000 irq 90
 1 [Generic_1  ]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0x785c irq 91
 2 [acp63  ]: acp63 - acp63
  LENOVO-21K5CTO1WW-ThinkPadP14sGen4

$ sudo lsmod | grep snd_pci
snd_pci_ps 24576  0
snd_amd_sdw_acpi   16384  2 snd_sof_amd_acp,snd_pci_ps
soundwire_amd  45056  2 snd_sof_amd_acp,snd_pci_ps
snd_pci_acp6x  16384  0
snd_pci_acp5x  16384  0
snd_pcm   196608  14 
snd_sof_amd_acp,snd_hda_codec_hdmi,snd_pci_acp6x,snd_hda_intel,snd_hda_codec,snd_sof,snd_ps_pdm_dma,snd_compress,snd_soc_core,snd_sof_utils,soundwire_amd,snd_hda_core,snd_pci_ps,snd_pcm_dmaengine
snd_acp_config 20480  9 
snd_rn_pci_acp3x,snd_pci_acp6x,snd_pci_acp5x,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_acp_pci,snd_pci_ps,snd_sof_amd_renoir
snd_soc_acpi   20480  3 snd_sof_amd_acp,snd_acp_config,snd_pci_ps
snd_pci_acp3x  16384  0

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-21 Thread Hui Wang
*** This bug is a duplicate of bug 2061254 ***
https://bugs.launchpad.net/bugs/2061254

This issue was already reported in #2061254.


** This bug has been marked a duplicate of bug 2061254
   No mic detected - Ubuntu 24.04 Beta

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-20 Thread Mario Limonciello
There is a second commit with a similar problem and really the one I
should have linked; this one is much more severe.

Here is that fix:

https://github.com/torvalds/linux/commit/37bee1855d0e3b6dbeb8de71895f6f68cad137be

It also came into 6.8.3.

3e52444ed190 ("ASoC: amd: yc: Revert "add new YC platform variant (0x63)
support"")

Maybe you can try some of the mainline PPA builds to confirm they picked up the 
fix.
https://kernel.ubuntu.com/mainline/

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-20 Thread Mario Limonciello
The problem is that the "Pink Sardine" (Phoenix) laptops were being
applied to the "Yellow Carp" (Rembrandt) driver.  This is improper
behavior and will cause other problems even if it fixed the immediate
microphone issue.

The Phoenix Lenovo laptops are supposed to have something in the ACPI
tables that makes sure they bind properly to the Pink Sardine driver,
shouldn't need quirks.

You *might* be able to workaround the issue until Ubuntu issues a fix by
blacklisting snd_pci_acp6x.  A Phoenix laptop should be loading
snd_pci_ps.

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-19 Thread blszyn
Commit b44a34f581b0 applies to type 21J2 but Lenovo Thinkpad P14s (AMD)
Gen 4 is type 21K5.

Mario - you commented on a commit regarding type 21K5 here

https://lore.kernel.org/lkml/cbf8ac6f-5e8d-4430-aba7-853cded5a...@michaelkloos.com/T/

Should 21K5 be included in the Quirks List?

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-19 Thread Mario Limonciello
This is the upstream solution:

https://github.com/torvalds/linux/commit/861b3415e4dee06cc00cd1754808a7827b9105bf

Here is the commit from 6.8.3:

b44a34f581b0 ("ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo
21J2"")

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Anthony Wong (anthonywong)

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+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 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-18 Thread blszyn
** Attachment added: "version.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+attachment/5767654/+files/version.log

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

Title:
  No input through internal microphone (Ryzen 6000)

Status in linux package in Ubuntu:
  New

Bug description:
  The microphone in a Thinkpad P14S (AMD) Gen 4 stopped working after
  updating from 23.10 to 24.04 Beta with kernel 6.8.0-22-generic. This
  is a known problem and a patch may be included in kernel 6.8.3.

  Is it possible to backport this patch? Or is the plan to wait for a
  kernel update? It would be good use the microphone in 24.04.

  The symptoms are exactly as described in
  https://bbs.archlinux.org/viewtopic.php?pid=2162297#p2162297

  Reportedly the patch is included in
  
https://github.com/zen-kernel/zen-kernel/blob/6.7/main/sound/soc/amd/yc/acp6x-mach.c#L59

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