Dan Murphy’s Blogs

You have to grow up - But you can be immature your whole life

 

Automatic WiFi setup/Detection

Posted by: Dan | Posted in: Linux How-To's

To make wireless card bootup automatically

edit /etc/network/interfaces
add:
auto eth1
iface eth1 inet dhcp
wireless-mode managed
wireless-essid ’ssid goes here’
wireless-key ‘key goes here’

eth1 is your network interface
essid is your network ssid

Leave a Reply