<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="https://scatena.co/feed_style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <tabi:metadata xmlns:tabi="https://github.com/welpo/tabi">
        <tabi:base_url>https:&#x2F;&#x2F;scatena.co</tabi:base_url>
        <tabi:separator>
            •
        </tabi:separator>
        <tabi:about_feeds>This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It&#x27;s free.</tabi:about_feeds>
        <tabi:visit_the_site>Visit website</tabi:visit_the_site>
        <tabi:recent_posts>Recent posts</tabi:recent_posts>
        <tabi:last_updated_on>Updated on $DATE</tabi:last_updated_on>
        <tabi:default_theme></tabi:default_theme>
        <tabi:post_listing_date>date</tabi:post_listing_date>
        <tabi:current_section>linux</tabi:current_section>
    </tabi:metadata><link rel="extra-stylesheet" href="https://scatena.co/skins/teal.css?h=bd19e558a52d678a50de" /><title>Jason Scatena - linux</title>
        <subtitle>Jason Scatena blog and personal projects</subtitle>
    <link href="https://scatena.co/tags/linux/atom.xml" rel="self" type="application/atom+xml"/>
    <link href="https://scatena.co/tags/linux/" rel="alternate" type="text/html"/>
    <generator uri="https://www.getzola.org/">Zola</generator><updated>2024-04-26T00:00:00+00:00</updated><id>https://scatena.co/tags/linux/atom.xml</id><entry xml:lang="en">
        <title>Internal Mic Fix for Lenovo T14s Gen 4 w&#x2F; AMD on Ubuntu 24.04</title>
        <published>2024-04-26T00:00:00+00:00</published>
        <updated>2024-04-26T00:00:00+00:00</updated>
        <author>
            <name>Jason Scatena</name>
        </author>
        <link rel="alternate" href="https://scatena.co/blog/mic-fix-ubuntu-24-04-lenovo-t14s-gen-4-amd/" type="text/html"/>
        <id>https://scatena.co/blog/mic-fix-ubuntu-24-04-lenovo-t14s-gen-4-amd/</id>
        
            <content type="html">&lt;p&gt;I recently purchased a Lenovo T14s Gen 4 with the Amd Ryzen 7840u and loaded the brand new LTS version of Ubuntu on it, 24.04. To my dismay the internal microphone was not recognized at all in any of the sound settings. Finding a solution took a couple hours of reading logs and Googling so I’m putting that knowledge here to helpfully help anyone else in the same situation.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;the-issue&quot;&gt;The Issue&lt;&#x2F;h2&gt;
&lt;p&gt;In the Ubuntu setting I was unable to find any recording devices. However, running the command: &lt;code&gt;lspci -knn | grep Audio&lt;&#x2F;code&gt; I was able to see three devices. Notably I saw:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;c3:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP&#x2F;ACP3X&#x2F;ACP6x Audio Coprocessor [1022:15e2] (rev 63)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;	Subsystem: Lenovo ACP&#x2F;ACP3X&#x2F;ACP6x Audio Coprocessor [17aa:50d8]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;This is the internal microphone for the laptop.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;the-fix&quot;&gt;The Fix&lt;&#x2F;h2&gt;
&lt;p&gt;Getting it working ended up being fairly trivial once I found the solution. Specifically &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;bbs.archlinux.org&#x2F;viewtopic.php?id=294307&quot;&gt;this post on the Archlinux Forums&lt;&#x2F;a&gt;. The answer is to add a file to &lt;code&gt;&#x2F;etc&#x2F;modules-load.d&#x2F;&lt;&#x2F;code&gt; in order to load the correct kernel modules for the internal mic. The exact command the author of the post gave (which worked great for me) is:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;echo -e &amp;quot;snd-pci-ps\nsnd-soc-ps-mach&amp;quot; | sudo tee &#x2F;etc&#x2F;modules-load.d&#x2F;sound.conf &amp;gt; &#x2F;dev&#x2F;null&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;After that I rebooted, and my mic is working great.&lt;&#x2F;p&gt;
</content>
        <summary type="html">Quick fix for the internal microphone not being recognized on a Lenovo T14s Gen 4 with AMD Ryzen 7840U running Ubuntu 24.04.</summary>
        </entry>
</feed>
