|
发表于 2007-11-5 22:07:53
|
显示全部楼层
声卡问题参照一下。
http://www.linux-ren.org/modules ... ;mode=0&start=0
kernel的文档中/usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt
有关于ALC880的说明,我的笔记本也是ALC8800的HDA声卡,起初只有耳机有声音。
我的解决方法是根据kernel文档的说明,在/etc/modprobe.conf中指定model
即options snd-hda-intel enable=1 index=0 model=z71v
这样声卡就可以正常工作了。model=根据kernel的文档和具体硬件情况修正。
Model name Description
---------- -----------
ALC880
3stack 3-jack in back and a headphone out
3stack-digout 3-jack in back, a HP out and a SPDIF out
5stack 5-jack in back, 2-jack in front
5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
6stack 6-jack in back, 2-jack in front
6stack-digout 6-jack with a SPDIF out
w810 3-jack
z71v 3-jack (HP shared SPDIF)
asus 3-jack
uniwill 3-jack
F1734 2-jack
lg LG laptop (m1 express dual)
lg-lw LG LW20 laptop
test for testing/debugging purpose, almost all controls can be adjusted. Appearing only when compiled with
$CONFIG_SND_DEBUG=y
auto auto-config reading BIOS (default) |
|