<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pika Pool</title>
    <description>The latest articles on DEV Community by Pika Pool (@pikapool).</description>
    <link>https://dev.to/pikapool</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F693541%2F85016082-896f-4b70-ad47-f6f909317a9c.jpg</url>
      <title>DEV Community: Pika Pool</title>
      <link>https://dev.to/pikapool</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pikapool"/>
    <language>en</language>
    <item>
      <title>Firefox dev edition could not update automatically - issue when manually installed in linux (fedora) (solved)</title>
      <dc:creator>Pika Pool</dc:creator>
      <pubDate>Thu, 17 Mar 2022 08:00:42 +0000</pubDate>
      <link>https://dev.to/pikapool/firefox-dev-edition-could-not-update-automatically-issue-when-manually-installed-in-linux-fedora-solved-3ia1</link>
      <guid>https://dev.to/pikapool/firefox-dev-edition-could-not-update-automatically-issue-when-manually-installed-in-linux-fedora-solved-3ia1</guid>
      <description>&lt;p&gt;I installed the firefox dev edition by extracting the tar file from &lt;a href="https://www.mozilla.org/en-US/firefox/developer/" rel="noopener noreferrer"&gt;&lt;code&gt;https://www.mozilla.org/en-US/firefox/developer/&lt;/code&gt;&lt;/a&gt; at &lt;code&gt;/opt/firefox_dev_edition&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;But when an update was available, firefox showed me this error:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update available&lt;/strong&gt;&lt;br&gt;
Firefox couldn't update automatically. Download the new version - you won't lose saved information or customizations.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqduuaanauxlvitckfp7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqduuaanauxlvitckfp7.png" alt="screenshot of the above error"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Turns out the &lt;code&gt;/opt/firefox_dev_edition&lt;/code&gt; directory was owned by &lt;code&gt;root&lt;/code&gt; user, which resulted in &lt;code&gt;Permission denied&lt;/code&gt; error when firefox tried to update itself. So, I changed the owner to the main user, which I use the system through:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;chown&lt;/span&gt; &lt;span class="nt"&gt;-R&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="nv"&gt;$USER&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;:&lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="nv"&gt;$USER&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt; /opt/firefox_dev_edition
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This command changes both the user and the group of the directory and all of its files and sub directories recursively(the &lt;code&gt;-R&lt;/code&gt; option is an alias for &lt;code&gt;--recursive&lt;/code&gt;)&lt;/p&gt;

</description>
      <category>fedora</category>
      <category>firefox</category>
      <category>linux</category>
    </item>
    <item>
      <title>[Fedora 35] Asus Tuf Laptop internal speakers/mic not working on fresh install</title>
      <dc:creator>Pika Pool</dc:creator>
      <pubDate>Sat, 12 Mar 2022 08:11:43 +0000</pubDate>
      <link>https://dev.to/pikapool/fedora-35-asus-tuf-laptop-internal-speakersmic-not-working-on-fresh-install-11e</link>
      <guid>https://dev.to/pikapool/fedora-35-asus-tuf-laptop-internal-speakersmic-not-working-on-fresh-install-11e</guid>
      <description>&lt;p&gt;I have an ASUS Tuf FX-705DT laptop. I dual booted fedora 35 alongside Windows 10 recently, and I was having a audio issue.&lt;/p&gt;

&lt;p&gt;The issue was that neither the internal speakers nor the mic worked. There was no audio, and the system had the volume option disabled.&lt;/p&gt;

&lt;p&gt;I found the fix here, in a stackoverflow answer: &lt;a href="https://askubuntu.com/a/1277167"&gt;https://askubuntu.com/a/1277167&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I basically created a file called &lt;code&gt;/etc/modprobe.d/alsa-base.conf&lt;/code&gt;, with the text: &lt;code&gt;options snd-hda-intel model=asus-tuf&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;I still don't understand what the actual issue was or what this file or the text mean. I hope to understand one day. But until then, this solution will have to do&lt;/p&gt;

</description>
      <category>fedora35</category>
      <category>asus</category>
      <category>audio</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
