<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot;]]></title><description><![CDATA[<p dir="auto">Story short. I had installed Raspbian [Full] 64bit via NOOBS on a Pi 4. later I had to use my Pi 3B+, as i couldn’t find the type-C charger. Worked fine. Today after half a year having the pi in the closet, i found out that the internet didn’t work on it. switched to pi 4. Same problem. If i hover the mouse over the wifi icon, I get the message “No wireless interfaces found”. Neither the Ethernet port or wifi works, however Bluetooth are able to turn on.<br />
I see that other people have this problem too, and as i only have installed MagicMirror, I thought it would be alright to post it here, to see if other found a solution other that format and reinstall raspbian.</p>
<p dir="auto">What I did try (without quotation marks, and after = is console output):<br />
“Sudo ifup wlan0” =<br />
wpa_suppliant: cannot read contents of /etc/wpa_suppliant/wpa_suppliant.config<br />
run-parts: /etc/network/if-pre-up.d/wpasuppliant exited with return code 1<br />
ifup: failed to bring up wlan0</p>
<p dir="auto">“sudo ifdown wlan0” =<br />
ifdown: interface wlan0 not configured</p>
<p dir="auto">“sudo rfkill” =<br />
ID  TYPE              DEVICE      SOFT               HARD<br />
0    wlan              phy0          unblocked     unblocked<br />
1    Bluetooth     hci0           blocked          unblocked</p>
<p dir="auto">I will keep updated on how it goes.</p>
]]></description><link>https://forum.magicmirror.builders/topic/13271/raspberry-pi-3b-and-4-no-wireless-interfaces-found</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 21:24:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13271.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Jul 2020 19:48:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Thu, 16 Jul 2020 00:29:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a> no idea. as I said, I don’t use noobs because of all this extra setup I don’t want to learn</p>
]]></description><link>https://forum.magicmirror.builders/post/78582</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78582</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Jul 2020 00:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Thu, 16 Jul 2020 00:23:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/78580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78580</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Thu, 16 Jul 2020 00:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Thu, 16 Jul 2020 00:14:24 GMT]]></title><description><![CDATA[<p dir="auto">I did some digging around the net, and kinda got wifi working again. Wifi itself works fine. I can do <code>sudo iwlist wlan0 scan</code>, and see surrounding wifi. However the drop-down list on the panel does not work.<br />
What i did to get my wifi working to this point was changing the <code>/etc/network/interfaces</code> file to</p>
<pre><code>auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
</code></pre>
<p dir="auto">I found out I had some spelling errors like <code>.config</code> instead of <code>.conf</code> and found a default Buster Wpa_supplicant.conf file</p>
<p dir="auto">here is my new <code>Sudo ifconfig</code></p>
<pre><code>eth0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500
        inet 192.168.87.198  netmask 255.255.255.0  broadcast 192.168.87.255
        inet6 fe80::dea6:32ff:fe20:55bf  prefixlen 64  scopeid 0x20&lt;link&gt;
        ether dc:a6:32:20:55:bf  txqueuelen 1000  (Ethernet)
        RX packets 1775  bytes 510729 (498.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1633  bytes 972722 (949.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73&lt;UP,LOOPBACK,RUNNING&gt;  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10&lt;host&gt;
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 275  bytes 80411 (78.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 275  bytes 80411 (78.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500
        inet 192.168.87.199  netmask 255.255.255.0  broadcast 192.168.87.255
        inet6 fe80::dea6:32ff:fe20:55c0  prefixlen 64  scopeid 0x20&lt;link&gt;
        ether dc:a6:32:20:55:c0  txqueuelen 1000  (Ethernet)
        RX packets 20  bytes 2957 (2.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 32  bytes 5653 (5.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
</code></pre>
<p dir="auto">Everything works, even ethernet, except for the wifi drop-down menu (shown below)<br />
<img src="/assets/uploads/files/1594858063122-raspberry-pi-4-4.jpg" alt="Raspberry Pi 4(4).jpg" class=" img-fluid img-markdown" /><br />
If I hover the mouse over it it says “connection to dhcpcd lost”<br />
If I click on it, it says “No wireless interfaces found”<br />
Can not really find anymore answers to this problem.<br />
Have i disabled something somewhere?</p>
]]></description><link>https://forum.magicmirror.builders/post/78579</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78579</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Thu, 16 Jul 2020 00:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Wed, 15 Jul 2020 19:51:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a> rfkill?</p>
<p dir="auto">sudo ifconfig<br />
will list the network interfaces</p>
]]></description><link>https://forum.magicmirror.builders/post/78563</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78563</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 15 Jul 2020 19:51:38 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Wed, 15 Jul 2020 19:34:15 GMT]]></title><description><![CDATA[<p dir="auto">Now that i look this post through, I saw that rfkill says “wlan”. Is it possible, that my Pi looks for wlan0 and not wlan, and therefore not being able to find it?</p>
]]></description><link>https://forum.magicmirror.builders/post/78559</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78559</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Wed, 15 Jul 2020 19:34:15 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Wed, 15 Jul 2020 16:12:36 GMT]]></title><description><![CDATA[<p dir="auto">I guess I have to do that.<br />
I have used a lot of time compiling and makeing things forward/backwards compatible python wise. Is there a way to save and transfer that?</p>
]]></description><link>https://forum.magicmirror.builders/post/78550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78550</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Wed, 15 Jul 2020 16:12:36 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Wed, 15 Jul 2020 14:33:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a><br />
install it without noobs.  Noobs has given me problems in one way or another when I have used it.  The issues range from a lot of things depending on what you are doing …</p>
<p dir="auto">Go get the raspbian desktop image and just use that … it is just as easy to install as noobs and more than likely you will have working wifi when finished.</p>
<p dir="auto">If you have another sd card (and dont want to erase your noobs one) just try it out on a second card… you will get it going.</p>
]]></description><link>https://forum.magicmirror.builders/post/78545</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78545</guid><dc:creator><![CDATA[majik655]]></dc:creator><pubDate>Wed, 15 Jul 2020 14:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Tue, 14 Jul 2020 21:09:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a> I never use noobs</p>
]]></description><link>https://forum.magicmirror.builders/post/78516</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78516</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 14 Jul 2020 21:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Tue, 14 Jul 2020 21:02:28 GMT]]></title><description><![CDATA[<p dir="auto">I can try and take a picture in Noobs Recovery and upload it.</p>
]]></description><link>https://forum.magicmirror.builders/post/78515</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78515</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Tue, 14 Jul 2020 21:02:28 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Tue, 14 Jul 2020 20:59:42 GMT]]></title><description><![CDATA[<p dir="auto">In Noobs the is one with “32 bit” at the end, and that’s not the one i have have installed. My raspbian version in Buster, if that helps.<br />
what I have:<br />
Camera   Enabled<br />
SSH          Enabled<br />
VNC          Enabled<br />
SPI           Disabled<br />
I2C           Enabled<br />
Serial Port   Disabled (greyed out)<br />
1-wire      Disabled<br />
Remote GPIO Disabled</p>
<p dir="auto">I also can’t select Wifi Country code. It keeps forgetting it after clicking on ok<br />
If i do it through <code>sudo raspi-config</code> I get “Could not communicate with wpa_suppliant” followed with “There was an error running option I4 Change wi-fi Country”<br />
This is what I got, when I run: dmesg | grep brcmfmac<br />
<img src="/assets/uploads/files/1594760253577-raspberry-pi-4-2-resized.jpg" alt="Raspberry Pi 4(2).jpg" class=" img-fluid img-markdown" /><br />
Is this as it should be?<br />
Thanks for helping me with this.</p>
]]></description><link>https://forum.magicmirror.builders/post/78514</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78514</guid><dc:creator><![CDATA[Blauenfeldt]]></dc:creator><pubDate>Tue, 14 Jul 2020 20:59:42 GMT</pubDate></item><item><title><![CDATA[Reply to Raspberry Pi 3B+ and 4 &quot;No wireless interfaces found&quot; on Tue, 14 Jul 2020 20:26:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blauenfeldt" aria-label="Profile: Blauenfeldt">@<bdi>Blauenfeldt</bdi></a> are u sure this is 64 bit? Cause pi os is supposed to be64 bit &amp; not ready yet.</p>
<p dir="auto">In the. Menu top left select preferences, interfaces I think, to turn on networking.</p>
]]></description><link>https://forum.magicmirror.builders/post/78509</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78509</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 14 Jul 2020 20:26:39 GMT</pubDate></item></channel></rss>