You are not logged in.
I can set up wireless and grab an IP address thus:
# iwconfig wlan0 essid "MyEssid" key 0A0A0A0A0A
# dhcp wlan0But it does not come up automatically when I boot. I have this is /etc/rc.conf
eth0="dhcp"
wlan0="dhcp"
wlan_wlan0="wlan0 essid MyEssid key 0A0A0A0A0AWhat have I missed?
Cheers.
Offline
Closing quote?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Install wicd and wicd-gtk, then add wicd to your daemons in /etc/rc.conf.Now just reboot or run "sudo /etc/rc.d/wicd start"
Also set your network in wicd to auto-connect, or, like ewaller said add the closing quote
Last edited by unilx (2011-04-26 18:35:06)
Offline