Raspberry Pi 3 no wifi
I just installed a fresh install of Raspbian and I clicked the wifi icon but it said that there are no wireless devices. I'm using a wifi adapter as a temporary solution. I typed ifconfig and the ifconfig -a but only eth0 and lo came up.
Re: Raspberry Pi 3 no wifi
Does "fresh install" mean a recently downloaded image? Have you done an update?greg123 wrote:I just installed a fresh install of Raspbian and I clicked the wifi icon but it said that there are no wireless devices. I'm using a wifi adapter as a temporary solution. I typed ifconfig and the ifconfig -a but only eth0 and lo came up.
Code: Select all
sudo apt-get update
sudo apt-get upgrade
3B+ & 4B4G Running RPi OS Bookworm w/ Desktop
Re: Raspberry Pi 3 no wifi
I have this same issue, downloaded and installed raspbian from the image named 2016-02-26-raspbian-jessie.img Install went just fine, I set the wifi region using raspi-config, but clicking the networking icon shows "No wireless interfaces found" Dmesg doesn't report any wlan interfaces, no messages about brcm firmware are printed, though the firmware seems to be present in /lib/firmware/brcm. Here's the output from lsmod:
Code: Select all
Module Size Used by
bnep 10336 2
hci_uart 13533 1
btbcm 4196 1 hci_uart
bluetooth 317981 22 bnep,btbcm,hci_uart
cfg80211 407580 0
rfkill 16036 3 cfg80211,bluetooth
sg 18023 0
evdev 10278 4
snd_bcm2835 19802 3
snd_pcm 73474 1 snd_bcm2835
snd_timer 18848 1 snd_pcm
snd 50779 9 snd_bcm2835,snd_timer,snd_pcm
uio_pdrv_genirq 2944 0
uio 7753 1 uio_pdrv_genirq
i2c_dev 5671 0
fuse 80694 3
ipv6 338660 36
Last edited by piuser13 on Thu Mar 17, 2016 4:36 pm, edited 1 time in total.
Re: Raspberry Pi 3 no wifi
Run rpi-update to get the latest firmware version 4.1.19. It will disable the WiFi power management automatically.
Re: Raspberry Pi 3 no wifi
I ran rpi-update last night, no changes. I also manually disabled wifi power management, still not even appearing.
I'm not entirely sure what the symptoms of the power management bug are. The symptoms I'm experiencing look like the device isn't even present, no kernel modules are loaded, and none of the iw/ifconfig style commands even show it.
To be clear, my issue isn't that I can't get the wifi to join a network, or that it drops connections periodically. Raspbian isn't even reporting that the physical device exists.
I'm not entirely sure what the symptoms of the power management bug are. The symptoms I'm experiencing look like the device isn't even present, no kernel modules are loaded, and none of the iw/ifconfig style commands even show it.
To be clear, my issue isn't that I can't get the wifi to join a network, or that it drops connections periodically. Raspbian isn't even reporting that the physical device exists.
Re: Raspberry Pi 3 no wifi
I also have a similar problem in my new Raspberry Pi 3 which I bought 3 days ago. Bluetooth is working using Bluetooth blueman manager. I can't view wifi networks in range. I have Wicd and network manger. There are 2 computers connected to each other on top, when I click it, it shows "No Wireless Interfaces Found". It only works through Bluetooth teacher from android and Ethernet Cable. My raspbian version is Raspbian Jessie. I have updated and upgraded it also. Still I can't find a solution and also no wifi icon is there in top right-corner and no wifi config icon on Desktop.there is only WasteBin icon on desktop and nothing else.
Please tell Me. Your help will be appreciated.
Regards,
DcRPi3
Please tell Me. Your help will be appreciated.


Regards,
DcRPi3
- DougieLawson
- Posts: 42748
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Raspberry Pi 3 no wifi
Get NOOBS 1.9 or Raspbian Jessie 2016-03-18 and either of those should fix your WiFi problems (assuming the hardware is working).
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
-
- Posts: 304
- Joined: Tue Nov 27, 2012 4:37 am
Re: Raspberry Pi 3 no wifi
I also had the problem "no wifi at all" i.e. 'ifconfig -a' didn't even show 'wlan0'.
What helped me was to simply install 'firmware-brcm80211'.
Works great now
What helped me was to simply install 'firmware-brcm80211'.
Works great now

