Re: A question about locally compiled modules
On Sun, Dec 05, 2004 at 12:52:23PM -0500, stan wrote:
> I need to get the spca50x.o module installed. And therin lies the dificluty.
> make install which invokes depmod fails with unresolved symbols. Yet I can
> insmod the module, and it work :-(
>
> What am I doing wrong?
dunno
What happens if you just copy spca50x.o to /lib/modules/2.4.23
and run depmod?
can you "modprobe spca50x" after that?
If not, get it out of /lib/modules and try:
cd /etc/rcS.d
echo "insmod /path/to/spca50x.o" >S19spca50x
chmod +x S19spca50x
yes, it's ugly!
Sam
Reply to: