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

« »