понедельник, 7 сентября 2009 г.

AR5413

apt-get update

apt-cache search wifi

apt-get install...


CODE: SELECT ALL
# ifconfig ath0 up
# iwlist ath0 scan


Select/copy the MAC address of the network you want to connect to, noting the ESSID and the channel, then..

CODE: SELECT ALL
# iwconfig ath0 ap
# iwconfig ath0 essid
# iwconfig ath0 channel
# dhclient ath0


This should get an IP address (verify with ifconfig ath0.) Then, make sure you have nameserver entries in your /etc/resolv.conf. I use the following, it's a Comcast DNS that works great:

CODE: SELECT ALL
nameserver 4.2.2.2

Комментариев нет:

Отправить комментарий