Code:
#ossinfo
....
Number of audio devices: 8
Number of audio engines: 8
Number of MIDI devices: 0
Number of mixer devices: 2
Device objects
0: pcm0 HDA Sigmatel STAC9274D PCM #0 Analog
at cad 2 nid 1 on hdac0
1: pcm1 HDA Sigmatel STAC9274D PCM #1 Digital
at cad 2 nid 1 on hdac0
MIDI devices (/dev/midi*)
Mixer devices
0: pcm0:mixer (Mixer 0 of device object 0)
1: pcm1:mixer (Mixer 0 of device object 1)
Audio devices
pcm0:play:dsp0.p0 /dev/dsp0.p0 (device index 0)
pcm0:virtual:dsp0.vp0 /dev/dsp0.vp0 (device index 1)
pcm0:virtual:dsp0.vp1 /dev/dsp0.vp1 (device index 2)
pcm0:record:dsp0.r0 /dev/dsp0.r0 (device index 3)
pcm0:virtual:dsp0.vr0 /dev/dsp0.vr0 (device index 4)
pcm1:play:dsp1.p0 /dev/dsp1.p0 (device index 5)
pcm1:virtual:dsp1.vp0 /dev/dsp1.vp0 (device index 6)
pcm1:virtual:dsp1.vp1 /dev/dsp1.vp1 (device index 7)
Nodes
But when I try to start ossxmix (gtk2.0 already installed from port):
Code:
#ossxmix
SNDCTL_MIX_NRMIX: Invalid argument
Error: OSS version 4.0 or later is required
I tried to google "SNDCTL_MIX_NRMIX: invalid argument" and this sounds like ossxmix can't find the default mixer.
If I start ossmix instead:
Code:
#ossmix
No such file or directory
At this moment in KDE my OSS work fine in mplayer/VLC but only in 2 channel mode only, so I want to fix this with ossxmix/ossmix, please help
I'm using the Intel HD audio with the snd_hda driver complied into the kernel. This used to work flawlessly in FreeBSD 8 and 7 with OSS.