Guest User

asd

a guest
Aug 12th, 2010
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. lshw -C network
  2. *-network
  3. description: Ethernet interface
  4. product: RTL8111/8168B PCI Express Gigabit Ethernet controller
  5. vendor: Realtek Semiconductor Co., Ltd.
  6. physical id: 0
  7. bus info: pci@0000:06:00.0
  8. logical name: eth0
  9. version: 02
  10. serial: 40:61:86:cb:ef:d6
  11. size: 1GB/s
  12. capacity: 1GB/s
  13. width: 64 bits
  14. clock: 33MHz
  15. capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  16. configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.018.00-NAPI duplex=full ip=178.63.20.19 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s
  17. resources: irq:82 ioport:e800(size=256) memory:fbeff000-fbefffff memory:f6ff0000-f6ffffff(prefetchable) memory:f6f00000-f6f1ffff(prefetchable)
  18.  
  19.  
  20.  
  21.  
  22. lsmod |grep 816
  23. r8168 137020 0
  24.  
  25.  
  26.  
  27.  
  28. lspci |grep Ethernet
  29. 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
  30.  
  31.  
  32.  
  33.  
  34. ethtool eth0
  35. Settings for eth0:
  36. Supported ports: [ TP ]
  37. Supported link modes: 10baseT/Half 10baseT/Full
  38. 100baseT/Half 100baseT/Full
  39. 1000baseT/Full
  40. Supports auto-negotiation: Yes
  41. Advertised link modes: 10baseT/Half 10baseT/Full
  42. 100baseT/Half 100baseT/Full
  43. 1000baseT/Full
  44. Advertised auto-negotiation: Yes
  45. Speed: 1000Mb/s
  46. Duplex: Full
  47. Port: Twisted Pair
  48. PHYAD: 0
  49. Transceiver: internal
  50. Auto-negotiation: on
  51. Supports Wake-on: pumbg
  52. Wake-on: g
  53. Current message level: 0x00000033 (51)
  54. Link detected: yes
  55.  
  56.  
  57.  
  58.  
  59. wget ftp://ftp.kernel.org/pub/dist/knoppix-dvd/KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso
  60. --2010-08-12 09:17:00-- ftp://ftp.kernel.org/pub/dist/knoppix-dvd/KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso
  61. => `KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso'
  62. Resolving ftp.kernel.org... 130.239.17.4, 199.6.1.164
  63. Connecting to ftp.kernel.org|130.239.17.4|:21... connected.
  64. Logging in as anonymous ... Logged in!
  65. ==> SYST ... done. ==> PWD ... done.
  66. ==> TYPE I ... done. ==> CWD /pub/dist/knoppix-dvd ... done.
  67. ==> SIZE KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso ... 3344650240
  68. ==> PASV ... done. ==> RETR KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso ... done.
  69. Length: 3344650240 (3.1G)
  70.  
  71. 0% [ ] 5,676,924 1.19M/s eta 46m 35s
Advertisement
Add Comment
Please, Sign In to add comment