Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I own a pair of usb powered speakers, and I am having trouble finding how to set the usb speakers as the default output. I found the setting where you can switch the outputs but no where to asssign a default. I took screenshot here:

enter image description here

share|improve this question

1 Answer

You can first view your current default audio device by typing:

pactl stat

And with

pactl list

you can view all your devices.

And with this command

echo "set-default-sink alsa_output.Headset" | pacmd

you can set the default device.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.