DigitalDingo
2006-07-17, 10:57 AM CDT
Warning: I'm a Linux-newbie so please be patient!
I have recently installed Fedora Core 5 along with my Windows XP on a dual boot. In Windows I can easily set up my network connection, but as Fedora doesn't know my network card I can set up a connection.
Network card: Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
The card wasn't listed in Fedora so I downloaded a driver. The readme file says as follows:
<Quick install with proper kernel settings>
Unpack the tarball :
unzip r1000_linuxdrv_vxx.zip
Change to the directory:
cd r1000
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 -aI open Terminal and type in: unzip r1000_linuxdrv_vxx.zip
The driver zip-file is named linux-r1000(103).zip so I obviously don't get anything:
[root@localhost drivers]# unzip r1000_linuxdrv_vxx.zip
unzip: cannot find or open r1000_linuxdrv_vxx.zip, r1000_linuxdrv_vxx.zip.zip or r1000_linuxdrv_vxx.zip.ZIP.I just double-clicked the right file and extracted it. Actually you will only get access to this readme file after you unzip the zip-file(!).
I continued as said in the readme file:
[root@localhost r1000]# make clean modules
make -C src/ clean
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make -C src/ modules
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/home/Kristoffer/drivers/r1000/src modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: No such file or directory. Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make: *** [modules] Error 2
[root@localhost r1000]# make install
make -C src/ install
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
install -m 644 -c r1000.ko /lib/modules/2.6.15-1.2054_FC5smp/kernel/drivers/net/install: cannot stat `r1000.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make: *** [install] Error 2
[root@localhost r1000]# depmod -a
[root@localhost r1000]#Obviously I get some errors, but I'm too new to this Linux. I'm completely stuck. Can anyone help me out here?
Thanks in advance.
I have recently installed Fedora Core 5 along with my Windows XP on a dual boot. In Windows I can easily set up my network connection, but as Fedora doesn't know my network card I can set up a connection.
Network card: Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
The card wasn't listed in Fedora so I downloaded a driver. The readme file says as follows:
<Quick install with proper kernel settings>
Unpack the tarball :
unzip r1000_linuxdrv_vxx.zip
Change to the directory:
cd r1000
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 -aI open Terminal and type in: unzip r1000_linuxdrv_vxx.zip
The driver zip-file is named linux-r1000(103).zip so I obviously don't get anything:
[root@localhost drivers]# unzip r1000_linuxdrv_vxx.zip
unzip: cannot find or open r1000_linuxdrv_vxx.zip, r1000_linuxdrv_vxx.zip.zip or r1000_linuxdrv_vxx.zip.ZIP.I just double-clicked the right file and extracted it. Actually you will only get access to this readme file after you unzip the zip-file(!).
I continued as said in the readme file:
[root@localhost r1000]# make clean modules
make -C src/ clean
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make -C src/ modules
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/home/Kristoffer/drivers/r1000/src modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: No such file or directory. Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make: *** [modules] Error 2
[root@localhost r1000]# make install
make -C src/ install
make[1]: Entering directory `/home/Kristoffer/drivers/r1000/src'
install -m 644 -c r1000.ko /lib/modules/2.6.15-1.2054_FC5smp/kernel/drivers/net/install: cannot stat `r1000.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/Kristoffer/drivers/r1000/src'
make: *** [install] Error 2
[root@localhost r1000]# depmod -a
[root@localhost r1000]#Obviously I get some errors, but I'm too new to this Linux. I'm completely stuck. Can anyone help me out here?
Thanks in advance.