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

Wifi support ? #24

Open
mikerr opened this issue Aug 17, 2013 · 6 comments
Open

Wifi support ? #24

mikerr opened this issue Aug 17, 2013 · 6 comments

Comments

@mikerr
Copy link

mikerr commented Aug 17, 2013

Anyone already working on setting SSID/psk in raspi-config ?

@ryanteck
Copy link
Contributor

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.

@Stonie
Copy link
Contributor

Stonie commented Aug 19, 2013

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,
Stonie.

@mikerr
Copy link
Author

mikerr commented Aug 19, 2013

Downloading drivers is outside the scope of a config tool IMO

Simple setting of SSID/passwords (often before being in range) is enough

  • I have some code that I'll polish up

@ryanteck
Copy link
Contributor

I know that I got my wireless dongle (Where ever it is sitting around)
working by installing some firmware non free drivers. I assume this could
be the case with many of them.

Thanks -
*
*
Ryan Walmsley
*
*
Email: *[email protected]
*Skype:
Ryanteck
Website:* Http://ryanteck.org.uk*

On 19 August 2013 09:53, Mike Redrobe [email protected] wrote:

Downloading drivers is outside the scope of a config tool IMO

Simple setting of SSID/passwords (often before being in range) is enough

  • I have some code that I'll polish up


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-22858515
.

@asb
Copy link
Owner

asb commented Aug 19, 2013

Sounds good to me. The standard Raspbian build includes all the wifi
firmwares which are packaged for Debian.

On 19 August 2013 09:53, Mike Redrobe [email protected] wrote:

Downloading drivers is outside the scope of a config tool IMO

Simple setting of SSID/passwords (often before being in range) is enough

  • I have some code that I'll polish up


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-22858515
.

@Stonie
Copy link
Contributor

Stonie commented Aug 19, 2013

@ryanteck Looks like you might have been unlucky... what type of adaptor is it? lsusb?

Either way, I think @mikerr is on the right track. ;)

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

No branches or pull requests

4 participants