QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: KDE

新内核征集测试者(2005.07.20 更新)

[复制链接]
发表于 2005-4-14 14:31:20 | 显示全部楼层
我现在用新的文件替换了,没有错误提示,能使用U盘。但是要加载,不能自动弹出U盘。
回复

使用道具 举报

发表于 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的显卡,这里绕了弯
回复

使用道具 举报

 楼主| 发表于 2005-4-15 00:10:09 | 显示全部楼层
升级更新你的 initscript 看看。我已更新本帖。
回复

使用道具 举报

发表于 2005-4-15 11:33:20 | 显示全部楼层
升级成功。重新安装显卡驱动后,一切问题都已解决,起动时候没有出现查找不到情况,感谢kde,感谢kanker
回复

使用道具 举报

发表于 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
回复

使用道具 举报

发表于 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.
回复

使用道具 举报

 楼主| 发表于 2005-4-15 22:09:51 | 显示全部楼层
[quote:94361f1716="turingcat"]现在的那个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[/quote]
一定要用这样的命令参数:
rpm -Uvh --force xxx.rpm
你没有能更新你的 rc.sysinit !
回复

使用道具 举报

 楼主| 发表于 2005-4-15 22:13:31 | 显示全部楼层
[quote:28f82dcae0="genko"]以下错误有办法解决吗?
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.[/quote]

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

使用道具 举报

 楼主| 发表于 2005-4-15 22:18:53 | 显示全部楼层
[quote:7bc09d5199="再见情人"]升级成功。重新安装显卡驱动后,一切问题都已解决,起动时候没有出现查找不到情况,感谢kde,感谢kanker[/quote]
感谢您的支持。我们现在需要测试 SATA 支持。
回复

使用道具 举报

发表于 2005-4-16 00:47:57 | 显示全部楼层
usb没有问题了,可是sata我就没办法帮忙了~我不支持sata~
回复

使用道具 举报

发表于 2005-4-17 13:24:40 | 显示全部楼层
[quote:76a29032ba="KDE"][quote:76a29032ba="genko"]以下错误有办法解决吗?
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.[/quote]

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

我的是重新编译过的?
回复

使用道具 举报

发表于 2005-4-17 13:39:02 | 显示全部楼层
大虾啊,你害苦我咯!按照你第一楼的方法,MagicLinux不能启动了!!!

我的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

怎么办?!!!
回复

使用道具 举报

 楼主| 发表于 2005-4-17 15:18:01 | 显示全部楼层
[quote:15e1899ba8="genko"][quote:15e1899ba8="KDE"][quote:15e1899ba8="genko"]以下错误有办法解决吗?
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.[/quote]

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

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

使用道具 举报

发表于 2005-4-17 16:27:52 | 显示全部楼层
[quote:941fc79323="marwan"]大虾啊,你害苦我咯!按照你第一楼的方法,MagicLinux不能启动了!!!

我的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

怎么办?!!![/quote]

少下载一个!!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-26 02:46 , Processed in 0.105095 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表