Retourner au contenu associé (entrée de forum : Port ethernet up mais aucun flux)
Posté par doudootiana le 22 avril 2023 à 23:55. En réponse au message Port ethernet up mais aucun flux. Évalué à 1.
Ici le log quand j'active les interfaces eth1 et eth2 : ``` ifup eth1 [ 108.988416] mvpp2 f2000000.ethernet eth1: PHY [f212a200.mdio-mii:01] driver Marvell 88E1510 [ 108.999168] mvpp2 f2000000.ethernet eth1: configuring for inband/sgmii link mode udhcpc: started, v1.35.0 udhcpc: broadcasting discover [ 112.059960] mvpp2 f2000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx [ 112.068004] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready udhcpc: broadcasting discover udhcpc: broadcasting select for 192.168.4.63, server 192.168.4.254 udhcpc: lease of 192.168.4.63 obtained from 192.168.4.254, lease time 86400 deleting routers adding dns 192.168.4.254
[ 73.348678] mvpp2 f2000000.ethernet eth2: PHY [f212a200.mdio-mii:00] driver Marvell 88E1510 [ 73.358352] mvpp2 f2000000.ethernet eth2: configuring for phy/rgmii-id link mode udhcpc: started, v1.35.0 udhcpc: broadcasting discover [ 76.444184] mvpp2 f2000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control rx/tx [ 76.452227] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready udhcpc: broadcasting discover udhcpc: broadcasting discover udhcpc: no lease, forking to background ```
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: DTB ?
Posté par doudootiana . En réponse au message Port ethernet up mais aucun flux. Évalué à 1.
Ici le log quand j'active les interfaces eth1 et eth2 :
```
ifup eth1
[ 108.988416] mvpp2 f2000000.ethernet eth1: PHY [f212a200.mdio-mii:01] driver Marvell 88E1510
[ 108.999168] mvpp2 f2000000.ethernet eth1: configuring for inband/sgmii link mode
udhcpc: started, v1.35.0
udhcpc: broadcasting discover
[ 112.059960] mvpp2 f2000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 112.068004] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.4.63, server 192.168.4.254
udhcpc: lease of 192.168.4.63 obtained from 192.168.4.254, lease time 86400
deleting routers
adding dns 192.168.4.254
ifup eth2
[ 73.348678] mvpp2 f2000000.ethernet eth2: PHY [f212a200.mdio-mii:00] driver Marvell 88E1510
[ 73.358352] mvpp2 f2000000.ethernet eth2: configuring for phy/rgmii-id link mode
udhcpc: started, v1.35.0
udhcpc: broadcasting discover
[ 76.444184] mvpp2 f2000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control rx/tx
[ 76.452227] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting discover
udhcpc: no lease, forking to background
```