Results 1 to 1 of 1
Hi folks,
BLFS 6.1
On recompiling kernel I encountered following problem;
Code:
CONFIG_SND_PCM
CONFIG_SND_SEQUENCER
and
CONFIG_BLK_DEV_LOOP
can't all be enabled as modules
I must either enable
1)
Code:
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
...
- 10-24-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Compiling kernel problem
Hi folks,
BLFS 6.1
On recompiling kernel I encountered following problem;can't all be enabled as modulesCode:CONFIG_SND_PCM CONFIG_SND_SEQUENCER and CONFIG_BLK_DEV_LOOP
I must either enable
1)OR enableCode:CONFIG_SND_PCM=m CONFIG_SND_SEQUENCER=m CONFIG_BLK_DEV_LOOP=y
2)Code:CONFIG_SND_PCM=y CONFIG_SND_SEQUENCER=y CONFIG_BLK_DEV_LOOP=m
In 1) above "loop" can't work. "Sound" worked.
In 2) above "sound" died. "loop" worked.
If all enabled as modules then on running
# modprobe loop# modprobe snd-pcm-ossCode:FATAL: Module loop not found.
# modprobe snd-seq-ossCode:WARNING: Error inserting snd (/lib/modules/2.6.11.12/kernel/sound/core/snd.ko ): Invalid module format ... etc.
I can't revert back by recompiling the kernel to enableCode:WARNING: Error inserting snd (/lib/modules/2.6.11.12/kernel/sound/core/snd.ko ): Invalid module format WARNING: Error inserting snd_seq_device .... etc.
"CONFIG_BLK_DEV_LOOP=y"
If so after recompilation, on running modprobe them the warnings abovementioned still popup. I must copy back /lib/modules/2.6.11.12, the directory, which I already copid to another directory as safety measure.
I tried a whole day and can't find a solution. Please help.
BR
satimis


Reply With Quote
