Though all sound output works almost nice (except some weird hangups when I receive 'Device busy' error) I just can't get my mic working.
The mic itself is proved to work. The hardware part of the sound card is working too (was working under XP).
I'm sure the problem is in vmix0-in channel, which is marked as 0:0 in ossmix. When I'm trying to adjust its value ossmix says 'Control vmix0-in is write protected'.
I've read in this forum that vmix isn't working under freebsd but I can say that this is wrong: I'm using the /dev/dsp8 device in arts/KDE -
Code: Select all
# ls -l /dev/dsp8
lrwxr-xr-x 1 root wheel 19 3 июн 14:10 /dev/dsp8 -> /dev/oss/vmix0/pcm0
# ls -l /dev/oss/vmix0/pcm0
crw-rw-rw- 1 root wheel 0, 107 3 июн 14:10 /dev/oss/vmix0/pcm0
Is there any way to adjust this value ? If this is a compiled default - is there any way to recompile it with a proper settings ?
If I am wrong, then how else can I get my mic working ?
Thanks.