Hi people,
I'm still having problems compiling the driver for my Realtek 8168-networkcard on my laptop.
Fedora 5 doesn't recognize it automatically, but Realtek makes it possible on their website to download een Linux driver for the networkcard.
It's a tarball that I had to unzip and compile as superusern but there are erros during the compilationprogress.
Yesterday, someone on Fedora-list gave me the advice to install kernel-devel package. Eventually I did that, bu I still receive the same errors.
Can somebody help me, please? Thanks!
Copy text from terminal:
Fedora 5 doesn't recognize it automatically, but Realtek makes it possible on their website to download een Linux driver for the networkcard.
It's a tarball that I had to unzip and compile as superusern but there are erros during the compilationprogress.
Yesterday, someone on Fedora-list gave me the advice to install kernel-devel package. Eventually I did that, bu I still receive the same errors.
Can somebody help me, please? Thanks!
Copy text from terminal:
[bdesoete LAPTOPBART r1000_v1.04]$ make clean modules
make -C src/ clean
make -C src/ clean
make[1]: Entering directory `/home/bdesoete/r1000_v1.04/src'
rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*. flags
make[1]: Leaving directory `/home/bdesoete/r1000_v1.04/src'
make -C src/ modules
make[1]: Entering directory `/home/bdesoete/r1000_v1.04/src'
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/home/bdesoete/r1000_v1.04/src modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: Onbekend bestand of map.Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: ** * [modules] Error 2
make[1]: Leaving directory `/home/bdesoete/r1000_v1.04/src'
make: *** [modules] Error 2