Advertisement
techhat

No ethernet after kernel update

Oct 23rd, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [root@dufresne network.d]# uname -a
  2. Linux dufresne 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64 GNU/Linux
  3. [root@dufresne network.d]# ethtool enp0s25
  4. Settings for enp0s25:
  5. Supported ports: [ TP ]
  6. Supported link modes: 10baseT/Half 10baseT/Full
  7. 100baseT/Half 100baseT/Full
  8. 1000baseT/Full
  9. Supported pause frame use: No
  10. Supports auto-negotiation: Yes
  11. Advertised link modes: 10baseT/Half 10baseT/Full
  12. 100baseT/Half 100baseT/Full
  13. 1000baseT/Full
  14. Advertised pause frame use: No
  15. Advertised auto-negotiation: Yes
  16. Speed: 1000Mb/s
  17. Duplex: Full
  18. Port: Twisted Pair
  19. PHYAD: 2
  20. Transceiver: internal
  21. Auto-negotiation: on
  22. MDI-X: Unknown (auto)
  23. Supports Wake-on: pumbg
  24. Wake-on: g
  25. Current message level: 0x00000007 (7)
  26. drv probe link
  27. Link detected: no
  28. [root@dufresne network.d]# cat /sys/bus/pci/devices/0000\:00\:19.0/power/control
  29. on
  30. [root@dufresne network.d]# echo on > /sys/bus/pci/devices/0000\:00\:19.0/power/control
  31. [root@dufresne network.d]# ethtool enp0s25
  32. Settings for enp0s25:
  33. Supported ports: [ TP ]
  34. Supported link modes: 10baseT/Half 10baseT/Full
  35. 100baseT/Half 100baseT/Full
  36. 1000baseT/Full
  37. Supported pause frame use: No
  38. Supports auto-negotiation: Yes
  39. Advertised link modes: 10baseT/Half 10baseT/Full
  40. 100baseT/Half 100baseT/Full
  41. 1000baseT/Full
  42. Advertised pause frame use: No
  43. Advertised auto-negotiation: Yes
  44. Speed: 1000Mb/s
  45. Duplex: Full
  46. Port: Twisted Pair
  47. PHYAD: 2
  48. Transceiver: internal
  49. Auto-negotiation: on
  50. MDI-X: on (auto)
  51. Supports Wake-on: pumbg
  52. Wake-on: g
  53. Current message level: 0x00000007 (7)
  54. drv probe link
  55. Link detected: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement