lan mit asus p4p800 deluxe

rodscher

Newbie
Registriert
Mai 2004
Beiträge
2
hallo
ich habe suse 8.2 installiert und ein asus p4p800 deluxe mainboard. doch ich komme damit nicht aufs internet. das heisst, eth0 wird nicht erkannt. was kann ich machen? habe bei asus schon treiber gesehen, weiss aber nicht, was damit anfangen... bin newbie... danke!
 
also: die treiber hab' ich von hier: Treiber-Download

das ist das readme:


3Com Gigabit NIC (3C2000) Driver Readme Version A02
Copyright (c) 2003 3Com Corporation

This file describes the 3Com Gigabit NIC (3C2000) driver for Linux.

Loading the driver
------------------

1) Make sure that the kernel source is installed in /usr/src/linux
or /usr/src/linux-2.4.

2) Copy the file /Linux/3c2000.tar.gz from the 3Com driver CD to
your hard drive.

3) Change to the directory containing 3c2000.tar.gz

4) Type 'tar zxvf 3c2000.tar.gz'

5) Type 'cd 3c2000'

Note: on SuSE systems since 7.1, you will have to execute the
following commands before running make:

cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h

For more details se http://sdb.suse.de/en/sdb/html/mwalter_kernel_24.html

6) Type 'make load' to load the driver.

Alternatively, you may type the following to load the driver:

insmod 3c2000.o

Something like the following will be added to /var/log/messages:

Jan 22 19:31:19 localhost kernel: 3C2000: 3Com Gigabit NIC Driver Version A08
Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 3Com Corporation.
Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 Marvell.
Jan 22 19:31:19 localhost kernel: eth0: 3Com Gigabit NIC (3C2000)

Depending on your configuration, the OS may then automatically bring the
interface up and request an address from a DHCP server. If it does not,
bring the interface up with the command:

ifconfig eth0 up

You may have to substitue 'eth0' for your actual interface if you have
more than one ethernet NIC installed.

If your system is not configured for DHCP, you can assign an IP address
with the command:

ifconfig eth0 a.b.c.d

Where a.b.c.d is the IP address that you wish to use. Again, eth0 may
be different depending on your system configuration.

Configuring the Driver
------------------------

The 3C2000 driver supports various options, which can be supplied
as command line arguments to the 'insmod' command or in the
/etc/modules.conf file. You may specify more than one option.
Unless otherwise stated, all settings take the form of:

<Option-Name>=value [,value...]

If you use the modules.conf file to load the driver at boot time,
include the word "options" when configuring the driver.

For example:
options 3c2000 DupCap_A=Full

If you use command line 'insmod', do not include the word "option"
when configuring the driver.

For example:
insmod 3c2000.o DupCap_A=Full


The following options are supported:

OPTION: Speed_A
Selects the speed of Port A of the NIC.

"Auto" - Automatic Resolution
"10" - 10MBPS
"100" - 100MBPS
"1000" - 1GIG

OPTION: DupCap_A
Selects the duplex capabilities of Port A of the NIC.

"Full" - Full Duplex
"Half" - Half Duplex
"Both" - Both Half Duplex & Full Duplex


To unload the driver
--------------------

1) Type 'ifconfig eth0 down' (Substitute you actual interface for 'eth0')

2) Type 'rmmod 3c2000'



am anfang ging's ganz flott:

die schritte 1 - 5 klappten problemlos:
1) Make sure that the kernel source is installed in /usr/src/linux or /usr/src/linux-2.4.
2) Copy the file /Linux/3c2000.tar.gz from the 3Com driver CD to your hard drive.
3) Change to the directory containing 3c2000.tar.gz
4) Type 'tar zxvf 3c2000.tar.gz'
5) Type 'cd 3c2000'
cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h

6) Type 'make load' to load the driver.


doch jetzt bekomme ich diese Fehlermeldung:

linux:/div/linux/3c2000 # make load
insmod 3c2000.o
3c2000.o: kernel-module version mismatch
3c2000.o was compiled for kernel version 2.4.20-4GB
while this kernel is version 2.4.20-64GB-SMP.
make: *** [load] Error 1
linux:/div/linux/3c2000 #

auch die alternativ - variante hab' ich ausprobiert, allerdings mit dem gleichen 'erfolg'...

was mache ich denn jetzt? muss ich sonstwo treiber runterladen?
 
Na dann will Ich mall schauen ob Ich dir Helfen Kann,gebe dir nen verlauf an zum Konfigurieren der 3com Lom.
1.YAST2 Öffnen.
2.klick auf Netzwerkgeräte
3.Netzwerkkarte
4.Neues Fenster öffnet sich "Konfigzration der Netzwerkkarte
p.s. habe meine netzwerkkarte schon werend der Instalation koniguriert geht auch.
5.nun siehst du 2 blocks auf der rechten seite____Andere nicht erkante (oben)...unten steht vieleicht Bereits konfigurierte Geräte.----wenn nicht gehe auf "Konfigurieren"
6.Manuelle Konfiguration
7."Typ der Netzwerks"=Eternet
8.Gerätenummer =1
9."Treffen Sie eine Auswall aus der Liste"---Da sind ein paar Eternet Karten aufgelistet.(Fahre neben bei auch Linux 8.2 nur zu INFO.)bei steht da eine"3con 3c56x/3c90x und eine3com 3c90x/3c980 B/C Serie solltest du mall testen ob er die akzeptiert.
10.wenn nicht übersprin Punkt 9 und klick unten auf weiter.Das siehst du dann Typ des Netzwerks eth1---Automatische Adressvergabe mit DHCP punkt drinnen--dann auf weiter klicken.
11.Nun sollte unten bei "Bereitskonfigurierte Geräte stehen"----""Ethernet-Netzwerkkarte Als eth1 mit DHCP konfiguriert" stehen.
12.Beenden klicken. nun speichert linux die neue konfiguration.
13.starte deinen rechner neu und fahre einen web browser auf und gib eine adresse ein um zu testen op du ins netz kommst.sollte funktionieren.bei mir geht es.
#
PS: druck dir das am besten aus
 
Das Ding, also die Anfrage ist bald 4 Jahre alt!
Und der TE hat sich seither nicht mehr gemeldet.
Schade um die Mühe...

Und deine 8.2 ist noch produktiv?

gruss, limoni
 
Da hab ich net aufgepast das ,das ding so alt ist mein 8.2 leuft einwand frei.

Genau nach dem moto alles was nicht fliegen kann ,kann auch nicht abstürtzen
 
Zurück
Oben