Hello,
I cannot find correct /dev/dsp* devices. I work with FreeBSD 13.2-RELEASE. Virtual_oss is enable and running, moreover :
But only few device are mapped to dsp devices :
Hence I cannot use "pcm7" device as sound output. On dsp 0 it works but
leave me without sound.
Is there something to do?
Thanks.
I cannot find correct /dev/dsp* devices. I work with FreeBSD 13.2-RELEASE. Virtual_oss is enable and running, moreover :
Code:
% cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC255 (Analog 2.0+HP/2.0)> (play/rec) default
pcm1: <Realtek ALC255 (Analog)> (play/rec)
pcm2: <NVIDIA (0x0092) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0092) (HDMI/DP 8ch)> (play)
pcm4: <NVIDIA (0x0092) (HDMI/DP 8ch)> (play)
pcm5: <NVIDIA (0x0092) (HDMI/DP 8ch)> (play)
pcm6: <USB audio> (rec)
pcm7: <USB audio> (play)
Installed devices from userspace:
dsp: <Virtual OSS> (play/rec)
But only few device are mapped to dsp devices :
Code:
% ls /dev/dsp*
/dev/dsp /dev/dsp.ctl /dev/dsp0.0 /dev/dsp0.1
Hence I cannot use "pcm7" device as sound output. On dsp 0 it works but
virtual_oss_cmd /dev/vdsp.ctl -f /dev/dsp7
leave me without sound.
Is there something to do?
Thanks.