HowTo get "Broadcom 802.11abgn Wireless SDIO Adapter" to work
I´ve managed to get wifi to work on Asus Transformer Book T200.
You have to install working firmware in /lib/firmware/brcm.
The firmware is copied from android x86 system image.
brcmfmac43340-sdio.bin and brcmfmac43340-sdio.txt
Link to firmware: https://drive.google.com/file/d/0Bw48SUwMONXDQWZiX3YxT1h5RTA/view?usp=sharing !
- Mount read write: sudo mount -o remount, rw /
- Copy files from the brcm.zip: sudo cp * /lib/firmware/brcm
- Reload:
sudo rmmod brcmfmac
sudo modprobe brcmfmac
This was the trick! :)
Comments
2 comments
-
Hey Darwin,
I'm trying to install drivers as well. What don't you understand? All of this is to be done in a shell.
How to Open a Shell:
1. With Chrome open (or not?), press Ctrl+Alt+T
2. Type "shell" in the prompt (omit quotes when typing)
You should be in the shell. All that Torbjörn said, from "Mount Read-Write" to "Reload" should be entered into the shell.
Enter your password when prompted for it (e.g. when using a command with "sudo" in it).
Please sign in to leave a comment.
ChromeOS Flex is replacing CloudReady, so this community is no longer accepting new comments.
Please visit the ChromeOS Flex Help Community to post any new questions or thoughts! You can still link back to this or other pages in this community in order to reference past conversations.