Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
modprobe snd-via82xx
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.7/kernel/sound/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.7/kernel/sound/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.7/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.7/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.7/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.7/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_via82xx (/lib/modules/2.6.7/kernel/sound/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
dmesg doesn't show anything special. I tried recompiling with different versions of gcc
If your compiling your own kernel try compiling them in rather than making them modules. If your just compiling the modules you may have incompatable versions with your kernel.
I need modular sound for ALSA. If I set sound to modular I can't compile ALSA built in. I tried a recompile with kernel 2.6.8.1 and it didn't work. Maybe if I don't compile ALSA in it it'll work. I had it working before I tried to install winblows and it screwed up my MBR, and I had to reinstrall cause I couldn't use the rescue disk somehow. I just forgot how I actually did it. I'll try a recompile with only sound in it tomorrow
Which kernel do you have - 2.6.7 or 2.6.8.1? If the latter, the modules need to be recompiled. If you have the downloads from the alsa project,, rerun their install. Otherwise, go get them from the Alsa Project page and install them that way.
This is what I've done:
2.6.7: only modular sound, downloads from ALSA site install => error above
alsaconf did pick up my card though
uninstalled and cleaned the ALSA source files and removed the complete directory in which they were unpacked
2.6.8.1: modular sound, modular ALSA with modular card. Downloaded the files again and reran the installation => same error
alsaconf doesn't recognize my card.
So I guess tomorrow is kernel recompiling time again
I think I'll just stay with the older kernel version since it at least works and try again if there's a new version of alsa files. I still had the same errors when compiling from source while it worked from the kernel
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.