by seawright » Sun Feb 17, 2008 7:37 pm
You should have a default mixer in sound preferences devices.
The patch causes gstreamer to look for a flag which is present in vmix.
Run ossxmix and check that there are vmix controls present in the mixer window.
If not run:
/sbin/lsmod |grep vmix
to check that the vmix module has been loaded into the kernel
If vmix is present, the problem may be that you are using a sound card where vmix is not attached by default.
Edit /usr/lib/oss/conf/vmix.conf
change #vmix1_masterdev=-1
to vmix1_masterdev=0
Don't forget to delete the hash (#)
Save changes and close any audio applications.
Then as root run:
soundoff
soundon
Check in ossxmix again to see if you have any vmix controls.
If controls are now present re-open sound preferences devices and check if a default mixer is present.
regards
Clive