Computer Hardware Forum - TweakPC

Computer Hardware Forum - TweakPC (https://www.tweakpc.de/forum/)
-   Linux bzw. Non-MS & Programme (https://www.tweakpc.de/forum/linux-bzw-non-ms-and-programme/)
-   -   levelone network treiber ->linux (https://www.tweakpc.de/forum/linux-bzw-non-ms-and-programme/4651-levelone-network-treiber-linux.html)

Gast 08.12.2002 14:04

levelone network treiber ->linux
 
weiß jemand wie ich n levelone treiber unter linus (suse) installier

Ich bin newbie!

auf der diskette steht was von :

The procedure to activate RTL8139 on linux Kernel 2.2.x is as follows:

step 1: compile:
The instruction for compiling the driver is include at the end of
the driver file. (run this instruction at /usr/src/linux)
Or you can use the Makefile included in the driver diskette \Linux.

step 2: insert the driver as module:
insmod rtl8139.o
(run 'lsmod' to see if the module is inserted)

step 3: bind your card to an IP address

/sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST}
netmask ${NETMASK}
(run 'netstat -i' to see if there is a interface 'eth0')

step 4: add your card to IP routing table, then add gateway also your card:
/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
(should be able to ping local network now)
gateway:
/sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1

step 5: start inet deamon.
/usr/sbin/inetd
(you are on the network now)

*make sure that your kernel is built with network, fast_ethernet and module
support. Otherwise, you have to rebuild your kernel.
(1:go to /usr/src/linux directory
2:run 'make menuconfig' or 'make config'
3:mark the options list above.
4:exit and rebuild your kernel.
make dep;make clean;make zImage
the file 'zImage' will be at /usr/src/linux/arch/i386/boot/zImage
5:modify /etc/lilo.conf.(this file specify where kernel image is)
6:run 'lilo' )

You cna run 'netconfig' which will do step 4,5,6 for you.
Then just add a line at the beginning of '/etc/rc.d/init.d/network'.
'insmod /your driver path/rtl8139.o'

then your driver will work every time you boot.

DAS sagt mir aber gar nichts!!

wäre dankbar


max

sys3 08.12.2002 15:03

Diese Anleitung beschreibt, wie man unter Linux mit Kernel 2.2.x den Treiber für Netzwerkkarten mit dem Realtek RTL8139-Chip (Deine LevelOne-Karte ist wohl eine solche) installiert, lädt und einstellt, allerdings ganz ohne GUI, nur von der Kommandozeile. Und der Treiber ist ziemlich veraltet.

Deine SuSE bringt aber bereits den nötigen Treiber mit.
Deine SuSE-Version wird wahrscheinlich auch ver. 7.1 oder neuer sein und daher mit dem Kernel 2.4.x laufen. Da muss dummerweise erst der richtige Treiber eingestellt werden, was unter [url]http://sdb.suse.de/de/sdb/html/mjb_rtl8139_24.html[/url] beschrieben ist. Nach einem Neustart der Netzwerkkomponente oder des ganzen Rechners sollte der Treiber dann automatisch geladen werden.
Die Einstellungen an der Netzwerkkarte kannst Du dann SuSE-üblich mit YAST oder YAST2 durchführen. Oder eben auch mit der Kommandozeile, wenn Du willst :-).

Ciao,
sys3

pits 08.12.2002 15:04

Die Realthek Karten werden prinzipell alle von Linux unterstützt. Du mußt auch nix selber kompilieren. Du mußt bei Suse nur die Netzwerkkonfigurtion aufrufen und die Karte wird von Suse automatisch erkannt.


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:25 Uhr.

Powered by vBulletin® Version 3.8.10 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.5.2 ©2010, Crawlability, Inc.