Clemens

My /etc/modprobe.conf now contains:
        alias snd-card-0 snd-hda-intel
        options snd-card-0 index=0
        options snd-hda-intel index=0
and and I should add
        options snd-usb-audio index=1
right?

Any idea why has this changed between the two minor kernel revisions though?

Thanks
        Eyal

Clemens Ladisch wrote:
Eyal Lebedinsky wrote:
A recent update to 2.6.23.14-64.fc7 lost sound. The boot log now has
        hda-intel: Error creating card!
        HDA Intel: probe of 0000:00:1b.0 failed with error -12

The two lines before:
| usbcore: registered new interface driver snd-usb-audio
| cannot find the slot for index 0 (range 0-0), error: -16

... show that a USB audio device was loaded as the first card (at
index 0), and that the HDA device doesn't load because it tries to go
to the same index.

Use the sound card configuration utility of your distribution to
configure the USB audio device to be the second device, or add the line
  options snd-usb-audio index=1
to /etc/modprobe.conf.

HTH
Clemens

--
Eyal Lebedinsky ([EMAIL PROTECTED])
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to