QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1081|回复: 8

intel8x0声卡的问题

[复制链接]
发表于 2005-7-24 10:32:08 | 显示全部楼层 |阅读模式
intel8x0声卡的问题

在fedora4上编译了一个新内核(2.6.12.3),安装好以后,声卡不能用了(原来能用).

在linux加载第一组服务就有提示:snd_intel8x0: unknown parameter ' ',但还是加载上了(OK).
开机好大一会,弹出一个对话框,提示: device /dev/dsp can't be opened (no such file or directory)

然而声卡检测时,却可以检测到:
intel
82801DB(ICH4) AC'97 audio control
snd-intel8x0
但就是听不到声音.
发表于 2005-7-24 19:53:54 | 显示全部楼层
运行alsaconf呢?
回复

使用道具 举报

发表于 2005-7-25 09:17:43 | 显示全部楼层
报上来你的alsa版本。。。
回复

使用道具 举报

发表于 2005-7-25 11:43:13 | 显示全部楼层
很正常,FC检测不到新内核模块配置是正常的(FC就这样)
我估计你内核没有编译好,没有生成snd-intel8x0模块,你编内核时有没有选上opensound里的intel的选项啊?
回复

使用道具 举报

 楼主| 发表于 2005-7-25 17:41:05 | 显示全部楼层
goodboy1881兄:alsa 又装了一遍,版本是:1.0.9

jozhu兄:运行alsaconf,可检测到声卡,到修改声卡配置那一步就卡主了.

shadyslim兄:第一次编译内核时,好像没有选上opensound里的intel的选项,但后来编译的时候选上了,在/lib/modules/2.6.12.3/kernel/sound/下有snd-intel8x0模块.

另外:用2.6.11内核引导,声卡可用,在/dev/下有adsp,audio等设备.
用2.6.12.3引导,在/dev/无adsp,audio等设备.
回复

使用道具 举报

发表于 2005-7-25 18:52:10 | 显示全部楼层
这个好象是新内核的一个BUG?
回复

使用道具 举报

发表于 2005-7-26 19:07:52 | 显示全部楼层
应该不是吧,我也用的是这个内核,声卡也是sigmaTel啊,完全没问题。
回复

使用道具 举报

 楼主| 发表于 2005-7-26 20:02:30 | 显示全部楼层
内核里,声卡怎样配置.详细一些,我的是intel8x0
回复

使用道具 举报

发表于 2005-7-27 14:52:07 | 显示全部楼层
[code:1]# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set

#
# Open Sound System
#
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
CONFIG_SOUND_ICH=y
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_ALI5455 is not set
# CONFIG_SOUND_FORTE is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_AD1980 is not set[/code:1]

这是我的config声卡部分。你试试看。
回复

使用道具 举报

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

本版积分规则

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

© 2021 Powered by Discuz! X3.5.

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