On 24/06/16 03:24, Alex PADOLY wrote:
> The speaker output of my DELL laptop D430 doesn't work, I have sound
> only by the speaker of my laptop. It is impossible to desactive Intel
> sound card by the bios.
> 
> I bought a usb sound card Terratec. I always have a sound on the speaker
> of my laptob but no sound
> 
> on output of usb sound card. I think there is a conflit between Intel
> sound card and usb sound card.

You should be able to blacklist the snd-hda-intel driver in
/etc/hotplug/blacklist.  That ought to prevent the Intel HDA driver from
loading and thus leave you with just the USB audio device.

Secondly, most modern desktops are using PulseAudio these days, there's
a tool, `pasystray` which lets you select the sound device.

Finally, there's asoundrc to configure the default device, have a look
at the output of `cat /proc/asound/cards` to make a note of what ID the
device has, then add a line to your .asoundrc:

> pcm.!default {
>       type hw
>       card YOUR_ID_HERE
> }
> 
> ctl.!default {
>       type hw 
>       card YOUR_ID_HERE
> }

See http://www.alsa-project.org/main/index.php/Asoundrc for more
information.
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to