zachula n00b
Joined: 29 Jul 2005 Posts: 19
|
Posted: Mon Oct 03, 2005 5:06 am Post subject: Kernel Compile problems Error 127 in PCMCIA |
|
|
OKay so I have a SUN Netra T1 and I realize that there is a forum for Sparc stuff but its slow and I don't think this is sparc related.
I am rebuilding my webserver, I use a Wintv card for a webcam and have designs of adding an additional USB cam. there is no soundcard.
I am getting the following dump:
Code: |
cp solaris.o /lib/modules/2.4.31-sparc/kernel/arch/sparc64/solaris/
make[1]: Leaving directory `/usr/src/linux-2.4.31-sparc/arch/sparc64/solaris'
make -C arch/sparc64/math-emu modules_install
make[1]: Entering directory `/usr/src/linux-2.4.31-sparc/arch/sparc64/math-emu'
make[1]: Nothing to be done for `modules_install'.
make[1] Leaving directory `/usr/src/linux-2.4.31-sparc/arch/sparc64/math-emu'
cd /lib/modules/2.4.31-sparc; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.31-sparc; fi
/bin/bash: /sbin/depmod: No such file or directory
make: *** [_modinst_post] Error 127
|
It looks like I am having a problem with PCMCIA. Problem is there isnt a PCMCIA kernel option that I could find.
I am fairly new to kernel compiling. This is the third box I have done it on and I really want to understand what I am doing so that I can fine tune the kernel to my needs.
Thanks! |
|