From: Udo van den Heuvel <udovdh@xs4all.nl>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: ice1712 error
Date: Sat, 20 Dec 2008 13:56:08 +0100 [thread overview]
Message-ID: <494CEB68.1050702@xs4all.nl> (raw)
In-Reply-To: <494CD2DD.3040703@xs4all.nl>
Udo van den Heuvel wrote:
> Takashi Iwai wrote:
>>> snd_card_new gives me the error.
>>> (I put some printk's at the right spots.)
>>>
>>> So what's the next step?
>> Check that function. Did you build with the debug option?
>
> Yes.
> For hda-intel it gives some extra messages but none for ice1712:
>
> ALSA sound/core/init.c:183: cannot find the slot for index 1 (range
> 0-7), error: -16
> NULLcardinit............ (my own debugging)
> ICE1712: probe of 0000:01:09.0 failed with error -12
> ALSA sound/core/init.c:183: cannot find the slot for index 1 (range
> 0-7), error: -16
> NULLcardinit............ (my own debugging)
> ICE1712: probe of 0000:01:09.0 failed with error -12
>
It appears that in init.c, in snd_card_new this part of code is causing
the error:
else if (idx < snd_ecards_limit) {
if (snd_cards_lock & (1 << idx))
err = -EBUSY; /* invalid */
printk(KERN_WARNING "busy............\n"); /*my debug */
}
So it is my card?
Repeatedly rmmodding and modprobing snd_ice1712 now only gives me -12
Please advise.
Udo
cdrom: This disc doesn't have any tracks I recognize!
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
busy............
ALSA sound/core/init.c:193: cannot find the slot for index 1 (range
0-7), error: -16
NULLcardinit............
ICE1712: probe of 0000:01:09.0 failed with error -12
next prev parent reply other threads:[~2008-12-20 12:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-19 15:38 ice1712 error Udo van den Heuvel
2008-12-19 15:46 ` Takashi Iwai
2008-12-19 16:00 ` Udo van den Heuvel
2008-12-19 16:11 ` Takashi Iwai
2008-12-19 16:21 ` Udo van den Heuvel
2008-12-19 17:01 ` Takashi Iwai
2008-12-19 17:18 ` Udo van den Heuvel
2008-12-20 8:37 ` Takashi Iwai
2008-12-20 11:11 ` Udo van den Heuvel
2008-12-20 12:56 ` Udo van den Heuvel [this message]
2008-12-20 15:40 ` Takashi Iwai
2008-12-20 16:22 ` Udo van den Heuvel
[not found] ` <4A460396.2070309@xs4all.nl>
2009-06-28 8:39 ` Takashi Iwai
[not found] ` <4A472D18.1010201@xs4all.nl>
2009-06-28 9:02 ` Takashi Iwai
2008-12-19 17:28 ` John Rigg
2008-12-19 17:38 ` Udo van den Heuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=494CEB68.1050702@xs4all.nl \
--to=udovdh@xs4all.nl \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.