-
Notifications
You must be signed in to change notification settings - Fork 337
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
Wifi support ? #24
Comments
I assume it would be possible but Raspbian / Operating systems would require either extra packages as default or an wired connection to setup to download all of the major drivers. |
A lot of wifi drivers are available as modules: https://github.com/raspberrypi/linux/blob/rpi-3.2.27/arch/arm/configs/bcmrpi_defconfig I guess once you have a working adaptor it's just a matter of writing out a wpa supplicant config file? http://linux.die.net/man/5/wpa_supplicant.conf I would have a look at the wifi tool included with the raspbian desktop; you might get some ideas from there. Good luck! Cheers, |
Downloading drivers is outside the scope of a config tool IMO Simple setting of SSID/passwords (often before being in range) is enough
|
I know that I got my wireless dongle (Where ever it is sitting around) Thanks - On 19 August 2013 09:53, Mike Redrobe [email protected] wrote:
|
Sounds good to me. The standard Raspbian build includes all the wifi On 19 August 2013 09:53, Mike Redrobe [email protected] wrote:
|
Anyone already working on setting SSID/psk in raspi-config ?
The text was updated successfully, but these errors were encountered: