Linux USB multiseat audio support
Here’s how to add audio support on top of the previous instructions for getting USB multiseat running on Linux, with a Plugable UD-160-A type device. Add the following line to the bottom of the /lib/udev/rules.d/50-usbseat.rules file created per the previous instructions. KERNEL==”control*”, SUBSYSTEM==”sound”, SUBSYSTEMS==”usb”, PROGRAM=”/bin/cat /sys/%p/../../../../../devnum”, SYMLINK+=”usbseat/%c/sound” Then create a new /etc/X11/Xsession.d/50usbseat file which will […]