Hello all,

I used to have RH 6.2 on my notebook with alsa running perfectly.

The problem is that I now upgraded it to Red Hat 7.1 and I cannot make it
work.

My kernel is 2.4.3-12.

I've got the following packages :

alsa-driver-0.5.11
alsa-lib-0.5.10b
alsa-utils-0.5.10

I've compiled the alsa-driver using the with-kernel parameter :

./configure --with-kernel=/usr/src/linux-2.4.3 --with-isapnp=yes
then make
make install
then ./snddevices

Compiled the -lib as
./configure
make
make install

The same thing with -utils

Then I've edited my /etc/modules.conf as such :

alias parport_lowlevel parport_pc
# alias sound-slot-0 via82cxxx_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null
2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null
2>&1 || :
alias usb-controller usb-uhci
# Configuracao do Alsa
#
alias char-major-116 snd
alias snd-card-0 snd-card-via686a
alias sound-slot-0 snd-card-0
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
options snd snd_major=116 snd_cards_limit_1 snd_device_mode=0666
options snd snd_device_gid=0 snd_device_uid=0
options snd-card-0 snd_index=0 snd_id=CARD_0
options snd-card-0 snd_mpu_port=0x300 snd_joystick=0x300

and also edit the /etc/rc.d/rc.local includinf this at the end :

/usr/bin/amixer set PCM 25 unmute
/usr/bin/amixer set CD 25 unmute
/usr/bin/amixer set CD 50 unmute
sleep 2

then, I've restarted the alsasound deamon and tried to play the sample but
it
did not work.

Can anyone help me with it?

Thanks,

Carlos Fernando Scheidecker Antunes.



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to