RT用的6.10
先按WIKI里的方法装了不起作用。又用如下方法做了
# apt-get install libesd-alsa0
# gedit /etc/asound.conf
改为:
CODE:
pcm.card0 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:0,0"
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}
然后:
CODE:
# killall esd
# cp /etc/esound/esd.conf /etc/esound/esd.conf.DEFAULT
# gedit /etc/esound/esd.conf
改为:
CODE:
[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 2 -d default
spawn_wait_ms=100
# default options are used in spawned and non-spawned mode
default_options=
然后:
CODE:
# ln -fs /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
结果混音倒是实现了
可是音量调节能调节但是音量没有任何变化,该怎么办啊?