|
|
T61上的无线和有线网卡都已经rc-update add default了,另外装了ifplugd管理,/etc/conf.net/net文件:
config_eth0="192.168.1.12 netmask 255.255.255.0 brd 192.168.1.255"
routes_eth0="default via 192.168.1.1"
ifplugd_eth0="..."
ifplugd_eth0="--api-mode=wlan"
plug_timeout="10"
modules="wpa_supplicant"
iwconfig_wlan0="mode managed"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=60
config_wlan0="192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255"
routes_wlan0="default via 192.168.1.1"
但是系统启动的时候出现提示:
* Bringing up interface eth0
* Starting ifplugd on eth0...
[ ok ]
* Backgrounding ...
* WARNING: net.eth0 has started, but is inactive
* Bringing up interface wlan0
* Starting wpa_supplicant on wlan0...
[ ok ]
* Starting wpa_cli on wlan0...
[ ok ]
* Backgrounding ......
* WARNING: net.wlan0 has started, but is inactive
* WARNING: netmount is scheduled to start when net.eth0, net.wlan0 has started
有些程序就没法启动了,比如sshd和mldonkey:
* WARNING: sshd is scheduled to start when net.eth0 has started
* WARNING: mldonkey is scheduled to start when net.eth0 has started
请问还有什么地方可以设置的吗? |
|