Hi,

it might be the problem, that the module are not loaded. I had a 
similiar problem with s SB16. Look for the loaded modules (with lsmod).
I think that the install manual fails in one point:

         # ALSA portion
         alias char-major-116 snd
         alias snd-card-0 snd-ens1371
                             ^^^^^^^
        # module options should go here

Look in you kernel module directory /lib/modules/<kernelversion>/misc/, 
the name of the driver kernel module is IMHO snd-card-ens1371.
At least this is true for the SB16.
So you might change you /etc/modutils/aliases (for Debian) file:

         # ALSA portion
         alias char-major-116 snd
         alias snd-card-0 snd-card-ens1371
                         ^^^^^^^^^^^^^^^^
        # module options should go here


HTH,
        Sven

Eric Seuret wrote:
> Hello,
> 
> I got a problem with my Sound Blaster 128 PCI, I followed the install 
> manual, but when I try to run the alsamixer, I get this message :
> 
> alsamixer: failed to open mixer #0/#0: No such file or directory
> 
> Does somebody can help me ?
> 
> I downloaded and installed the following files :
> 
> alsa-driver-0.5.10.tar.bz2
> alsa-lib-0.5.10.tar.bz2
> alsa-utils-0.5.10.tar.bz2
> 
> Thank you
>                                        Eric Seuret
> 
[..]




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to