土曜日, 10月 14, 2006

Life: iwi driver works!!

The iwi driver works with dhcp when I executed wificonfig command with "rover" in essid.


# wificonfig -i iwi0 connect rover
wificonfig: connecting to essid 'rover'
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
iwi0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 0.0.0.0 netmask 0
ether 0:16:6f:*:*:*
# ifconfig iwi0 auto-dhcp
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
iwi0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet *.*.*.* netmask ffff0000 broadcast *.*.255.255
ether 0:16:6f:*:*:*
#