gongcon 发表于 2004-1-6 12:01:43

2.6.0内核问题

刚装完2.6.0内核,感觉速度快了,但是不知为什么,网络就是起不来(用原来的2.4.21就没问题)

yourockey 发表于 2004-1-6 12:17:25

原来的(fro 2.4)内核模块加载工具已经不适用新的内核模块了,下载新的工具:
Module-Init-Tools
-----------------
o<ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/>

BTW,busybox-pre5(最好通过CVS获取,官方发布版有点问题,CVS中已解决)可同时支持2.4和2.6模块

gongcon 发表于 2004-1-8 14:35:56

能详细解说吗?

Dragonfly 发表于 2004-1-11 09:06:16

download that module-init-tool and compile and install.

if u use redhat. then u need to check iptables.

gongcon 发表于 2004-1-12 12:20:08

I found that not only the network doesn't work, but the filesystem has problems. The new kernel cannot see files created by the old one, and when I mount the fat32 partition, the system said the kernel didn't surport vfat.
Is it the module problem either?

gongcon 发表于 2004-1-12 12:22:26

PS: Since the new kernel cannot see the whole filesystem, I'm not able to run the module-init-tool.

gongcon 发表于 2004-1-16 05:26:59

I'm not able to find the solution in this forum, so please tell me the detail how to solve this problem. Thanks a lot.

yourockey 发表于 2004-1-16 10:52:42

首先解决文件系统问题:
    如果内核不支持fat32,编译内核时将vfat和fat模块加入内核(注意vfat需要fat支持)。
    如果内核已支持fat32,那就好办了,先在2.4.21下将module-init-tool 编译并安装好。
    重新启动就应该一切OK了。

Dragonfly 发表于 2004-1-16 12:30:34

if u can not get u module load done. try to compile what u need into kernel by choosing Y

gongcon 发表于 2004-1-17 01:20:28

I have already build the fat32 support in the 2.6 kernel. Anyway, I'll try to make the module-init-tool in 2.4.

gongcon 发表于 2004-1-19 08:00:47

I successfully installed Module-init-tools 0.9.14 and recompiled the kernel 2.6.0. Unfortunately, the system cannot boot now -- kernel panic :no init found,try passing init=option to kernel.

I used the install CDROM to boot and found that there was no hda in /dev, and chroot was not able to be found.

Please help!!!!!!!!!!!!!!!!!!!!!!!!
页: [1]
查看完整版本: 2.6.0内核问题