Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Marvell 88E1116 PHY
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3488
Location: Berlin

PostPosted: Sat Oct 06, 2007 12:09 pm    Post subject: Marvell 88E1116 PHY Reply with quote

Hallo
Mein neues ASUS Board hat zwei LAn-Anschlüsse Marvell 88E1116 PHY. Im Kernel ist ein Treiber "for the 88E1011S". Funktioniert der auch für meinen Chip?. Mein Netzwerk funktioniert nämlich nicht. ich weiß nur nicht, ob der Fehler am treiber liegt, oder woanders.
Die devices werden angelegt.
Code:
localhost olaf # ifconfig -a
...
eth1      Protokoll:Ethernet  Hardware Adresse 00:1A:92:D6:A5:3E
          inet Adresse:169.254.245.61  Bcast:169.254.255.255  Maske:255.255.0.0
          inet6 Adresse: fe80::21a:92ff:fed6:a53e/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:255 errors:0 dropped:8 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:101014 (98.6 Kb)
          Interrupt:21 Basisadresse:0x6000

eth2      Protokoll:Ethernet  Hardware Adresse 00:1A:92:D6:A6:6A
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:20 Basisadresse:0x8000
Code:
localhost olaf # cat /etc/conf.d/net
...
config_eth1=( "192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255" )
config_eth2=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255" )
Code:
localhost olaf # ping -c 3 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.

--- 192.168.0.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms

localhost olaf # ping -c 3 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.

--- 192.168.1.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2010ms

Ich weiß jetzt nicht, ob ich einen Fehler in meiner Konfiguration habe, oder ob es am Treiber liegt.(Ich hatte auf meinem alten Board auch zwei Netzwerkkarten. Habe nur die udev-rules geändert.)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum