QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 682|回复: 1

USB问题

[复制链接]
发表于 2005-4-4 11:11:00 | 显示全部楼层 |阅读模式
我的机子是intel的芯片组 ,PIV2.8GHz,512M,GF440(64M)

可是USB怎么也搞不定

这是我的rc.sysinit关于加载USB的一段,哪位高人可以帮我看看

modprobe usbcore 2>/dev/null
for USBDEV in ehci uhci ohci;do
        if modprobe "$USBDEV"-hcd >/dev/null 2>&1 ; then
                if grep "$USBDEV"_hcd /proc/bus/pci/devices >/dev/null; then
                        action $"Initializing USB controller ("$USBDEV"-hcd): " /bin/true
                        usb=1
                        break
                else
                        rmmod "$USBDEV"-hcd >/dev/null 2>&1
                fi
        else
                if grep "$USBDEV"_hcd /proc/bus/pci/devices >/dev/null ; then
                        action $"Initializing USB controller ("$USBDEV"-hcd): " /bin/true
                        usb=1
                        break
                fi
        fi
done

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

needusbstorage=
if [ $usb = "1" ]; then
    needusbstorage=`LC_ALL=C grep -e "^I.*Cls=08" /proc/bus/usb/devices 2>/dev/null`
    action $"Initializing USB HID interface: " modprobe usbhid > /dev/null 2>&1
#    action $"Initializing USB keyboard: " modprobe usbkbd 2> /dev/null
#    action $"Initializing USB mouse: " modprobe usbmouse 2> /dev/null
fi


if [ -f /fastboot ] || LC_ALL=C grep -iq "fastboot" /proc/cmdline 2>/dev/null ; then
        fastboot=yes
fi

if [ -f /fsckoptions ]; then
        fsckoptions=`cat /fsckoptions`
fi

我原来在redhat9内核升级到2.6.8下USB可以用

起动的时候显示

Initializing USB controller (ehci-hcd) OK
Mounting USB filesystem: OK

但是没有显示Initializing USB HID interface

我怎么改也不行。
 楼主| 发表于 2005-4-4 17:11:13 | 显示全部楼层
:-(  :-(  :-(  没人回答吗?没有USB很不方便。麻烦哪位高人帮忙解决一下啊。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-26 15:26 , Processed in 0.109556 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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