All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: Alsa update in mainline broke ATI-IXP sound driver II
Date: Thu, 29 Jun 2006 12:03:22 +0200	[thread overview]
Message-ID: <200606291203.22773.ak@suse.de> (raw)
In-Reply-To: <s5hmzbz92i6.wl%tiwai@suse.de>

On Monday 26 June 2006 20:48, Takashi Iwai wrote:
> At Mon, 26 Jun 2006 20:28:31 +0200,
> Andi Kleen wrote:
> > 
> > 
> > > OK, and still you get the same error like:
> > > 
> > > 	ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
> > > 	...
> > > ??
> > 
> > Yes.
> > 
> > > Any change if you set CONFIG_SND_DYNAMIC_MINORS=y ?
> > 
> > With that it finally works. Thanks.
> > 
> > Still can it be fixed?
> 
> Well, the bug shall be fixed :)
> 
> Unfortunately I cannot reproduce this on my systems that are all based
> on SUSE 10.1, and the latest 2.6.17-git works fine even
> CONFIG_SND_DYNAMIC_MINORS=n as far as I've tested.
> 
> Could you check the strace and what open error occurs?
> I suppose it's /dev/snd/controlC0, but don't figure out exactly.

Sorry for the delay

(as root) I get

5184  open("/dev/snd/controlC0", O_RDONLY) = -1 EACCES (Permission denied)
5184  open("/dev/snd/controlC1", O_RDONLY) = -1 EACCES (Permission denied)
... (upto 31) ...
5184  open("/dev/sound/dsp", O_WRONLY|O_NONBLOCK) = -1 ENOENT (No such file or d
5184  open("/dev/dsp", O_WRONLY|O_NONBLOCK) = -1 EACCES (Permission denied)

ccontrol0 is
crw-------  1 andi audio 116, 6 2006-06-29 11:49 /dev/snd/controlC0

It also doesn't work as andi

I stuck printks to the EACCES in sound/* and they don't trigger so it must
be somewhere else.


-Andi

  parent reply	other threads:[~2006-06-29 10:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-25 19:39 Alsa update in mainline broke ATI-IXP sound driver Andi Kleen
2006-06-25 19:39 ` Andi Kleen
2006-06-26 10:11 ` Takashi Iwai
2006-06-26 10:11   ` Takashi Iwai
2006-06-26 10:26   ` Andi Kleen
2006-06-26 10:26     ` Andi Kleen
2006-06-26 16:35   ` Alsa update in mainline broke ATI-IXP sound driver II Andi Kleen
2006-06-26 16:35     ` Andi Kleen
2006-06-26 16:45   ` Andi Kleen
2006-06-26 17:39     ` Takashi Iwai
2006-06-26 17:39       ` Takashi Iwai
2006-06-26 18:28       ` Andi Kleen
2006-06-26 18:48         ` Takashi Iwai
2006-06-26 18:48           ` Takashi Iwai
2006-06-29 10:03           ` Andi Kleen
2006-06-29 10:03           ` Andi Kleen [this message]
2006-06-26 18:28       ` Andi Kleen
2006-06-26 16:45   ` Andi Kleen

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=200606291203.22773.ak@suse.de \
    --to=ak@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@suse.cz \
    --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.