Skip to content
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

Add support for Pi 3 WiFi radio #22

Open
foxbunny opened this issue Apr 10, 2016 · 2 comments
Open

Add support for Pi 3 WiFi radio #22

foxbunny opened this issue Apr 10, 2016 · 2 comments

Comments

@foxbunny
Copy link
Contributor

The Pi 3 WiFi is a Broadcom BCM43438.

More info here.

Note: Raspbian loads brcmfmac for wifi

@foxbunny foxbunny self-assigned this Apr 10, 2016
@foxbunny foxbunny added this to the 4.0 milestone Apr 10, 2016
@foxbunny
Copy link
Contributor Author

Required SDIO support which is disabled in the current kernel config.

EDIT: This option is for Soft-MAC devices that are usually PCI. The chip that's on Pi3 is likely a Full-MAC, which uses a different option that is already enabled.

@foxbunny
Copy link
Contributor Author

Appears the binary firmware for brcmfullmac43430 is missing from the linux-firmware package. Found one in RPi-Distro/firmware-nonfree repo (license is here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant