Hi,

I'm not sitting at my linuxbox now, so I'm not sure I'm telling you the absolute
correct things now, but I try.

In lsmod I'm missing a module called "soundcore" (I think). Did you compile you
kernel with sound support?

Have you edited the /etc/modules.conf? Should look like this:

## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
alias snd-card-0 snd-emu10k1
## If you have more than one, add:
## alias snd-card-1 snd-intel8x0
## alias snd-card-2 snd-ens1370
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

And change the permissions in /etc/devfsd.conf (group audio can access the
sound-devices) (most probably your mistake, it seems to me you don't have the
permissions):

# ALSA/OSS stuff
# Comment/change these if you want to change the permissions on
# the audio devices
LOOKUP          snd          MODLOAD ACTION snd
LOOKUP          dsp          MODLOAD
LOOKUP          mixer        MODLOAD
LOOKUP          midi         MODLOAD
REGISTER        sound/.*     PERMISSIONS root.audio 660
REGISTER        snd/.*       PERMISSIONS root.audio 660

A good installation guide is http://www.gentoo.org/doc/en/alsa-guide.xml
(although it's for gentoo distro, it might be useful for anybode else - your
config scripts will have other names).

Good luck,
Martin

P.S.: Next time a subject might be helpful...

Zitat von [EMAIL PROTECTED]:

> Hi All
> 
> I am trying to install and configure the alsa
> drivers, libraries and utilities on a laptop
> running RedHat Enterpise Linux AS
> Linux pburgess 2.4.21-4.EL #1 Fri Oct 3
> 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux
> 
> I have followed the instructions
athttp://www.geocities.com/Hollywood/Cinema/1501/index5.html
> alsa-project.org but am unable to get any sound.
> 
> I have an ESS, ES1978 Maestro 2E, soundcard
> which is not detected  successfully during
> installation
> 
> The Drivers, Libraries and Utilities all
> appeared to compile etc properly.
> 
> lsmod returns the following.
> 
> [EMAIL PROTECTED] root]# lsmod
> Module                  Size  Used by    Not
> tainted
> ide-cd                 35680   0  (autoclean)
> cdrom                  33696   0  (autoclean)
> [ide-cd]
> snd-seq-midi            5312   0  (autoclean)
> (unused)
> snd-seq-oss            34592   0  (unused)
> snd-seq-midi-event      6048   0 
> [snd-seq-midi snd-seq-oss]
> snd-seq                47376   2 
> [snd-seq-midi snd-seq-oss snd-seq-midi-event]
> snd-pcm-oss            44772   0
> snd-mixer-oss          16624   0  [snd-pcm-oss]
> snd-es1968             20864   0
> snd-pcm                86016   0 
> [snd-pcm-oss snd-es1968]
> snd-timer              19836   0  [snd-seq
> snd-pcm]
> snd-page-alloc         10196   0  [snd-es1968
> snd-pcm]
> gameport                3364   0  [snd-es1968]
> snd-mpu401-uart         5360   0  [snd-es1968]
> snd-rawmidi            18784   0 
> [snd-seq-midi snd-mpu401-uart]
> snd-seq-device          6204   0 
> [snd-seq-midi snd-seq-oss snd-seq
> snd-rawmidi]snd-ac97-codec         58796   0
>  [snd-es1968]
> snd                    46276   0 
> [snd-seq-midi snd-seq-oss snd-seq-midi-event
> snd-seq snd-pcm-oss snd-mixer-oss snd-es1968
> snd-pcm snd-timer snd-mpu401-uart snd-rawmidi
> snd-seq-device snd-ac97-codec]
> 
> 
> When I try and run the alsamixer utility I
> receive the following error
> 
> alsamixer: function snd_ctl_open failed for
> default: No such file or directory.
> 
> Does anyone have any ideas as this is the
> first time I have had to get stuck into a
> soundcard at the level.
> 
> Cheers
> 
> Paul
> 
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to