- WiFi networks vary in terms of their configuration so you'll have to experiment with the various set_network commands. I found it very helpful to have an Ubuntu laptop (you might be able to use Ubuntu installed on the Cr-48 but it's going to mean lots of rebooting) connect to the Enterprise network first. Once you get it working in Ubuntu make sure "Available to all users" is checked for that WiFi profile. Now look in /etc/NetworkManager/system-connections/ (may need to be root) and you should see a configuration file for that network. Compare the settings in that file with the commands David has, you'll need to tweak his commands to match your network.
- Once you figure out the exact commands necessary to get wpa_cli to connect, you can create a script that does it for you. Save the file to /mnt/stateful_partition. It should look something like:
wpa_cli "set_network 1 ssid "MyWorkSSID"
You'll need to experiment with what works here.
wpa_cli "set_network 1 scan_ssid 1"
...
Be sure to share what works or didn't work for you in the comments (watch that you don't post your password though!)
Okay, I was going to post my experience/thoughts here until Blogger got bored and told me my entry was too long.
ReplyDeleteSO, if you'd like to read my helps/suggestions, please visit my blog.
Thanks, Jay Lee, for all your help with this!!
Okay, everyone, if you're pulling your hair out on this after an hour and you feel like you've tried everything, let me make what may seem like an agonizingly obvious suggestion: double-check your password.
ReplyDeleteI think my school added a new unsecured "guest" network over the weekend, and so I thought something might have changed with our secured network. Nope, I'm pretty confident I was leaving off one character out of the 24 characters lastpass generated for my school password . . .
Ok, I've managed to get it to autoconnect to my school's network on boot using the instructions below.
ReplyDeletehttp://naronick.blogspot.com/2011/02/getting-cr-48-to-connect-to-wpa.html
The cliffs notes are that you can edit /etc/init/login.conf to contain a link to your script
Hi,
ReplyDeleteCould you explain - as in step-by-step - how to:
1) create a script and
2) how to save it to the stateful_partition?
I am not very experienced with terminal etc...
Thanks!
@--S and anyone looking for a step-by-step on how to save your enterprise network configuration, please see my new post, based on Nick's instructions:
ReplyDeletehttp://cougarabogado.blogspot.com/2011/02/how-to-save-your-wpa2-enterprise.html
@Jay or anyone else, it looks to me like on 0.11.257.3 the login.conf file is messed up so that it's missing some closing arguments, and I'm unable to get my .etc/wpa_supplicant/SCRIPT.sh script to run at login.
ReplyDeleteCould you please take a look at /etc/init/login.conf and let me know what you think?
Thanks.
So the David Barrow link seems to need authentication to view the article. Any way around this?
ReplyDeleteIt appears that the latest beta releases now support Enterprise WPA through the GUI.
ReplyDelete