LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: myduron

编译2.6.1-r3内核问题集中提问,请热心的朋友帮忙回答

[复制链接]
 楼主| 发表于 2004-1-15 17:15:35 | 显示全部楼层
最初由 Debentoo Gao 发表
内核还是要拷贝的;)


知道了,谢谢大侠!现在滚轮不能用,有何高见?;)
 楼主| 发表于 2004-1-15 17:28:33 | 显示全部楼层
# lsmod
Module                  Size  Used by
pcips2                  2688  0
psmouse                18412  0

# ls /dev/psaux -l
lr-xr-xr-x    1 root     root           10 2004-01-16  /dev/psaux -> /dev/mouse

XFr86Config-4内容:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "ImPS/2"
        Option      "Device" "/dev/psaux"
EndSection

到底哪里不行?
发表于 2004-1-15 17:39:24 | 显示全部楼层
其实让鼠标滚轮动起来很简单,我加上了红色那一行以后立马就搞定了,我用的是光电鼠标,USB接口的
Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "rotocol" "ImPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
EndSection
 楼主| 发表于 2004-1-15 17:52:47 | 显示全部楼层
果然!谢谢!什么原因呢?和内核编译有关吗?
发表于 2004-1-15 18:01:38 | 显示全部楼层
那一行就是告诉X你的鼠标是“5键”鼠标,其实就是我们说的滚轮鼠标了,和内核没什么关系
 楼主| 发表于 2004-1-15 20:51:48 | 显示全部楼层
谢谢大家,现在声卡还不能发声。

# lsmod|grep snd
snd_cmipci             26516  0
snd_pcm                88164  1 snd_cmipci
snd_page_alloc          9092  1 snd_pcm
snd_opl3_lib            9248  1 snd_cmipci
snd_timer              21732  2 snd_pcm,snd_opl3_lib
snd_hwdep               7200  1 snd_opl3_lib
snd_mpu401_uart         5984  1 snd_cmipci
snd_rawmidi            20224  1 snd_mpu401_uart
snd_seq_device          6440  2 snd_opl3_lib,snd_rawmidi
snd                    47364  8 snd_cmipci,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7136  1 snd

也不知道怎么加载了那么多?

我在/etc/modules.autoload.d/kernel-2.6里面加入了snd_cmipci。其他都没有加,怎么跑出那么多声卡相关模块?

下面是声卡设置:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2004-1-15 20:54:15 | 显示全部楼层
Generic devices:全空
ISA devices:全空
ALSA USB devices:空

在PCI devices里面只选择CMI声卡。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2004-1-15 21:23:10 | 显示全部楼层
单击喇叭出来错误:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2004-1-15 21:40:23 | 显示全部楼层
你用的是alsa声卡驱动吧。我当时做LFS 时也没有搞定CMI声卡的alsa驱动程序的安装。后来编译内核时选用inter810和ac97的声卡驱动就可以发声了。你可以试试。
发表于 2004-1-15 21:41:21 | 显示全部楼层
感觉是soundcore编成模块不太对,试着编入内核来试试,设置成*
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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