On Tue, 09 Jan 2001 14:47:13 -0500, John Aldrich <[EMAIL PROTECTED]> wrote:
>
> On Tue, 09 Jan 2001, you wrote:
>
>> My modules are *not* loading at boot.  I get the following two error
>> messages regarding the sound modules:
>> 
>> modprobe: Can't locate module cs4232 
>> rc.sysinit: Loading sound module (cs4232):  failed 
>> 
>> modprobe: Can't locate module opl3 
>> rc.sysinit: Loading midi module (opl3):  failed 
>> 
>> I have checked modules.conf.  It is the same as conf.modules was before
>> I upgraded:
>> 
>> alias sound cs4232
>> pre-install sound /sbin/insmod sound dmabuf=1
>> options cs4232 io=0x534 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
>> 
>> alias midi opl3
>> options opl3 io=0x388
>> 
>> When I try to run sndconfig, it probes and then tells me:
>> 
>> "You don't seem to be running a kernel with modular sound enabled.
>> (soundcore.o was not found in the module search path)."                 
>> 
>> I don't understand why the upgrade would knock out my sound.  Can anyone
>> give me a clue why modprobe can't locate those modules?  Any advise
>> greatly appreciated.
>> 
> New kernel modules are in a different place than previous kernel modules. Thus
> modules-2.2.x are NOT going to be found for kernel 2.3.x or 2.4.x. You need to
> make new modules or make sure the module exists for your sound card in the
> place where the system is looking for 'em....
>
> If you didn't upgrade the kernel, then I'm out of ideas.
>       John


Joe, what did you just upgrade?  

Here's a couple of things you might check:  

Is "soundcore.o" present under "/lib/modules/<your kernel name-version here>/" or 
"/lib/modules/<kernel>/misc/"?    

Also, do you have an "/etc/conf.modules" and/or an "/etc/modules.conf" file?  Your 
system might be looking for module information in one place (modules.conf) when it is 
contained in another place (conf.modules).  As I understand it, "modules.conf" is now 
the prefered name, but you may have some important setting in an older "conf.modules" 
file.  

__
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to