Hi, My laptop got a Realtek 8168-networkcard. 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. Can somebody help me, please? Thanks!
*Copy text from terminal:* [bdesoete@LAPTOPBART r1000_v1.04]$ make clean modules
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/buildSUBDIRS=/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
Bart De Soete wrote:
Hi, My laptop got a Realtek 8168-networkcard. 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. Can somebody help me, please? Thanks!
If you haven't already done so, go ahead and install the kernel-devel package.
yum install kernel-devel
Then retry your build.
I think I need to install my kernel-develpackage, but I receive an error from Yum. Can someone help me, please? Thanks.
The error in my terminal says:
[root@localhost bdesoete]# yum install kernel-devel Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/3] Cannot find a valid baseurl for repo: core Error: Cannot find a valid baseurl for repo: core [root@localhost bdesoete]#
2006/9/30, Jay Cliburn jacliburn@bellsouth.net:
Bart De Soete wrote:
Hi, My laptop got a Realtek 8168-networkcard. 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. Can somebody help me, please? Thanks!
If you haven't already done so, go ahead and install the kernel-devel package.
yum install kernel-devel
Then retry your build.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
I also have that problem. The kernel-devel package is installed. When I run 'make clean modules' I get the following error: <path to package>/r2000_v1.04/src/r1000_n.c:51 error: expected ')' before string constant From my point of view, it looks like the code isn't written propperly...
---- Mitja
Jay Cliburn wrote:
Bart De Soete wrote:
Hi, My laptop got a Realtek 8168-networkcard. 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. Can somebody help me, please? Thanks!
If you haven't already done so, go ahead and install the kernel-devel package.
yum install kernel-devel
Then retry your build.
well well... :) I foud the solution to the problem on fedoraforum. here's the link:
and here's the solution: <quote> If you are using Realtek's Linux driver version 1.04 then try editing src/r1000_n.c by replacing 'MODULE_PARM' with 'MODULE_PARM_DESC' on lines 51 - 53. After that you shouldn't run into any errors when executing your make commands. You might also have to edit your /etc/modprobe.conf and add the line 'alias eth0 r1000'. </quote>
hope it helps!!
-- Mitja