Let me try this again in HTML so that the italics work...

When I try to modprobe snd-cs4236 (with all the options), system come's back with can't find module.  On my computer I have the following directory structure:

/lib
   /modules
       /2.4.18
           /build        <---/sym link to usr/src/linux-2.4.18 (the only directory with source code)
           /kernel
           /misc         <---this is where ALSA drivers were put
           /pcmcia
       /2.4.18-3
           /build        <---sym link to usr/src/linux-2.4.18 (the only directory with source code)
           /kernel
           /misc        <---sym link to /lib/modules/2.4.18/misc (I added this trying to help it find modules)
           /pcmcia

One of the scripts during installation already did a depmod -a.  Why can't my system find the module??  Please excuse me if this is a newbie question...

When I try to modprobe snd-cs4236 (with all the options), system come's back with can't find module.  On my computer I have the following directory structure:

/lib
   /modules
       /2.4.18
           //build/        /<---/sym link to usr/src/linux-2.4.18 (the only directory with source code)
           /kernel
           /misc         <---this is where ALSA drivers were put
           /pcmcia
       /2.4.18-3
           //build/        <---sym link to usr/src/linux-2.4.18 (the only directory with source code)
           /kernel
           //misc/        <---sym link to /lib/modules/2.4.18/misc (I added this trying to help it find modules)
           /pcmcia

One of the scripts during installation already did a depmod -a.  Why can't my system find the module??  Please excuse me if this is a newbie question...




Reply via email to