LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Unable to install intel onboard soundcard using ALSA (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-install-intel-onboard-soundcard-using-alsa-365653/)

spariggio82 09-21-2005 01:26 PM

Unable to install intel onboard soundcard using ALSA
 
Hi to all

I've Installed Knoppix 3.9 on my laptop and most of the things goes fine.

However when I try to configure my soundcard I get some trouble

My soundcard is an intel ICH6 family

exactly from lspci I obtain this:

Code:

0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
I've tried to configure it using alsaconf. But even if I've installed the latest version from alsa site and even if alsa initially show it when I try to configure here's what I obtain:

Code:

Running update-modules...
Loading driver...
Setting up ALSA...done (not loaded).
Setting default volumes...
Saving the mixer setup used for this in /etc/asound.state.
/usr/sbin/alsactl: save_state:1163: No soundcards found...

What can I do???

Thanks in advance for your help

imitheos 09-22-2005 08:32 AM

What motherboard do you have ?

Also what kernel do you use ?

The majority of ICH6 have azalia high definition codec (Realtec or Cmedia chipset).
If that is the case then the module is "snd-hda-intel"

If you run "modprobe snd-hda-intel" then it should work
I believe it was included in 2.6.12 kernel.

spariggio82 09-23-2005 02:22 AM

First of all Happy Birthday.

Quote:

Originally posted by imitheos
What motherboard do you have ?



I don't know exactly. I have an ASUS laptop


Quote:

Also what kernel do you use ?
2.6.11


Quote:

The majority of ICH6 have azalia high definition codec (Realtec or Cmedia chipset).
If that is the case then the module is "snd-hda-intel"

If you run "modprobe snd-hda-intel" then it should work
I believe it was included in 2.6.12 kernel.
It should be realtek chipset. However when I run modprobe snd-hda-intel here's what I have for answer:

Code:

WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.11/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.11/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer (/lib/modules/2.6.11/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.11/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.11/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer (/lib/modules/2.6.11/kernel/sound/acore/snd-timer.ko): Invalid module format
FATAL: Error inserting snd_pcm (/lib/modules/2.6.11/kernel/sound/acore/snd-pcm.ko): Invalid module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.11/kernel/sound/pci/hda/snd-hda-codec.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.11/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.11/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer (/lib/modules/2.6.11/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.11/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
FATAL: Error inserting snd (/lib/modules/2.6.11/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer (/lib/modules/2.6.11/kernel/sound/acore/snd-timer.ko): Invalid module format
FATAL: Error inserting snd_pcm (/lib/modules/2.6.11/kernel/sound/acore/snd-pcm.ko): Invalid module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.11/kernel/sound/pci/hda/snd-hda-codec.ko): Invalid module format
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.11/kernel/sound/pci/hda/snd-hda-intel.ko): Invalid module format
FATAL: Error running install command for snd_hda_intel


Thanks


All times are GMT -5. The time now is 01:23 AM.