Hey, I've got what I think is a pretty simple question.
What do I need to do to connect to wireless networks from the command line? In other distros I've just need to tpye
When I use iwconfig after entering in the essid, it shows me that I'm not connect to a router and that I don't have an ipv6 address. Is there some other step I need to take to connect?
I should state I don't need new drivers, it is an atheros chip set and I can connect with the GUI tool just fine. I just prefer to use the command line.
What do I need to do to connect to wireless networks from the command line? In other distros I've just need to tpye
Code:
ifconfig wlan0 up iwconfig wlan0 essid ServiceSetIdentifier dhclient wlan0
I should state I don't need new drivers, it is an atheros chip set and I can connect with the GUI tool just fine. I just prefer to use the command line.
Comment