Linux Lite Forums
USB Head sets - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26)
+--- Thread: USB Head sets (/showthread.php?tid=284)



USB Head sets - william_st_ia - 04-29-2014

HI All,
We need the ability to be able to listen to videos with USB head sets.
Where is that set at?


Re: USB Head sets - Valtam - 04-30-2014

Menu, Multimedia, Pulseaudio Volume Control. Also check the Help Manual under Hardware, Sound Configuration.


Re: USB Head sets - william_st_ia - 05-28-2014

This works in the short run.
What we need is if the USB headset is connected that it defaults to it instead of the built-in speakers.
Is there a way in the system settings to edit a file so this is the case?
Is so, what is the file and line that needs edited?


Re: USB Head sets - Valtam - 05-28-2014

Try this, open a terminal and do:

Code:
sudo leafpad /etc/pulse/default.pa

and add:

Code:
load-module module-switch-on-connect

to the end of the file and save it.