On Thu, 2006-11-16 at 18:16 +0100, Clemens Ladisch wrote:
Mathias Friman wrote:
The card shows when running "lspci",
and "lsmod | grep snd" shows that the ice_1724 module
is loaded. But the card is not included in the list when doing a "cat
/proc/asound/cards" and
it is not listed when doing a "cat /proc/interrupts".
It seems some error prevented the driver from binding to the card.
There should be an error message in the system log when the
snd-ice1724 driver is loaded.
dmesg says:
dmesg:[ 60.031309] ice1724: No matching model found for ID 0x30495345
dmesg:[ 60.032024] ice1724: Invalid EEPROM (size = 120)
dmesg:[ 60.032038] ICE1724: probe of 0000:05:06.0 failed with error -5
And sometime during the testing we got the following from kern.log:
kern.log:Nov 16 23:48:39 Kylnegzmieer kernel: [145206.941960] ICE1724:
probe of 0000:05:06.0 failed with error -12
udev-log says:
udev:PCI_ID=1412:1724
udev:MODALIAS=pci:v00001412d00001724sv00004930sd00004553bc04sc01i00
udev:SEQNUM=1724
udev:UEVENT[1163575749.551815] add@/module/snd_ice1724
udev:DEVPATH=/module/snd_ice1724
udev:UEVENT[1163575749.551925] add@/bus/pci/drivers/ICE1724
udev:DEVPATH=/bus/pci/drivers/ICE1724
I do not have the knowledge to get something out of this, so I set my
hope to you guys. :)
Thanks in advance,
Mathias