|
每次启动系统时都显示如下信息:
$ cat /var/log/rc.log
rc boot logging started at Fri Sep 11 06:21:16 2009
* Setting system clock using the hardware clock [Local Time]...
[ ok ]
* Autoloaded 0 module(s)
* Checking local filesystems ...
/dev/sda3: clean, 893588/3940352 files, 12362991/15731651 blocks
/dev/sda1: clean, 41/40160 files, 38647/160616 blocks
/dev/sda4: clean, 302/897600 files, 741621/3584503 blocks
[ ok ]
* Remounting root filesystem read/write...
[ ok ]
* Updating /etc/mtab...
[ ok ]
* Mounting local filesystems...
[ ok ]
* Setting hostname to Thinkpad.T41...
[ ok ]
* Configuring kernel parameters...
[ ok ]
* Creating user login records...
[ ok ]
* Cleaning /var/run...
[ ok ]
* Wiping /tmp directory...
[ ok ]
* Setting terminal encoding [UTF-8]...
[ ok ]
* Setting console font [default8x16]...
[ ok ]
* Loading key mappings [us]...
[ ok ]
* Setting keyboard mode [UTF-8]...
[ ok ]
* Bringing up interface lo
* Loaded modules: apipa arping bonding tuntap ccwgroup macchanger macnet wpa_supplicant ssidnet ifconfig autoipd pppd system ip6to4
* 127.0.0.1/8...
[ ok ]
* Adding routes
* 127.0.0.0/8 via 127.0.0.1...
[ ok ]
* Bringing up interface eth0
* Loaded modules: apipa arping bonding tuntap ccwgroup macchanger macnet wpa_supplicant ssidnet ifconfig autoipd pppd system ip6to4
* Configuring eth0 for MAC address 00:2d:80:8d:de:24...
[ ok ]
* null...
[ ok ]
* Bringing up interface eth1
* Loaded modules: apipa arping bonding tuntap ccwgroup macchanger macnet wpa_supplicant ssidnet ifconfig autoipd pppd system ip6to4
* Configuring eth1 for MAC address 00:0d:41:28:a6:6c...
[ ok ]
* Starting wpa_supplicant on eth1...
* Detaching to start `/usr/sbin/wpa_supplicant'...
[ ok ]
* Starting wpa_cli on eth1...
* Detaching to start `/usr/bin/wpa_cli'...
[ ok ]
* Backgrounding ......
[color="Red"]* WARNING: net.eth1 has started, but is inactive
* Mounting USB device filesystem [usbfs]...
[ ok ]
* Activating swap devices...
[ ok ]
* Initializing random number generator...
[ ok ]
rc boot logging stopped at Thu Sep 10 22:21:21 2009
以下是网卡的设置:
$ cat /etc/conf.d/net
# /etc/conf.d/net
modules_eth1="wpa_supplicant"
wpa_supplicant_eth1="-Dwext"
modules_eth1="!plug"
config_eth1="172.16.20.19 netmask 255.255.255.0 broadcast 172.16.20.255"
config_ppp0="ppp"
associate_timeout_ppp0=30
link_ppp0="eth1"
plugins_ppp0="pppoe"
username_ppp0='100033231557'
password_ppp0='dAgtdsff'
pppd_ppp0="updetach
noauth
defaultroute
ipcp-accept-remote
ipcp-accept-local
holdoff 3
lcp-echo-interval 15
lcp-echo-failure 3"
depend_ppp0(){
need net.eth1
}
dns_servers_ppp0="202.106.0.20"
config_eth0="null"
#config_eth0="172.16.20.18 netmask 255.255.255.0 broadcast 172.16.20.255"
$cat /etc/wpa_supplicant/wpa_supplicant.conf
#/etc/wpa_supplicant/wpa_supplicant.conf
update_config=1
ctrl_interface_group=0
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
country=zh_CN
network={
ssid="myhome"
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
priority=5
psk=18349a4c43190a23ef743f644eaa60201273e3ff5c3c03b6030e9db9d53b360d
}
虽然不影响使用,但看着不爽。有没有人能帮我看一下?eth1是 无线的,eth0是有线的,启动eth0时,eth0也是同样的问题。 |
|