|
|
发表于 2006-4-27 09:06:00
|
显示全部楼层
我已经解决了无线网卡的问题。
原因是我将无线网卡的驱动放在/etc/sysconfig/modules中了。而缺省情况下,LFS是将modules的加载放在udev的启动前的,因此导致不能正确加载。
ll /mnt/etc/rc.d/rcsysinit.d/
总计 0
lrwxrwxrwx 1 root root 21 2006-04-18 20:01 S00mountkernfs -> ../init.d/mountkernfs
lrwxrwxrwx 1 root root 14 2006-04-18 20:01 [color="Red"]S05udev -> ../init.d/udev
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 [color="Red"]S10modules -> ../init.d/modules
lrwxrwxrwx 1 root root 14 2006-04-18 20:01 S20swap -> ../init.d/swap
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 S30checkfs -> ../init.d/checkfs
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 S40mountfs -> ../init.d/mountfs
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 S50cleanfs -> ../init.d/cleanfs
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 S55hotplug -> ../init.d/hotplug
lrwxrwxrwx 1 root root 18 2006-04-18 20:01 S60setclock -> ../init.d/setclock
lrwxrwxrwx 1 root root 17 2006-04-18 20:01 S70console -> ../init.d/console
lrwxrwxrwx 1 root root 18 2006-04-18 20:01 S80localnet -> ../init.d/localnet
lrwxrwxrwx 1 root root 16 2006-04-18 20:01 S90sysctl -> ../init.d/sysctl
[color="Blue"]红色的部分是我修改过的,原来它们的顺序是反的。因此导致不能加载firmware,原因不明。 |
|