View previous topic :: View next topic |
Author |
Message |
dervishe n00b
Joined: 21 Apr 2013 Posts: 11
|
Posted: Wed Apr 06, 2016 12:15 am Post subject: [solved] wifi chipset not detected on rPi 3 |
|
|
i've install gentoo on a raspberry Pi 3. The version of the kernel sources is 4.1.20-v7+. All works fine except for the wifi. When i load the module brcmfmac, it is loaded without complaint but the wifi chips isn't recognize nor detected. For the kernel config, i use the one from the latest raspbian /proc/config.gz.
(I tried also with 4.2 and 4.3 kernels but no more result)
As with the raspbian, the chip is detected, i know it works. I get the several firmware from the package linux-firmware and i've got the one i need /lib/firmware/brcm/brcmfmac4330-sdio.bin
releveant lsmod content:
Code: | brcmfmac 177627 0
brcmutil 5493 1 brcmfmac
cfg80211 405047 1 brcmfmac
rfkill 16028 1 cfg80211
|
Any idea ?
Thanks for your help
Last edited by dervishe on Thu Jul 28, 2016 4:17 pm; edited 1 time in total |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Fri Apr 08, 2016 12:02 pm Post subject: |
|
|
Does dmesg say anything about your wifi? I think kernel 4.1 is too old for the wifi chip in the RPi 3.
Also, you need both brcmfmac43430-sdio.bin and brcmfmac43430-sdio.txt in /lib/firmware/brcm/
If it still doesn't work, try the precompiled 4.4 kernel image and modules from https://github.com/raspberrypi/firmware/tree/next |
|
Back to top |
|
|
dervishe n00b
Joined: 21 Apr 2013 Posts: 11
|
Posted: Mon Apr 11, 2016 9:20 pm Post subject: |
|
|
Thanks for your reply.
dmesg just say:
Code: | usbcore: registered new interface driver brcmfmac |
The strange thing is the raspbian use the 4.1 kernel. But i tried 4.2 and 4.3 too without more success...
i tries also to use the firmware files (.bin and .txt) from the latest raspbian but no more success |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Mon Apr 11, 2016 9:22 pm Post subject: |
|
|
I know for a fact that the 4.4 precompiled image works, because I used it on my RPi 3 and it detected the wireless chip properly. |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Fri Jul 08, 2016 4:04 pm Post subject: |
|
|
chithanh wrote: |
...and it detected the wireless chip properly. |
How can I install it?
Thx
ma _________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Fri Jul 08, 2016 4:25 pm Post subject: |
|
|
You download the kernel image from the github link above and place it in the boot partition.
Also you need the kernel modules from the modules/ directory and place them in /lib/modules |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Fri Jul 08, 2016 4:41 pm Post subject: |
|
|
Thanks for the fast response.
I'll try it today.
thx
ma _________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Sat Jul 09, 2016 11:04 am Post subject: |
|
|
No wireless interfaces found
_________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54667 Location: 56N 3W
|
Posted: Sat Jul 09, 2016 2:36 pm Post subject: |
|
|
Marlo,
You also need the firmware and brcmfmac43430-sdio.txt in /lib/firmware/brcm/ _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Fri Jul 15, 2016 3:02 pm Post subject: |
|
|
I did this:
sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
reboot
No wifi available.
I bought a new rp3, used the same MicroSD card aaaand
now it works again.
A hardware fault after 4 months use! _________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
dervishe n00b
Joined: 21 Apr 2013 Posts: 11
|
Posted: Thu Jul 28, 2016 4:16 pm Post subject: |
|
|
I finally succeeded to setup the wifi chipset with the firmwares:
brcmfmac4330-sdio.bin
brcmfmac43430-sdio.bin
brcmfmac43430-sdio.txt |
|
Back to top |
|
|
|