reynold 发表于 2003-10-17 17:31:32

USB鼠标在Rh9.0的2.4.22中加载失败!

为了使用NForce2的板栽网卡,编译2.4.22内核,但是我编译完毕后进入系统后,刚开始就有3个USB的选项是Failed
这样导致我USB鼠标不能使用,我在USB选项中基本都勾上的啊,请各位大虾帮个忙,谢谢!

Dragonfly 发表于 2003-10-18 15:04:43

choose all usb as M instead of Y

FH 发表于 2003-10-18 16:13:13

首先证实你已经载入hid, mousedev, kbddev,或者说这几项已经在kernel内。
你可以尝试手动# modprobe usb-uhci(如果你使用intel或via芯片的主板),或者# modprobe usb-ohci(如果你使用其它芯片组)
如果实在不行,尝试重新作为module编译。

dsxl 发表于 2003-10-18 16:23:41

提个建议:
看看
/lib/modules/`uname -r`/kernel/drivers/usb/(好像是这里吧)
下面有没有hcd这个目录,没有的话说明没有编译usb2.0的支持,如果你的usb接口是2.0标准的话这个支持是要选中的吧

reynold 发表于 2003-10-18 19:54:10

楼上的:是这样的,开机有can't locate mousedev 之类的错误提示(全部选y)
后来有次进x-windows居然能用鼠标,不过总觉得不爽
多谢各位大虾帮助哦……

Dragonfly 发表于 2003-10-19 05:38:26

so as gxl117 said, choose M instead of Y, and ignore the scripts error

reynold 发表于 2003-10-19 09:29:01

我又重新编译了内核2.4.22,这次是成功了,usb选项全部正确,没有一项是failed(参考2.4.20-8内核的鼠标,uhci,ohci都有),但是进x-windows鼠标却不能用了

Dragonfly 发表于 2003-10-19 11:48:14

u change what options?

reynold 发表于 2003-10-19 12:12:37

没有改变什么,导入了2.4.20-8的config,只是添加了Nvidida chpiest support
而鼠标的配置和2.4.20-8中一样(2.4.20-8,鼠标肯定能用的)

reynold 发表于 2003-10-19 17:54:11

再编译,把USB鼠标的选择都M,make dep,bzIamge……
哈哈,这次成功了,虽然是花了一个周末,但是学到了不少东西
在这儿也感谢各位大虾的帮忙!

Dragonfly 发表于 2003-10-21 00:31:37

try again. deselect some in usb options and see what are exactly u need. u will learn more. or u can lsmod and see what is loaded and needed.
:-D
页: [1]
查看完整版本: USB鼠标在Rh9.0的2.4.22中加载失败!