- 論壇徽章:
- 0
|
debian:~# iwconfig wlan0 essid "default" key "**********"
debian:~# dhclient wlan0
There is already a pid file /var/run/dhclient.pid with pid 3430
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:19:d2:67:b0:2e
Sending on LPF/wlan0/00:19:d2:67:b0:2e
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.19 -- renewal in 19735 seconds.
--------------------------------------
debian:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
#
iface wlan0 inet dhcp
pre-up ip link set wlan0 up
wireless_essid default
wireless_key "***********"
--------------------------------------
我安裝驅(qū)動(dòng)是通過(guò)這樣:
aptitude install firmware-iwlwifi
modprobe iwl3945
--------------------------------------
請(qǐng)教:
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
藍(lán)色部分是什么原因?qū)е碌哪兀?br />
每次開機(jī)怎么據(jù)沒(méi)有自動(dòng)連接上無(wú)線網(wǎng)絡(luò)? |
|