04-29-2014, 08:00 PM
04-30-2014, 06:45 AM
Menu, Multimedia, Pulseaudio Volume Control. Also check the Help Manual under Hardware, Sound Configuration.
05-28-2014, 07:21 PM
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?
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?
05-28-2014, 08:47 PM
Try this, open a terminal and do:
and add:
to the end of the file and save it.
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.