lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 01 Feb 2008 09:56:12 +0100
From:	Clemens Ladisch <clemens@...isch.de>
To:	Eyal Lebedinsky <eyal@...l.emu.id.au>
CC:	list linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: 2.6.23.14 snd_hda_intel problem

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