Audio, agaiin

Code:
cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC1220 (Rear Analog 5.1/2.0)> (play/rec)
pcm1: <Realtek ALC1220 (Front Analog Mic)> (rec)
pcm2: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm4: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm5: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm6: <USB audio> (play/rec) default
pcm7: <USB audio> (rec)
No devices installed from userspace.
This situation worked for me before. I have two icons to start the sysctl so I can change to my headphone (usb) or reverse it.
Since this evening it only uses pcm0

Anyone??
 
Last edited by a moderator:
pcm6: <USB audio> numa-domain 0 on uaudio0
uaudio0: HID volume keys found.

This is shown in the dmesg
 
I've got it partially working. It seems both the boxes and the headset ( usb ) must be located on the same hub.

Code:
cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC1220 (Rear Analog 5.1/2.0)> (play/rec) default
pcm1: <Realtek ALC1220 (Front Analog Mic)> (rec)
pcm2: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm4: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm5: <NVIDIA (0x0093) (HDMI/DP 8ch)> (play)
pcm6: <USB audio> (play/rec)
pcm7: <USB audio> (rec)
No devices installed from userspace.

I will need to see if this works for both devices
 
Last edited by a moderator:
Back
Top