hi leute,
mal wieder ein problem. meine karte wird nicht erkannt. da bin ich mal zu realtek hin und habe mir mal den "treiber" geladen. mit der installation hats nicht geklappt. es sah alles so einfach in der beschreibung (readme) aus:
<Requirements> - kernel source tree (supported Linux kernel 2.6.x/2.4.20 and latter) - compiler/binutils for kernel compilation <Quick install with proper kernel settings> Check whether the built-in driver, r8169.ko(or r8169.o for linux kernel 2.4.x), is installed. # lsmod | grep r8169 If it is installed, please remove it. # rmmod r8169 note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remove it again or reboot your computer. Unpack the tarball : # tar vjxf r8169-6.aaa.bb.tar.bz2 Change to the directory: # cd r8169-6.aaa.bb 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 # insmod ./src/r8169.ko (or r8169.o for linux kernel 2.4.x) You can check whether the driver is loaded by using following commands. # lsmod | grep r8169 # ifconfig -a If there is a device name, ethX, shown on the monitor, the linux driver is loaded. Then, you can use the following command to activate the ethX. # ifconfig ethX up , where X=0,1,2,...
es fängt schon an bei dem befehl sudo make clean modules
linux@linux-desktop:~/r8169-6.008.00/r8169-6.008.00$ sudo make clean modules make -C src/ clean make[1]: Betrete Verzeichnis '/home/linux/r8169-6.008.00/r8169-6.008.00/src' rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset modules.order make[1]: Verlasse Verzeichnis '/home/linux/r8169-6.008.00/r8169-6.008.00/src' make -C src/ modules make[1]: Betrete Verzeichnis '/home/linux/r8169-6.008.00/r8169-6.008.00/src' make -C /lib/modules/2.6.24-21-generic/build SUBDIRS=/src modules make[2]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.24-21-generic' scripts/Makefile.build:41: /src/Makefile: No such file or directory make[3]: *** Keine Regel, um »/src/Makefile« zu erstellen. Schluss. make[2]: *** [_module_/src] Fehler 2 make[2]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.24-21-generic' make[1]: *** [modules] Fehler 2 make[1]: Verlasse Verzeichnis '/home/linux/r8169-6.008.00/r8169-6.008.00/src' make: *** [modules] Fehler 2 linux@linux-desktop:~/r8169-6.008.00/r8169-6.008.00$
hat jemand eine super gute idee??