-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wlan0 interface missing #2274
Comments
|
@pelwell : I have just fixed it. I was missing /lib/firmware/brcm/brcmfmac43430-sdio.txt too, but modprobe will silently load the module anyway and the interface was still missing. Bad thing to do, if you ask me. Anyhow, for future reference (and in case you can include the firmware by default):
|
Who creates this distribution? Raspbian (including Lite) uses systemd on Jessie and Stretch.
/lib/firmware/brcm is present in a standard Raspbian Jessie/Stretch Lite image, so my theory is that whatever removed systemd also removed the firmware. |
@pelwell : I removed most of systemd stuff, it's simply Raspbian LITE, not another specific distro. |
If you can show me a Raspbian Lite image less than a year old without the /lib/firmware/brcm directory then feel free to re-open this issue. |
It may have been my fault, since it's a modified system, so don't worry. And sorry for making you wasting time on this. Thanks :) |
I have a similar issue using a CM3 connected to a wifi module WSDSB-104GNI(BT).
the wlan0 interface is missing. oin order to enable it I need to remove and then insert the brcmfmac module using the commands:
After that I see the folling messaged on dmesg:
How can I solve this issue? |
I'm also seeing the same behavior as @mimmoLinino on a RPi 3B. |
On a normal WiFi Pi, where the circuitry is known to be good, a failure to start like this is almost certainly caused by a lack of power. Power demands are often at their highest during booting when everything is being started at the same time. After booting, run "vcgencmd get_throttled". A result other than "0x0" will indicate a soft-error condition - probably under-voltage. A 3B requires a full 2.5A supply - be careful with the choice of cables as well, as these can often introduce significant losses (one of the many things I've learnt in 4 years at Pi is how bad cheap USB cables can be, and how good ones can easily get damaged). If you have any additional hardware attached, try removing that while rebooting to see if WiFi starts up correctly. |
Hi,
It seems that, with latest kernels/firmwares, I am missing the wlan0 interface after doing:
sudo modprobe brcmfmac
It used to work well, but now I got in dmesg:
So I went and downloaded brcmfmac43430-sdio.bin to /lib/firmware/brcm/brcmfmac43430-sdio.bin.
Now, dmesg won't have any complains from modprobe, but wlan0 is still absent.
Any ideas on what is going on here, please?
The text was updated successfully, but these errors were encountered: