View Single Post
Old 10-18-2010, 03:46 PM   #2
JohnsonZA
Member
JohnsonZA began at the beginning.
 
Posts: 10
Karma: 12
Join Date: Sep 2010
Device: Kindle 3 3G+Wifi
SSH to your Kindle and run: mntroot rw

You can then put your script in /etc/network/if-up.d/ and edit the /etc/network/interfaces file and add this line at the end of the file after "iface wlan0 inet dhcp"
Quote:
post-up /etc/network/if-up.d/YOURSCRIPT.sh
Remember to chmod +x your script and to mntroot ro when you're done.

You could probably check the SSID in the script to see if you are connecting to your university access point, but that's up to you.

Hope that helps.
JohnsonZA is offline   Reply With Quote