|
发表于 2010-10-31 09:24:25
|
显示全部楼层
我也遇到过类似问题,我的原因在于自己编译内核时没有加上正确的codec驱动
我的声卡:- stesen@debian:~$ lspci|grep -i audio
- 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
复制代码 我的codec模块:- stesen@debian:~$ grep -i codec /proc/asound/Intel/codec#0
- Codec: Conexant CX20561 (Hermosa)
复制代码
选上conexant的codec驱动,就ok了 |
|