Stan Goodman wrote:
and need now to compile it. The first line of the makefile is (followed by its consequences):
# make clean modules make -C src/ clean make[1]: Entering directory `/home/stan/RealNIC/r8168-8.015.00/src' rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers Module.markers *.order make[1]: Leaving directory `/home/stan/RealNIC/r8168-8.015.00/src' make -C src/ modules make[1]: Entering directory `/home/stan/RealNIC/r8168-8.015.00/src' make -C /lib/modules/2.6.31.5-0.1-desktop/build SUBDIRS=/home/stan/RealNIC/r8168-8.015.00/src modules make: Entering an unknown directory make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop. make: Leaving an unknown directory make[1]: *** [modules] Error 2 make[1]: Leaving directory `/home/stan/RealNIC/r8168-8.015.00/src' make: *** [modules] Error 2 #
What exactly is it that happened? I am not clear on what is the name of the directory(?) that is missing. "modules"? Doesn't sount likely.
What is missing is "/lib/modules/2.6.31.5-0.1-desktop/build". Do you have the kernel source for 2.6.31.5-0.1-desktop installed? "build" is usually a symlink to the source. /Per -- Per Jessen, Zürich (0.0°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org