|
Problem compiling r8169 driver
-----
PROBLEM IS SOLVED ALREADY. DON'T KNOW HOW TO REMOVE MY THREAD.....
------
Hello,
I am running Suse 9.3 Pro with all kernel components installed and I have a problem compiling the driver for the US Robotics Gigabit Ethernet PCI adapter. The only info is in the readme and says:
-----
<RTL8169 Linux kernel driver>
Version: 2.0
Date: 2004-04-16
This is the Linux kernel driver released for
RealTek RTL8169s/8110s Gigabit Ethernet controller.
<Requirements>
- kernel source tree (supported versions 2.4.x or 2.6.x)
- compiler/binutils for kernel compilation
<Quick install with proper kernel settings>
Unpack the tarball :
unzip r8169_linuxdrv_vxx.zip
Change to the directory:
cd r8169
If you are running the target kernel, then you should be
able to do :
make clean modules (as root or with sudo)
make install
depmod -a
-----
I meet all the requirements but when I do "make clean modules" I get the following output:
make -C src/ clean
make[1]: Entering directory `/root/r8169/src'
rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags
make[1]: Leaving directory `/root/r8169/src'
make -C src/ modules
make[1]: Entering directory `/root/r8169/src'
make -C /lib/modules/2.6.11.4-20a-default/build SUBDIRS=/root/r8169/src modules
make[2]: Entering directory `/usr/src/linux-2.6.11.4-20a-obj/i386/default'
make -C ../../../linux-2.6.11.4-20a O=../linux-2.6.11.4-20a-obj/i386/default modules
/root/r8169/src/Makefile:28: /usr/src/linux-2.6.11.4-20a/src/Makefile_linux26x: Onbekend bestand of map (unknown file or directory)
make[5]: *** Geen regel voor het maken van doel `/usr/src/linux-2.6.11.4-20a/src/Makefile_linux26x'. Stop.
make[4]: *** [_module_/root/r8169/src] Fout 2
make[3]: *** [modules] Fout 2
make[2]: *** [modules] Fout 2
make[2]: Leaving directory `/usr/src/linux-2.6.11.4-20a-obj/i386/default'
make[1]: *** [modules] Fout 2
make[1]: Leaving directory `/root/r8169/src'
make: *** [modules] Fout 2
-----
'Fout 2' is dutch for 'Error 2'
Can somebody please help me solve this problem?
Kind regards,
Berry Goossens
Last edited by BeGosV; 02-19-2006 at 01:39 PM.
|