LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Problem installing alsa on opensuse 10.2 with intel sound card (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/problem-installing-alsa-on-opensuse-10-2-with-intel-sound-card-549872/)

kamransoomro84 04-29-2007 03:08 AM

Problem installing alsa on opensuse 10.2 with intel sound card
 
Hi. I've got an intel sound card that doesn't work well with the alsa drivers compiled into the kernel. So I tried installing alsa seperately. However, when I do:

Code:

# modprobe snd-hda-intel;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
I get this:

Code:

WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.18/kernel/sound/pci/hda/snd-hda-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.18/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)

dmesg gives me the following errors:

Code:

snd_hda_codec: Unknown symbol snd_verbose_printk
snd_hda_intel: Unknown symbol snd_hda_bus_new
snd_hda_intel: Unknown symbol snd_hda_build_pcms
snd_hda_intel: Unknown symbol snd_verbose_printk
snd_hda_intel: Unknown symbol snd_hda_codec_new
snd_hda_intel: Unknown symbol snd_hda_queue_unsol_event
snd_hda_intel: Unknown symbol snd_hda_calc_stream_format
snd_hda_intel: Unknown symbol snd_hda_suspend
snd_hda_intel: Unknown symbol snd_hda_resume
snd_hda_intel: Unknown symbol snd_hda_build_controls

Any suggestions on how to fix this?

Thanks.

kamransoomro84 04-30-2007 05:00 AM

No replies?

Kirmonkey 05-01-2007 12:21 AM

Hi,

This may work, it does for my system:

Install

alsa-base
alsa-utils

Then as root input

Code:

alsaconf
Good luck and post back if you have a problem/lack of success.

kamransoomro84 05-01-2007 06:32 AM

No. This is not the problem. I already have those installed.

Kirmonkey 05-01-2007 11:57 AM

Did you try the alsaconf command as root? Did it give you any output?

kamransoomro84 05-02-2007 11:18 AM

Yeah, I did. And it gave the same error.

Kirmonkey 05-02-2007 11:51 AM

Ah,

Sorry, I don't think I can help you any further as I have never had to configure beyond this point. This reply will of course bring your post back to the head of the list.

Regards


All times are GMT -5. The time now is 04:39 PM.