From: Andi Kleen <ak@suse.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, perex@suse.cz
Subject: Re: Alsa update in mainline broke ATI-IXP sound driver II
Date: Mon, 26 Jun 2006 18:35:47 +0200 [thread overview]
Message-ID: <200606261835.47796.ak@suse.de> (raw)
In-Reply-To: <s5hpsgw9qgz.wl%tiwai@suse.de>
On Monday 26 June 2006 12:11, Takashi Iwai wrote:
> At Sun, 25 Jun 2006 21:39:35 +0200,
> Andi Kleen wrote:
> >
> >
> > Since I updated an ATI x86-64 box to 2.6.17-git6 sound doesn't work anymore.
> >
> > I just get
> >
> > ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
> > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
> (snip)
> > User land is from SUSE 10.0
>
> First check /proc/asound/cards after loading snd-atiixp.
Checking it now. There is no /proc/asound.
% ls /proc/asound
/bin/ls: /proc/asound: No such file or directory
These are my config options
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
CONFIG_SND_DEBUG_DETECT=y
# CONFIG_SND_PCM_XRUN_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
# CONFIG_SND_DUMMY is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
CONFIG_SND_ATIIXP=m
> If the ATI
> IXP entry appears, the device was initialized and set up. If not,
> something wrong in the driver initialization.
>
> Then check whether /dev/snd/controlC0 exists. If not, it's likely a
> udev thingy. Possibly upgrading udev package might help...
% ls -l /dev/snd/controlC0
crw------- 1 andi audio 116, 0 2006-06-25 21:38 /dev/snd/controlC0
% grep sound /proc/devices
14 sound
-Andi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
WARNING: multiple messages have this Message-ID (diff)
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: Mon, 26 Jun 2006 18:35:47 +0200 [thread overview]
Message-ID: <200606261835.47796.ak@suse.de> (raw)
In-Reply-To: <s5hpsgw9qgz.wl%tiwai@suse.de>
On Monday 26 June 2006 12:11, Takashi Iwai wrote:
> At Sun, 25 Jun 2006 21:39:35 +0200,
> Andi Kleen wrote:
> >
> >
> > Since I updated an ATI x86-64 box to 2.6.17-git6 sound doesn't work anymore.
> >
> > I just get
> >
> > ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
> > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
> (snip)
> > User land is from SUSE 10.0
>
> First check /proc/asound/cards after loading snd-atiixp.
Checking it now. There is no /proc/asound.
% ls /proc/asound
/bin/ls: /proc/asound: No such file or directory
These are my config options
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
CONFIG_SND_DEBUG_DETECT=y
# CONFIG_SND_PCM_XRUN_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
# CONFIG_SND_DUMMY is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
CONFIG_SND_ATIIXP=m
> If the ATI
> IXP entry appears, the device was initialized and set up. If not,
> something wrong in the driver initialization.
>
> Then check whether /dev/snd/controlC0 exists. If not, it's likely a
> udev thingy. Possibly upgrading udev package might help...
% ls -l /dev/snd/controlC0
crw------- 1 andi audio 116, 0 2006-06-25 21:38 /dev/snd/controlC0
% grep sound /proc/devices
14 sound
-Andi
next prev parent reply other threads:[~2006-06-26 16:36 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 ` Andi Kleen [this message]
2006-06-26 16:35 ` Alsa update in mainline broke ATI-IXP sound driver II 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: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
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=200606261835.47796.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.