Hi,

it might be a problem that the soundmodule isn't loaded. Look for that 
with lsmod.
I had a similar problem with alsa and a SB16. The install menu shows the 
following lines to add to your /etc/modutils/aliases (Debian):

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

IMHO, you should change this to:

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

At least this solved the problem for me. You can look for that in you 
/lib/modules/<kernelversion>/misc directory. The alsa modules are 
located there.

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