hardik1

ip link set eth0 up

May 12th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # ip link set eth0 up
  2. [ 11.774901] enter func vmac_open...
  3. [ 11.777387] enter rk30_rmii_power_control ,enable = 0 enter rk30_rmii_power_control ,enable = 1 power on phy
  4. [ 12.905791] vmac_mii_bus: probed
  5. [ 1# 905887] rk29 vmac rk29 vmac.0: PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, irq=-1)
  6. [ 12.906139] ADDRCONF(NETDEV_UP): eth0: link is not ready
  7.  
  8. # [ 14.897688] PHY: 0:00 - Link is Down
  9. [ 15.899894] PHY: 0:00 - Link is Up - 100/Full
  10. [ 15.900743] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  11.  
  12. # ifconfig
  13. eth0 Link encap:Ethernet HWaddr 00:16:00:00:00:42
  14. inet6 addr: fc00::216:ff:fe00:42/64 Scope:Global
  15. inet6 addr: fe80::216:ff:fe00:42/64 Scope:Link
  16. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  17. RX packets:42 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  19. collisions:0 txqueuelen:1000
  20. RX bytes:3110 (3.0 KiB) TX bytes:316 (316.0 B)
  21. Interrupt:51 Base address:0x8000
  22.  
  23. lo Link encap:Local Loopback
  24. inet addr:127.0.0.1 Mask:255.0.0.0
  25. inet6 addr: ::1/128 Scope:Host
  26. UP LOOPBACK RUNNING MTU:16436 Metric:1
  27. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:0
  30. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Add Comment
Please, Sign In to add comment