QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 530|回复: 0

斑竹救我!

[复制链接]
发表于 2004-2-8 14:18:30 | 显示全部楼层 |阅读模式
notebook with kernel 2.6.1 usb mouse didn't work.

system:fedora core 1.
my notebook's old kernel is 2.4,and all things all right.
I update to kernel 2.6.1 with kernel-2.6.1-1.65.i686.rpm:
#rpm -Uvh kernel-2.6.1-1.65.i686.rpm
#remove /etc/sysconfig/hwconf
#mkdir /sys

        edit /etc/fstab,add:
[code:1]none                    /sys                    sysfs   defaults  0 0[/code:1]

        and here is my   /etc/modprobe.conf:
[code:1]include /etc/modprobe.conf.dist
alias usb-controller uhci_hcd
alias ieee1394-controller ohci1394

# ALSA portion
alias char-major-116* snd
alias snd-card-0 snd-intel8x0
# module options should go here
# OSS/Free portion
alias char-major-14* soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && { /usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove
install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove
[/code:1]

        and /etc/X11/XF86Config:
[code:1]Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "Device" "/dev/input/mice"
        Option            "Protocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"[/code:1]

reboot.
my USB mouse wasn't recognized.
When I check out USB devices in KDE Contol Center...nothing. appears.
but my trackpoint can work.
how can i use my usb mouse??

情况就是这样的啦,触板可以用,但是usb鼠标用不了。
我搜索过很多帖子了,试过很多方法。比如:
modprobe usbcore
modprobe uhci-hcd
modprobe hid
都不行阿。
在2.4内核下kde控制面板中usb设备可以找到,但2.6.1下就找不到了。
斑竹帮帮我阿!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 20:26 , Processed in 0.064859 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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