LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ALSA said "could not find module snd" (https://www.linuxquestions.org/questions/linux-software-2/alsa-said-could-not-find-module-snd-602406/)

souhakubunn 11-26-2007 03:25 AM

ALSA said "could not find module snd"
 
I just installed alsa-lib-1.0.15,alsa-plugins-1.0.15,alsa-utils-1.0.15.
And I did choose:"Advanced Linux Sound Architecture,Sequencer support,Sequencer dummy client, OSS Mixer API, OSS PCM API,OSS Sequencer API, and Support old ALSA API" in Advanced Linux Sound Arthitecture in my kernel and recompiled it.

I followed the instructions from this page:
http://www.alsa-project.org/main/ind...l#modules.conf

But I got these:

Code:

root [ / ]# modinfo soundcore
modinfo: could not find module soundcore


Code:

root [ / ]# modinfo sound
modinfo: could not find module sound

Code:

root [ / ]# alsaconf
modinfo: could not find module snd
modinfo: could not find module snd
modinfo: could not find module snd
which: no dialog in (/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin)
which: no whiptail in (/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin)
Error, dialog or whiptail not found.

I am using LFS and the kernel version is 2.6.22.12, lspci displays:
Code:

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
What should I do?
Didn't I turn on the sound support soundcore module? And if not, how can I turn on it?

Thanks.

bathory 11-26-2007 07:49 AM

Quote:

root [ / ]# modinfo soundcore
modinfo: could not find module soundcore
The above means that either you don't have sound support in your kernel, or that you have compiled ALSA as built-in and not as modules. Running
Code:

cat /usr/src/linux/.config|grep "CONFIG_SOUND="
cat /usr/src/linux/.config|grep "CONFIG_SND="

which one is the case.
Then you should recompile your kernel to support sound and ALSA as modules.

Regards


All times are GMT -5. The time now is 05:47 AM.