QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 573|回复: 3

有时linux不能正常启动

[复制链接]
发表于 2003-9-17 02:27:47 | 显示全部楼层 |阅读模式
linux启动时到了出现绿色的ok时有时不能正常启动
到了usb那里时就停住不动了
然后只能强行关机后重启(重启后正常进x window)
可是下次开机又变成那样,得关机后重新启动才行
我装的是rh 9.0
在acer TM 233的notebook上装的
请问有没有人知道是什么原因????
发表于 2003-9-17 12:39:29 | 显示全部楼层
如果你没有usb设备
你可以修改一下/etc/rc.d/rc.sysinit
把usb那一段注释掉

用启动盘启动

修改一下,注意备份

我就注释掉了,如下:

[code:1]# Initialize USB controller and HID devices
#usb=0
#if ! LC_ALL=C grep -iq "nousb" /proc/cmdline 2>/dev/null && ! LC_ALL=C grep -q "usb" /proc/devices 2>/dev/null ; then
#    aliases=`/sbin/modprobe -c | awk '/^alias usb-controller/ { print $3 }'`
#    if [ -n "$aliases" -a "$aliases" != "off" ]; then
#      modprobe usbcore
#      for alias in $aliases ; do
#              [ "$alias" != "off" ] && action $"Initializing USB controller ($alias): " modprobe $alias
#      done
#      [ $? -eq 0 -a -n "$aliases" ] && usb=1
#    fi
#fi

#if ! LC_ALL=C grep -iq "nousb" /proc/cmdline 2>/dev/null && LC_ALL=C grep -q "usb" /proc/devices 2>/dev/null ; then
#  usb=1
#fi

#if [ $usb = 1 -a ! -f /proc/bus/usb/devices ]; then
#    action $"Mounting USB filesystem: "  mount -t usbdevfs usbdevfs /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`
#    LC_ALL=C grep 'hid' /proc/bus/usb/drivers || action $"Initializing USB HID interface: " modprobe hid 2> /dev/null
#    action $"Initializing USB keyboard: " modprobe keybdev 2> /dev/null
#    action $"Initializing USB mouse: " modprobe mousedev 2> /dev/null
#fi[/code:1]
回复

使用道具 举报

 楼主| 发表于 2003-9-17 12:42:04 | 显示全部楼层
在bios中禁用可以吗?
有一个USB的鼠标
还有就是有时没有那个问题出现

就是重启后就蛮好了
但是下次再启动后就又不行了
回复

使用道具 举报

发表于 2003-9-17 13:02:13 | 显示全部楼层
你换鼠标试试
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-19 03:05 , Processed in 0.036410 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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