Image

Imageagnor wrote in Imagelinux

Hey everyone. Just found the community recently :)

Having problems getting my soundcard to work, and figured I'd pick your brains to see if I can figure it out. Please note that I'm still learning, so please keep that in mind whenever you ask me questions. But I'd appreciate any help you can give ;)

Using RedHat 8.0, AMD XP 1800+ on an Epox 8k3a+ motherboard, and I'm trying to get the onboard sound to work.



The RedHat sound configurator detects the card as "Model: VT8233 AC97 Audio, Module: via82cxxx_audio". I just learned about lsmod and all that goodness, and the only module loaded that looked anywhere near related to sound was "soundcore 6500 0 (autoclean)". So next I tried this:

[root@localhost agnor]# /sbin/insmod via82cxxx_audio
Using /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o
/lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o: unresolved symbol
unload_uart401_Recfdd9c9
/lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o: unresolved symbol
ac97_probe_codec_R84601c2b
/lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o: unresolved symbol
uart401intr_R6391d066
/lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o: unresolved symbol
midi_devs_Rb3ae63d0
/lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o: unresolved symbol
probe_uart401_R63d781ea

And I have no idea what the means. Heh. Can anyone enlighten me, please?