- Zombie Virus
- Posts: 10
- Joined: Mon Mar 21, 2016 1:05 am
Re: Raspberry Pi 3 no wifi
Same issue, going to try out the solution.
Re: Raspberry Pi 3 no wifi
Try this
sudo touch /etc/network/if-up.d/wlan0
sudo chmod +x /etc/network/if-up.d/wlan0
sudo echo -e '#!/bin/bash\niwconfig wlan0 power off' > /etc/network/if-up.d/wlan0
sudo touch /etc/network/if-up.d/wlan0
sudo chmod +x /etc/network/if-up.d/wlan0
sudo echo -e '#!/bin/bash\niwconfig wlan0 power off' > /etc/network/if-up.d/wlan0
Re: Raspberry Pi 3 no wifi
FWIW, I had also "lost" the Wi-Fi adapter in my Pi 3. Bluetooth was still working... kernel modules and firmware were fine... I banged my head on the wall for a couple of hours!
The problem was with the dtoverlay=sdhost,overclock_50=100 line I had added to my config.txt to (supposedly) overclock the microSD card slot. After removing it, wlan0 is there again. If I add it back, no more wlan0.
So my suggestion to anyone with a missing Wi-Fi adapter on a Pi 3 : Double check and disable any config.txt tweaks!
The problem was with the dtoverlay=sdhost,overclock_50=100 line I had added to my config.txt to (supposedly) overclock the microSD card slot. After removing it, wlan0 is there again. If I add it back, no more wlan0.
So my suggestion to anyone with a missing Wi-Fi adapter on a Pi 3 : Double check and disable any config.txt tweaks!

