|
|

楼主 |
发表于 2007-9-17 20:05:54
|
显示全部楼层
按照楼上的办法没解决,后将来interfaces配置改成
iface eth1 inet dhcp
wireless-essid XbqZqj
wireless-key ABCDEF123456789ABCDEF12345
auto eth1
allow-hotplug eth1
然后将/etc/rcS.d中的ipw3945d连接改成
S40networking以后,的比如S41ipw3945d,重启就好了。
我的整个rcS.d文件内容如下:
birdofprey:/etc/rcS.d# ls -l
total 4
-rw-r--r-- 1 root root 785 Jan 7 2006 README
lrwxrwxrwx 1 root root 18 Sep 11 06:14 S01glibc.sh -> ../init.d/glibc.sh
lrwxrwxrwx 1 root root 21 Sep 11 06:14 S02hostname.sh -> ../init.d/hostname.sh
lrwxrwxrwx 1 root root 24 Sep 11 06:14 S02mountkernfs.sh -> ../init.d/mountkernfs.sh
lrwxrwxrwx 1 root root 14 Sep 11 06:14 S03udev -> ../init.d/udev
lrwxrwxrwx 1 root root 26 Sep 11 06:14 S04mountdevsubfs.sh -> ../init.d/mountdevsubfs.sh
lrwxrwxrwx 1 root root 18 Sep 11 06:14 S05bootlogd -> ../init.d/bootlogd
lrwxrwxrwx 1 root root 19 Sep 11 06:14 S05keymap.sh -> ../init.d/keymap.sh
lrwxrwxrwx 1 root root 16 Sep 11 06:30 S07hdparm -> ../init.d/hdparm
lrwxrwxrwx 1 root root 22 Sep 11 06:14 S10checkroot.sh -> ../init.d/checkroot.sh
lrwxrwxrwx 1 root root 20 Sep 11 06:14 S11hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx 1 root root 17 Sep 11 06:14 S12mtab.sh -> ../init.d/mtab.sh
lrwxrwxrwx 1 root root 24 Sep 11 06:14 S18ifupdown-clean -> ../init.d/ifupdown-clean
lrwxrwxrwx 1 root root 27 Sep 11 06:14 S20module-init-tools -> ../init.d/module-init-tools
lrwxrwxrwx 1 root root 26 Sep 11 06:14 S25libdevmapper1.02 -> ../init.d/libdevmapper1.02
lrwxrwxrwx 1 root root 20 Sep 11 06:14 S30checkfs.sh -> ../init.d/checkfs.sh
lrwxrwxrwx 1 root root 19 Sep 11 06:14 S30procps.sh -> ../init.d/procps.sh
lrwxrwxrwx 1 root root 19 Sep 11 07:02 S31hibernate -> ../init.d/hibernate
lrwxrwxrwx 1 root root 21 Sep 11 06:14 S35mountall.sh -> ../init.d/mountall.sh
lrwxrwxrwx 1 root root 18 Sep 11 06:30 S36discover -> ../init.d/discover
lrwxrwxrwx 1 root root 31 Sep 11 06:14 S36mountall-bootclean.sh -> ../init.d/mountall-bootclean.sh
lrwxrwxrwx 1 root root 19 Sep 11 06:14 S36udev-mtab -> ../init.d/udev-mtab
lrwxrwxrwx 1 root root 18 Sep 11 01:01 S38pppd-dns -> ../init.d/pppd-dns
lrwxrwxrwx 1 root root 18 Sep 11 06:14 S39ifupdown -> ../init.d/ifupdown
lrwxrwxrwx 1 root root 20 Sep 11 06:14 S40networking -> ../init.d/networking
lrwxrwxrwx 1 root root 16 Sep 11 06:15 S40pcmcia -> ../init.d/pcmcia
lrwxrwxrwx 1 root root 21 Sep 11 06:15 S40pcmciautils -> ../init.d/pcmciautils
lrwxrwxrwx 1 root root 24 Sep 11 02:28 S41ipw3945d -> ../init.d/ipw3945d-start
lrwxrwxrwx 1 root root 17 Sep 11 06:29 S43portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 21 Sep 11 06:14 S45mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx 1 root root 31 Sep 11 06:14 S46mountnfs-bootclean.sh -> ../init.d/mountnfs-bootclean.sh
lrwxrwxrwx 1 root root 27 Sep 11 06:14 S48console-screen.sh -> ../init.d/console-screen.sh
lrwxrwxrwx 1 root root 20 Sep 11 06:30 S50alsa-utils -> ../init.d/alsa-utils
lrwxrwxrwx 1 root root 21 Sep 11 06:14 S55bootmisc.sh -> ../init.d/bootmisc.sh
lrwxrwxrwx 1 root root 17 Sep 11 06:14 S55urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 20 Sep 11 06:23 S70x11-common -> ../init.d/x11-common
lrwxrwxrwx 1 root root 14 Sep 11 06:30 S75sudo -> ../init.d/sudo
lrwxrwxrwx 1 root root 30 Sep 11 06:14 S99stop-bootlogd-single -> ../init.d/stop-bootlogd-single
birdofprey:/etc/rcS.d# |
|