On Tue, 2006-01-24 at 08:31 +0000, Sebastian Reitenbach wrote:
> Hi Lee and alsa users,  
>   
> > >       
> > > I am trying to get a  mentioned card to work. unable to find the error.   
> > >   
> 
> > > So I downloaded the alsa-driver-1.0.9.tar.bz2 archive to have the latest  
> > >   
>  
> > > drivers.       
> > >     
> >   
> > That is NOT the latest version!  The latest stable release is 1.0.10,  
> > the latest development release is 1.0.11-rc2.  
> >   
> sorry, thanks for pointing out, I do not know how i got it that 1.0.9 is the 
> latest version, just downloaded and tried again with: 1.0.11-rc2.  
>   
> > Also please upgrade alsa-lib when upgrading alsa-driver!!!  
> >   
> now I did, installing the drivers, libs, utils, in this order.  
> then I started alasconf, which loaded the drivers.  
>   
> now an lsmod | grep snd shows me the following:  
> snd_intel8x0           37532  0  
> snd_ac97_codec         94880  1 snd_intel8x0  
> snd_ac97_bus            6272  1 snd_ac97_codec  
> snd_pcm                97668  2 snd_intel8x0,snd_ac97_codec  
> snd_timer              29828  1 snd_pcm  
> snd                    63680  4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer 
>  
> soundcore              13664  1 snd  
> snd_page_alloc         14856  2 snd_intel8x0,snd_pcm  
>   
> When I now start alsamixer or amixer, i see the following errors: 
> alsamixer: function snd_ctl_open failed for default: No such device 
>  
> amixer: Mixer attach default error: No such device 
>  
> strace alsamixer 2>&1 | grep open 
> open("/etc/ld.so.cache", O_RDONLY)      = 3 
> open("/lib/libncurses.so.5", O_RDONLY)  = 3 
> open("/lib/tls/i686/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file 
> or directory) 
> open("/lib/tls/i686/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/tls/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/tls/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/i686/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/i686/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/lib/libasound.so.2", O_RDONLY)   = -1 ENOENT (No such file or 
> directory) 
> open("/usr/lib/tls/i686/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such 
> file or directory) 
> open("/usr/lib/tls/i686/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file 
> or directory) 
> open("/usr/lib/tls/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file 
> or directory) 
> open("/usr/lib/tls/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/usr/lib/i686/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file 
> or directory) 
> open("/usr/lib/i686/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/usr/lib/sse2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or 
> directory) 
> open("/usr/lib/libasound.so.2", O_RDONLY) = 3 
> open("/lib/tls/libm.so.6", O_RDONLY)    = 3 
> open("/lib/libdl.so.2", O_RDONLY)       = 3 
> open("/lib/tls/libpthread.so.0", O_RDONLY) = 3 
> open("/lib/tls/libc.so.6", O_RDONLY)    = 3 
> open("/usr/share/alsa/alsa.conf", O_RDONLY) = 3 
> open("/dev/snd/controlC0", O_RDONLY)    = -1 ENODEV (No such device) 
> open("/dev/aloadC0", O_RDONLY)          = -1 ENODEV (No such device) 
> write(2, "alsamixer: function snd_ctl_open"..., 68alsamixer: function 
> snd_ctl_open failed for default: No such device 
>  
> now anybody has any idea to what I can do next?  
>  

Try running the "snddevices.sh" script that comes with alsa...

Lee



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to