LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ALSA on Fedora (https://www.linuxquestions.org/questions/linux-software-2/alsa-on-fedora-106943/)

britishnemesis 10-21-2003 09:09 PM

ALSA on Fedora
 
I downloaded all the appropriate src rpm's and everything extracted lovely except ALSA Tools which I don't believe I need anyhow. Ok so now that this is all installed... what do I do to get ALSA running? I know you are supposed to execute a script like:

./snddevices

however I can't find this script anywhere. My installed modules were...

i810_audio 27048 2 (autoclean)
ac97_codec 17064 0 (autoclean) [i810_audio]
soundcore 6500 2 (autoclean) [i810_audio]

I then removed the first two modules but not the third as I didn't think it was necessary.



I then tried the following:

[root@Centurion root]# modprobe snd-card-0
/lib/modules/2.4.22-1.2093.nptl/kernel/sound/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.22-1.2093.nptl/kernel/sound/snd.o: insmod /lib/modules/2.4.22-1.2093.nptl/kernel/sound/snd.o failed
/lib/modules/2.4.22-1.2093.nptl/kernel/sound/snd.o: insmod snd-card-0 failed




Here is my modules.conf:


alias eth0 3c59x
alias usb-controller usb-ohci
#New Values

# ----- ALSA audio drivers -----
# native alsa support
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options
#options snd-intel8x0
# OSS/Free portion
alias char-major-14 soundcore
# card #1
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

# Save/restore mixer settings
post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :

#Old Values
#alias sound-slot-0 i810_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 || :


Can anyone help?


All times are GMT -5. The time now is 03:56 PM.