Replies: 3 comments 2 replies
-
I have noticed another issue with the sound on my laptop. When I use Bluetooth headphones and the connection is interrupted, the sound settings remain the same, so I don't have any sound. I have to manually go back to the previous speaker settings on my laptop in order to play sounds. It should happen automatically. I believe the sound subsystem should stop playing music if I change the sound output device (headphones, speakers). Android does something similar to that. |
Beta Was this translation helpful? Give feedback.
-
@callagg2 Right-click on the sound applet and select "Output device". Choose your device from the drop-down list that has just opened. |
Beta Was this translation helpful? Give feedback.
-
@callagg2 Compare them with the output of these commands: pacmd list-sinks |
Beta Was this translation helpful? Give feedback.
-
In Linux Mint's Sound Applet, I don't seem to have the option to "easily" select a default sound output.
I currently have three sound outputs:
While I wanted the HDMI to be the default,
because the USB dongle of the wireless headset was plugged in, it would always default to that.
The solution involved the following steps:
sudo xed /etc/pulse/default.pa
Then add the following lines to the file:
Make some devices default
#set-default-sink output
#set-default-source input
set-default-sink alsa_output.pci-0000_00_1b.0.hdmi-stereo-extra1
set-card-profile alsa_card.pci-0000_00_1b.0 output:hdmi-stereo+input:analog-stereo
Whereas in Windows, I can just right click inside the Sound applet and choose the default device.
Maybe Linux Mint could look at simplifying the default option.
Beta Was this translation helpful? Give feedback.
All reactions