RedHat 7.3 ? no
if you put: 
#ALSA native device support
alias char-major-116 snd
alias char-major-14 soundcore
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-ens1370
alias sound-slot-0 snd-card-0
# OSS/Free setup
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

in /etc/modules.conf

and you can stop or start the service alsasound 
with command 
service alsasound {start|stop|restart|status}

you can add sound sound drive start at boot 
with command:
chkconfig [--level <levels>] <name> <on|off|reset>
in this case 
chkconfig alsasound on

On Wed, 2002-09-18 at 15:45, [EMAIL PROTECTED] wrote:
> 
> Hi,
>   I have the RH 7.3.  With the native drivers of SB-PCI-128 (es1370) the CD
> doesn't play.
> 
> 
> I compiled succesfully alsa-driver-0.9.0rc3; the drivers loaded as modules
> works fine but I load it by /etc/rc.modules with:
>   /sbin/modprobe snd-ens1370
>   /sbin/modprobe snd-pcm-oss
>   /sbin/modprobe snd-mixer-oss
>   /sbin/modprobe snd-seq-oss
> In this way, every boot (or startx with kde ?) causes the reset of the levels
> of the mixer to zero :-)
> 
> 
> I don't know how to setup thinks to preserve those levels.
> How to ?
> 
> 
> However, I tried to install alsa-lib-0.9.0rc3  and alsa-utils-0.9.0rc3 to set
> up the levels by a shell script in rc.local (is it the true way ?)
> The first was installed correctly while alsa-utils-0.9.0rc3 does not compile.
> 
> 
> Anyone can help me ?
>   Thanks
> 
> 
> Here are reported the outputs of make:
> 
> 
> Making all in include
> make[1]: Entering directory `/usr/src/alsa/alsa-utils-0.9.0rc3/include'
> make[1]: Leaving directory `/usr/src/alsa/alsa-utils-0.9.0rc3/include'
> Making all in alsactl
> make[1]: Entering directory `/usr/src/alsa/alsa-utils-0.9.0rc3/alsactl'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/src/alsa/alsa-utils-0.9.0rc3/alsactl'
> Making all in alsamixer
> make[1]: Entering directory `/usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer'
> gcc  -g -O2  -o alsamixer  alsamixer.o  -lasound -lm -ldl -lpthread
> alsamixer.o: In function `mixer_dc':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:312: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:314: undefined
> reference to `stdscr'
> alsamixer.o: In function `mixer_init_draw_contexts':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:322: undefined
> reference to `start_color'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:328: undefined
> reference to `acs_map'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:335: undefined
> reference to `acs_map'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:336: undefined
> reference to `acs_map'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:337: undefined
> reference to `acs_map'
> alsamixer.o: In function `mixer_clear':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:376: undefined
> reference to `clearok'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:383: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:383: undefined
> reference to `wmove'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:383: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:383: undefined
> reference to `waddch'
> 
> 
> ... and so on, to:
> 
> 
> alsamixer.o: In function `mixer_iteration':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1620: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1620: undefined
> reference to `wgetch'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1642: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1642: undefined
> reference to `wtimeout'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1643: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1643: undefined
> reference to `wgetch'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1644: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1644: undefined
> reference to `wtimeout'
> alsamixer.o: In function `main':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1947: undefined
> reference to `beep'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1969: undefined
> reference to `stdscr'
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:1969: undefined
> reference to `wrefresh'
> alsamixer.o: In function `mixer_init_dc':
> /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:305: undefined
> reference to `init_pair'
> collect2: ld returned 1 exit status
> make[1]: *** [alsamixer] Error 1
> make[1]: Leaving directory `/usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer'
> make: *** [all-recursive] Error 1
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: AMD - Your access to the experts
> on Hammer Technology! Open Source & Linux Developers, register now
> for the AMD Developer Symposium. Code: EX8664
> http://www.developwithamd.com/developerlab
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 




-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to