LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2117|回复: 9

Debian 和 USB 鼠标

[复制链接]
发表于 2002-8-13 11:47:11 | 显示全部楼层 |阅读模式
Debian Linux对于USB鼠标的支持似乎不好,我的逻辑光电鼠标,USB接口,我从来没有成功使用过。
我测试了/dev/usb/mouse0 - mouse15 和/dev/input/mouse0 -mouse15 和 /dev/psaux,没有一个设备正常使用。
我的内核已经加入了USB设备的支持。我想请问现在我应该怎么办。
这样看起来,Redhat对于硬件的支持真的还是很好,自动检测我的鼠标类型并且配置。

高手指教!
发表于 2002-8-13 12:23:08 | 显示全部楼层
/dev/input/mice
发表于 2002-8-13 14:33:34 | 显示全部楼层
通过modconf加载或在/etc/modules文件里加入usbmouse、mousedev模块,重新启动不用修改其它配置仍用/dev/psaux
我用的就是usb鼠标
发表于 2002-8-13 21:37:24 | 显示全部楼层
我的滚轮不能用
发表于 2002-8-14 00:35:08 | 显示全部楼层
I use the logitech usb wheel mouse (逻辑光电鼠标),and it works very well .I use the kernel bf2.4 ,It give you more options to configure your usb device.
XF86config-4
......
/dev/input/mice
mouse
Imps/2
.......

Good luck!
 楼主| 发表于 2002-8-14 11:56:15 | 显示全部楼层
还是不成功。我在内核里面加载了usb驱动的,当我拔下或者插上usb鼠标的时候,系统都能够自动检测到这一动作,但是...
发表于 2002-8-14 12:19:04 | 显示全部楼层
usbcore usb-uhci hid usbmouse mousedev
I think you should install these modules when you compile your kernel.
Good luck !
发表于 2002-8-14 13:39:48 | 显示全部楼层
你的是用的debian么?
我用的逻辑光电鼠标
我的解决方法
在/etc/modules文件里加入usbmouse 和mousedev两行
重新启动
kernel 2.4.18,什么配置文件也不用改
鼠标可以了,滚轮不能用:(
发表于 2002-8-14 15:23:25 | 显示全部楼层
Yes ,I use debian woody3
I suggest add usb-uhci ,hid to /etc/modules

/etc/modules on my machine:

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

usb-uhci
input
nbd
lp
agpgart
emu10k1-gp
i2c-core
i2c-dev
i2c-proc
i2c-algo-bit
i2c-algo-pcf
ieee1394
raw1394
evdev
mousedev
i2o_pci
i2o_proc
i2o_block
bsd_comp
ppp_deflate
ppp_synctty
ppp_async
via-rhine
emu10k1
hid
usbmouse
binfmt_aout
binfmt_misc
affs
msdos
nfsd
nls_big5
nls_cp936
nls_gb2312
nls_iso8859-1
nls_utf8
sysv
apm
cpuid
microcode
msr
 楼主| 发表于 2002-8-15 22:51:17 | 显示全部楼层
在众位同志的帮助下,我搞定了USB鼠标了,内核中USB的设备要支持,mousedev要支持。使用/dev/input/mice。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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