crazy4u 发表于 2005-4-14 14:31:20

我现在用新的文件替换了,没有错误提示,能使用U盘。但是要加载,不能自动弹出U盘。

turingcat 发表于 2005-4-14 21:03:40

可以使用U盘,要加载。yeah
不过开机的时候确实有三行提示找不到usbcore.ko

再见情人 发表于 2005-4-14 23:34:07

没错,我也是仔细修改了的,同楼上所说,我也对照了一下,有和版主上传文件的不同,而且我原来的188行和版主差的太远了,估计和楼上的相同,解压版主上传文件后,覆盖原来的,不能启动,说找不到
rc.sysinit ,后来我解决了,按照版主的, 在我原来的上面把usb相关改掉,其他不动,驱动nvidia需要重新安装,而且不能应用原来NVIDIA-Linux-x86-1.0-7167-pkg1-custom.run, 需要下载未根据内核编译的驱程重新根据新内核安装, 因为依赖作用 我试验过了
升级内核后,usb设备可以自动挂载,未升级前需要手动,modprobe, 其他的就是还是有找不到usbcore.ko 的warning,同flashrunner兄弟的应该在同一个位置出现的,我会继续解决
谢谢楼主关心,虽然不是老手,但也不算太新了,哪些是应该注释掉的,我还明白,只是nvidia驱程我下载的是NVIDIA-Linux-x86-1.0-7167-pkg1-custom.run,需要重新根据新内核下载原来文件,而且以前的电脑都是ati的显卡,这里绕了弯

KDE 发表于 2005-4-15 00:10:09

升级更新你的 initscript 看看。我已更新本帖。

再见情人 发表于 2005-4-15 11:33:20

升级成功。重新安装显卡驱动后,一切问题都已解决,起动时候没有出现查找不到情况,感谢kde,感谢kanker

turingcat 发表于 2005-4-15 13:21:00

现在的那个initscript好像不行吧?装了之后变成这个了?
# Initialize USB controller and HID devices
modprobe usbcore
action $"Initializing USB controller (uhci-hcd): " modprobe uhci-hcd
usb=1

if [ $usb = 1 -a ! -f /sys/bus/usb/devices ]; then
    action $"Mounting USB filesystem: "mount -t usbdevfs usbdevfs /sys/bus/usb
fi

genko 发表于 2005-4-15 20:16:37

以下错误有办法解决吗?
ERROR: Unable to load the kernel module 'nvidia.ko'.This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.

KDE 发表于 2005-4-15 22:09:51

现在的那个initscript好像不行吧?装了之后变成这个了?
# Initialize USB controller and HID devices
modprobe usbcore
action $"Initializing USB controller (uhci-hcd): " modprobe uhci-hcd
usb=1

if [ $usb = 1 -a ! -f /sys/bus/usb/devices ]; then
    action $"Mounting USB filesystem: "mount -t usbdevfs usbdevfs /sys/bus/usb
fi
一定要用这样的命令参数:
rpm -Uvh --force xxx.rpm
你没有能更新你的 rc.sysinit !

KDE 发表于 2005-4-15 22:13:31

以下错误有办法解决吗?
ERROR: Unable to load the kernel module 'nvidia.ko'.This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.

我再次重申:任何硬件驱动都必须在内核升级后重新编译安装!

KDE 发表于 2005-4-15 22:18:53

升级成功。重新安装显卡驱动后,一切问题都已解决,起动时候没有出现查找不到情况,感谢kde,感谢kanker
感谢您的支持。我们现在需要测试 SATA 支持。

turingcat 发表于 2005-4-16 00:47:57

usb没有问题了,可是sata我就没办法帮忙了~我不支持sata~

genko 发表于 2005-4-17 13:24:40

以下错误有办法解决吗?
ERROR: Unable to load the kernel module 'nvidia.ko'.This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.

我再次重申:任何硬件驱动都必须在内核升级后重新编译安装!

我的是重新编译过的?

marwan 发表于 2005-4-17 13:39:02

大虾啊,你害苦我咯!按照你第一楼的方法,MagicLinux不能启动了!!!

:evil: 我的CPU是AMD Athlon 2500+,
我下载http://www.magiclinux.org/dev/final/update/RPMS/kernel-2.6.9-9mgc.athlon.rpm
然后下载:
http://www.magiclinux.org/dev/final/update/RPMS/initscripts-8.0-18mgc.i686.rpm

然后安装:
rpm -Uvh --force *.rpm

重启计算机,MagicLinux不能启动了!!!

出现错误:

pivotroot ....failed
umount /initrd/proc failed

kernel panic -not syncing:No init found

怎么办?!!!

KDE 发表于 2005-4-17 15:18:01

以下错误有办法解决吗?
ERROR: Unable to load the kernel module 'nvidia.ko'.This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.

我再次重申:任何硬件驱动都必须在内核升级后重新编译安装!

我的是重新编译过的?
内核源码也必须更新,这是同步的,出错提示讲得很明确,你使用的内核源码不对。

turingcat 发表于 2005-4-17 16:27:52

大虾啊,你害苦我咯!按照你第一楼的方法,MagicLinux不能启动了!!!

:evil: 我的CPU是AMD Athlon 2500+,
我下载http://www.magiclinux.org/dev/final/update/RPMS/kernel-2.6.9-9mgc.athlon.rpm
然后下载:
http://www.magiclinux.org/dev/final/update/RPMS/initscripts-8.0-18mgc.i686.rpm

然后安装:
rpm -Uvh --force *.rpm

重启计算机,MagicLinux不能启动了!!!

出现错误:

pivotroot ....failed
umount /initrd/proc failed

kernel panic -not syncing:No init found

怎么办?!!!

少下载一个!!!
页: 1 [2] 3 4 5 6 7 8 9 10 11
查看完整版本: 新内核征集测试者(2005.07.20 更新)