Changing the default sound card in Kubuntu
After adding a PCI soundcard to my machine for the purposes of having a gameport my Kubuntu 7.04 install wasn’t always choosing to use the on-board Intel chip for sound meaning I could near nothing. The solution seems to be the following
sudo asoundconf list
Names of available sound cards:
au8830
Intelsudo asoundconf set-default-card Intel
sudo /etc/init.d/alsa-utils restart
* Shutting down ALSA… [ OK ]
* Setting up ALSA … [ OK ]
You’ll also need to restart any apps to get sound, there is no need to reboot to get Amarok working ![]()
Rowan :: May.02.2007 :: Linux, Quick Solutions :: 1 Comment »










Thank you!