-
Notifications
You must be signed in to change notification settings - Fork 656
wireless connection #1149
Comments
The default RancherOS kernel doesn't contain any wireless drivers. There should be a system service for installing these in the next release. RancherOS networking configuration might also need a few fields added to properly support wireless. This part could be done manually until these fields are added. |
yes that would be really helpful. |
Once again, what a pity! hypriot do a great job on raspberry pi, but push swarm ahead (ok many of them work at docker); it might be nice to have rancheros on pi with k8s instead! but for that, I would like to have a private net and a public net, so I need the wifi card. I hope this time it will be integrated in 0.8 and not postponed to 0.9 or 0.10. |
We're trying. Honestly it's quite hard to support a raspberry pi when it's not your primary objective. We are getting there. |
I do highly recommend hypriot, they do an excellent job at this. |
Hi Darren, |
So wireless is still coming. We decided we needed to release 0.7 earlier than expected. That is the only reason why this is assigned to v0.8.0. So the timeframe didn't change, just the release number. |
awesome, I look forward to it! |
Wireless is working with kernel-extras enabled. Added a wpagui container to manage it successfully. |
Concerning wireless to come, will networking configuration allow Access Point mode ? |
@fribes that probably depends on what contributions are made to implement it. |
Really looking forward to wireless capabilities for the RPi3 + Rancher OS. Thanks for all your great work this far, very appreciated! |
Given that OS is at v1 already, is there any documentation on how to get this set up, or is it still not ready? I have a Pi and want to set up Wifi. |
my release's focus for v1.1.0 is making VMware support solid - we're still working on server side usage, so RPI and desktop are things that are mostly in the "if you want it, please help make it happen" phase. That said, today I'm working on getting the docker engines up to date on ARM and ARM64, and was looking into the auto_resize problem, and an ARM64 img for RPI3 - but I don't have that much time to devote to non-server use. |
What's the status on this? |
has this been implemented? I've installed 1.3.0 and ifconfig dos not list wlan0....what is the status of this? |
Is there anywhere we can see what is missing, and what the plan is, in case we want to help make it happen? |
I just checked Pi 3, the modules of brcmfmac and brcmutil are already there. The only thing missing is brcmfmac43430-sdio.bin, the firmware. |
@Magicloud I added the brcmfmac firmware to /lib/firmware/brcm. Is there anything else that needs to be done? |
@mattmccarty Then |
So @Magicloud 's answer almost worked for me on my RPI3b. I had to do one more thing - add "brcmfmac43430-sdio.txt" Here are the steps I followed:
Thanks @Magicloud! You saved me a bunch of time. |
@mattmccarty Ah, that text file, I forgot had it before. Thanks for the summary. |
any update on this ? Soon 2019 |
Ah that thing with 'brcmfmac43430-sdio' does not work. I'm using the 1.5.0-rc with RPi3B+. 'brcmf_sdio_htclk: HT Avail timeout 1000000... clkctl 0x50' The good question is why 'brcmfmac43455-stdio.bin' and not 43430... EDIT: |
RancherOS Version: (ros os version) 0.5.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) ?baremetal
hi. is it possible to connect to wifi?
i know i need to provide wpa-ssid and wpa-psk to connect.
in ubuntu i just need to edit network interfaces
how do i do this in rancher os?
The text was updated successfully, but these errors were encountered: