|
发表于 2009-9-22 00:59:21
|
显示全部楼层
在/etc/pulse/default.pa找到:
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect.so
load-module module-hal-detect
.else
在这几行前面加上:
load-module module-alsa-sink device=dmixed rate=44100
load-module module-alsa-source device=dsnooped
dmixed和dsnooped是我在/etc/asound.conf 定义的。
还是把我的/etc/asound.conf贴出(当然也是抄人家的):
里面有pa和jack等内容,加上无碍。 |
|