Re: Raspberry Pi 3 no wifi
I have a 3.0 here in service
Just did the noobs thing
Wlan0 was there
Andrew
Just did the noobs thing
Wlan0 was there
Andrew
-
- Posts: 1
- Joined: Sat May 21, 2016 10:21 pm
Re: Raspberry Pi 3 no wifi
Hello Everyone
As I am also new to raspberry pi, and I have purchased a raspberry pi 3B.
I want to connect my board to WiFi router in STA mode, but it is always showing "No Wireless Interfaces Found". I have also already done as per mentioned in the thread above and have tried dozens of ways mentioned on web but they are of no use till yet.
If someone finds a solution to this problem. Please help.
As I am also new to raspberry pi, and I have purchased a raspberry pi 3B.
I want to connect my board to WiFi router in STA mode, but it is always showing "No Wireless Interfaces Found". I have also already done as per mentioned in the thread above and have tried dozens of ways mentioned on web but they are of no use till yet.
If someone finds a solution to this problem. Please help.
Re: Raspberry Pi 3 no wifi
It is easier to use an external USB adapter, since the antenna on the board is not that great.
Use "lshw | more" to list all hardware. The | more allows you to use the space bar to go to the next page. hwinfo will also show it.
If the Wifi driver was not blocked from running. Iwconfig should show it.
Keep this as a quick reference. http://www.binarytides.com/linux-comman ... ware-info/
Use "lshw | more" to list all hardware. The | more allows you to use the space bar to go to the next page. hwinfo will also show it.
If the Wifi driver was not blocked from running. Iwconfig should show it.
Keep this as a quick reference. http://www.binarytides.com/linux-comman ... ware-info/
Ren: Now listen, Cadet. I've got a job for you. See this button? Ren: Don't touch it! It's the History Eraser button, you fool! Stimpy: So what'll happen? Ren: That's just it. We don't know. Maybe something bad, maybe something good.
-
- Posts: 1
- Joined: Mon Jun 20, 2016 12:35 am
Re: Raspberry Pi 3 no wifi
I'm seeing this issue as well. No bluetooth, no wifi on my raspberry pi 3. I tried installing rasbian latest build available on downloads from May, I've tried using NOOBS, and I did the rpi-upgrade as well as using apt-get update / upgrade.
I do see this in systemctl list-units
hciuart.service loaded failed failed Configure Bluetooth Modems
I've got nothing plugged into this thing right now, and it's a vanilla install. I have just an ethernet cable plugged in and a monitor.
I do see this in systemctl list-units
hciuart.service loaded failed failed Configure Bluetooth Modems
I've got nothing plugged into this thing right now, and it's a vanilla install. I have just an ethernet cable plugged in and a monitor.
Re: Raspberry Pi 3 no wifi
Hi , same here new image and no Wifi or bluetoth on pi 3
I've tryed Noobs installation and same problema
Is that na hardware problem?
Best Regards
Henrique
I've tryed Noobs installation and same problema
Is that na hardware problem?
Best Regards
Henrique
- HawaiianPi
- Posts: 7867
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Raspberry Pi 3 no wifi
bgibson710 wrote:I'm seeing this issue as well. No bluetooth, no wifi on my raspberry pi 3. I tried installing rasbian latest build available on downloads from May, I've tried using NOOBS, and I did the rpi-upgrade as well as using apt-get update / upgrade.
I do see this in systemctl list-units
hciuart.service loaded failed failed Configure Bluetooth Modems
I've got nothing plugged into this thing right now, and it's a vanilla install. I have just an ethernet cable plugged in and a monitor.
What are you using for a power supply? If you are using a phone charger, or anything with less than a 2A rating, get a better PSU. The recommended power supply unit for the Pi3 is 5.1V, 2.5A.Riri wrote:Hi , same here new image and no Wifi or bluetoth on pi 3
I've tryed Noobs installation and same problema
Is that na hardware problem?
Best Regards
Henrique
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups, and where is that annoying music coming from?
lots of pop-ups, and where is that annoying music coming from?
Re: Raspberry Pi 3 no wifi
Hi, just in case it might help.
I was following this tutorial https://www.sunfounder.com/wiki/index.p ... spberry_Pi
Basically, after editing the sudo nano /boot/config.txt file and setting
device_tree=on
broke my wireless on the next reboot. Deleting that line solved the issue.
I was following this tutorial https://www.sunfounder.com/wiki/index.p ... spberry_Pi
Basically, after editing the sudo nano /boot/config.txt file and setting
device_tree=on
broke my wireless on the next reboot. Deleting that line solved the issue.
Re: Raspberry Pi 3 no wifi
Im having the same issue, however I have a stock install of retropie 3.8.1. I did perform the updates through the system but I have not manually changed anything at command line. I also tried NOOBS raspbarian, and it is doing the same thing there so I believe it transcends operating systems.
-
- Posts: 1
- Joined: Fri Sep 09, 2016 4:57 pm
Re: Raspberry Pi 3 no wifi
Hi, I just got my raspberry pi 3 from my FYP supervisor. I have not much knowledge of it yet. Just downloaded NOOBS v1.9 on my com and transferred to the SD card. However my raspberry pi can't connect to the wifi . During recovery mode I can't click the wifi network and when it start, there is no wireless interfaces found.
PS: I already did sudo apt-get update/upgrade
PS: I already did sudo apt-get update/upgrade
Re: Raspberry Pi 3 no wifi
I am using the compass image and have the same problem untill i did this
edit etc/dhcpcd.conf at the bottom put denyinterfaces wlan0
then i edited the etc/network/interfaces file and added the lines
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "yourroutername"
wpa-psk "yourpass"
allow-hotplug wlan0
auto wlan1
iface wlan0 inet dhcp
wpa-ssid "yourroutername"
wpa-psk "yourpass"
allow-hotplug wlan1
edit etc/dhcpcd.conf at the bottom put denyinterfaces wlan0
then i edited the etc/network/interfaces file and added the lines
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "yourroutername"
wpa-psk "yourpass"
allow-hotplug wlan0
auto wlan1
iface wlan0 inet dhcp
wpa-ssid "yourroutername"
wpa-psk "yourpass"
allow-hotplug wlan1
-
- Posts: 18
- Joined: Sun Sep 11, 2016 6:07 pm
Re: Raspberry Pi 3 no wifi
I had this same issue before. I suggest you instal a package called
wpa-gui. It should be able to help scan for networks and helped in my situation
wpa-gui. It should be able to help scan for networks and helped in my situation
- jjsanderson
- Posts: 22
- Joined: Wed Oct 17, 2012 11:45 am
Re: Raspberry Pi 3 no wifi
Just to note (and bump this thread) that the 'can't find interface' issue remains for me with the latest Raspbian (September 2016 / Pixel). Circumstances:
I think I've read all the threads on this, but the majority of messages are about failure to find or join a network. This is a failure to find the interface, and while it doesn't seem to be widespread generally, it's completely endemic for us.
- Clean install of Raspbian (or NOOBS) to a Pi3.
- Wifi interface found and functions correctly.
- [time passes. Could be a month, could be a few hours.]
- Wifi icon in menu bar reverts to broken network image; mouseover text reads "No wireless interface found".
- OS updates don't appear to solve the problem, but:
- Wipe and clean install of card (usually) does. Repeat from first step.
I think I've read all the threads on this, but the majority of messages are about failure to find or join a network. This is a failure to find the interface, and while it doesn't seem to be widespread generally, it's completely endemic for us.
Re: Raspberry Pi 3 no wifi
What is the output of dmesg after the wifi device disappears?
Rockets are loud.
https://astro-pi.org
https://astro-pi.org