[Pkg-alsa-devel] Bug#590606: Bug#590606: alsa-base: No sound because of 2 USB devices. Order variable at each boots

Elimar Riesebieter riesebie at lxtec.de
Wed Jul 28 17:18:31 UTC 2010


* yellow [100727 21:08 +0200]:
> Package: alsa-base
> Version: 1.0.23+dfsg-1
> Severity: important
> 
> 
> Dear Sir,
> 
> I like ALSA very much and LINUX visibly there is no SOUNDS in most reboot of my debian testing.
> This is due to the false order in the device ordering, i.e. I may post you the outputs from the command lines:
> 
> I want to have  snd-hda-intel as first sound card, obliged to get any sound with this machine. 
[...]
> $ cat /etc/modprobe.d/sound.conf
> # remove this file if you would like to make alsa automatic and not manual
> ## ALSA portion
> alias char-major-116 snd
> alias snd-card-0 snd-hda-intel
> alias snd-card-3 snd-usb-audio
> alias snd-card-4 snd-usb-audio
> ## module options should go here
> options snd-hda-intel index=0 model=ref
> options saa7134_alsa index=1
> options snd_emu10k1 index=2
> options snd-usb-audio index=3
> options snd-usb-audio index=4
[...]
> --- Begin /proc/asound/cards ---
>  0 [camera         ]: USB-Audio - USB camera
>                       USB camera at usb-0000:00:1d.0-1.6, full speed
>  1 [SAA7134        ]: SAA7134 - SAA7134
>                       saa7134[0] at 0xfbeffc00 irq 17
>  2 [Live           ]: EMU10K1 - SB Live! [Unknown]
>                       SB Live! [Unknown] (rev.10, serial:0x80671102) at 0xe880, irq 16
>  3 [default        ]: USB-Audio - AK5370          

A reasonable /etc/modprobe.d/sound.conf would be

###########
alias snd-card-0 snd_emu10k1
alias snd-card-1 saa7134_alsa
alias snd-card-2 snd-usb-audio
alias snd-card-3 snd-usb-audio
options snd_emu10k1 index=0
options saa7134_alsa index=1
options snd-usb-audio index=2,3
###########

There is no sound device for snd-hda-intel.

Bug closed hereby
Elimar

-- 
  Alles was viel bedacht wird ist bedenklich!;-)
         Friedrich Nietzsche





More information about the Pkg-alsa-devel mailing list