<?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: J. Hart</title>
    <description>The latest articles on DEV Community by J. Hart (@hart87).</description>
    <link>https://dev.to/hart87</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%2F554387%2F4e3ccaba-274a-47ba-891a-d0c54994ed5f.jpeg</url>
      <title>DEV Community: J. Hart</title>
      <link>https://dev.to/hart87</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hart87"/>
    <language>en</language>
    <item>
      <title>Fix "No Wifi Adapter" in Ubuntu 20.04</title>
      <dc:creator>J. Hart</dc:creator>
      <pubDate>Tue, 12 Jan 2021 05:54:31 +0000</pubDate>
      <link>https://dev.to/hart87/fix-no-wifi-adapter-in-ubuntu-20-04-31km</link>
      <guid>https://dev.to/hart87/fix-no-wifi-adapter-in-ubuntu-20-04-31km</guid>
      <description>&lt;p&gt;Was having a great day, everything was working as well as it could be. Suddenly. BANG! "No Wifi Adapter Found" on my Macbook running Ubuntu 20.04. After lots of googling, and trial &amp;amp; error. It worked. I'm writing this in hopes that it will help someone who was in my predicament.&lt;/p&gt;

&lt;p&gt;Step 1 : Find an internet connection. I tethered my phone to macbook with a USB cord.&lt;/p&gt;

&lt;p&gt;Step 2: Open your terminal and run the following :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get purge bcmwl-kernel-source
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get install broadcom-sta-source broadcom-sta-dkms broadcom-sta-common
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then Reboot. Should work. It did for me. Good luck.&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
