graffitici
Posts: 6
Joined: Wed Apr 10, 2013 4:36 am

Wireless configuration management

Fri Apr 19, 2013 5:19 am

Hi all,

I'm working on a headless project that requires the RaspberryPi to be connected to a wireless source. I wrote scripts that will connect to the right network, run wpa_supplicant, dhclient etc... However, the system is fairly unstable. For insance, if the connection to the AP is lost, it doesn't reconnect, and do a DHCP request.

Is there a method of automating these wireless settings? I found the netcfg project, but it doesn't exist on the Debian system?

Any thoughts would be appreciated!
Best,
Berk

JasonN
Posts: 2
Joined: Sat Apr 06, 2013 12:48 am

Re: Wireless configuration management

Sun Apr 21, 2013 10:42 pm

Berk, you could have a look at wicd this seems to work better for me.

Code: Select all

sudo apt-get install wicd
You can find out more about the package here http://packages.debian.org/sid/wicd

graffitici
Posts: 6
Joined: Wed Apr 10, 2013 4:36 am

Re: Wireless configuration management

Wed May 01, 2013 4:39 am

Thanks a lot for the input! Wicd also came up in my research. I also found out about NetworkManager and Connman. NetworkManager seems like a very comprehensive project mainly to be used in GNOME. Connman on the other hand was written specifically for embedded devices, so I'll give that a try as well!

Thanks again!

Return to “General discussion”