Advertisement
Guest User

Untitled

a guest
Aug 5th, 2011
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. # ip a
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  3. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. inet 127.0.0.1/8 scope host lo
  5. inet6 ::1/128 scope host
  6. valid_lft forever preferred_lft forever
  7. 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
  8. link/ether f4:6d:04:ee:7d:1c brd ff:ff:ff:ff:ff:ff
  9. 3: hso0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1486 qdisc pfifo_fast state UNKNOWN qlen 10
  10. link/none
  11. inet 10.81.109.181/32 brd 10.81.109.181 scope global hso0
  12. 4: vboxnet0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  13. link/ether 0a:00:27:00:00:00 brd ff:ff:ff:ff:ff:ff
  14.  
  15.  
  16.  
  17. # route
  18. Kernel IP routing table
  19. Destination Gateway Genmask Flags Metric Ref Use Iface
  20. link-local * 255.255.0.0 U 1000 0 0 hso0
  21. default * 0.0.0.0 U 0 0 0 hso0
  22.  
  23.  
  24.  
  25. # ifdown eth0
  26. ifdown: interface eth0 not configured
  27. # ifup eth0
  28. Ignoring unknown interface eth0=eth0.
  29.  
  30.  
  31.  
  32. # ifconfig
  33. eth0 Link encap:Ethernet HWaddr f4:6d:04:ee:7d:1c
  34. UP BROADCAST MULTICAST MTU:1500 Metric:1
  35. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  36. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  37. collisions:0 txqueuelen:1000
  38. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  39. Interrupt:45 Base address:0xe000
  40.  
  41. hso0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  42. inet addr:10.81.109.181 P-t-P:10.81.109.181 Mask:255.255.255.255
  43. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1486 Metric:1
  44. RX packets:476 errors:0 dropped:0 overruns:0 frame:0
  45. TX packets:521 errors:0 dropped:0 overruns:0 carrier:0
  46. collisions:0 txqueuelen:10
  47. RX bytes:202863 (202.8 KB) TX bytes:84066 (84.0 KB)
  48.  
  49. lo Link encap:Local Loopback
  50. inet addr:127.0.0.1 Mask:255.0.0.0
  51. inet6 addr: ::1/128 Scope:Host
  52. UP LOOPBACK RUNNING MTU:16436 Metric:1
  53. RX packets:2309 errors:0 dropped:0 overruns:0 frame:0
  54. TX packets:2309 errors:0 dropped:0 overruns:0 carrier:0
  55. collisions:0 txqueuelen:0
  56. RX bytes:199425 (199.4 KB) TX bytes:199425 (199.4 KB)
  57.  
  58.  
  59.  
  60.  
  61. # dmesg |grep eth
  62. [ 1.468182] i2c-core: driver [adp5520] using legacy suspend method
  63. [ 1.468183] i2c-core: driver [adp5520] using legacy resume method
  64. [ 3.824428] r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xffffc9000066e000, f4:6d:04:ee:7d:1c, XID 0c200000 IRQ 45
  65. [ 17.294966] r8169 0000:05:00.0: eth0: link down
  66. [ 17.295178] ADDRCONF(NETDEV_UP): eth0: link is not ready
  67.  
  68.  
  69.  
  70.  
  71. # lsmod
  72. Module Size Used by
  73. aesni_intel 55161 349
  74. cryptd 20510 1 aesni_intel
  75. aes_x86_64 17208 1 aesni_intel
  76. aes_generic 38279 2 aesni_intel,aes_x86_64
  77. binfmt_misc 17565 1
  78. vboxnetadp 13340 0
  79. vboxnetflt 28297 0
  80. vboxdrv 252684 2 vboxnetadp,vboxnetflt
  81. dm_crypt 22993 0
  82. snd_hda_codec_hdmi 28167 1
  83. snd_hda_codec_realtek 336771 1
  84. snd_hda_intel 33211 2
  85. snd_hda_codec 103804 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
  86. snd_hwdep 13604 1 snd_hda_codec
  87. snd_pcm 96391 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
  88. snd_seq_midi 13324 0
  89. snd_rawmidi 30486 1 snd_seq_midi
  90. snd_seq_midi_event 14899 1 snd_seq_midi
  91. snd_seq 61621 2 snd_seq_midi,snd_seq_midi_event
  92. snd_timer 29602 2 snd_pcm,snd_seq
  93. snd_seq_device 14462 3 snd_seq_midi,snd_rawmidi,snd_seq
  94. ppdev 17113 0
  95. snd 67382 14 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  96. soundcore 12680 1 snd
  97. eeepc_wmi 19323 0
  98. snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
  99. parport_pc 36959 1
  100. hso 42725 4
  101. psmouse 73535 0
  102. serio_raw 13166 0
  103. sparse_keymap 13898 1 eeepc_wmi
  104. lp 17825 0
  105. parport 46458 3 ppdev,parport_pc,lp
  106. usbhid 46956 0
  107. hid 91020 1 usbhid
  108. i915 514975 2
  109. drm_kms_helper 42136 1 i915
  110. usb_storage 53538 0
  111. xhci_hcd 77643 0
  112. r8169 48022 0
  113. drm 227495 3 i915,drm_kms_helper
  114. pata_via 13632 0
  115. i2c_algo_bit 13400 1 i915
  116. video 19438 1 i915
  117.  
  118.  
  119.  
  120. # lspci
  121. 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
  122. 00:01.0 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI Express Root Port (rev 09)
  123. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  124. 00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
  125. 00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
  126. 00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)
  127. 00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b5)
  128. 00:1c.4 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 5 (rev b5)
  129. 00:1c.5 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 6 (rev b5)
  130. 00:1c.6 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 7 (rev b5)
  131. 00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
  132. 00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
  133. 00:1f.0 ISA bridge: Intel Corporation H67 Express Chipset Family LPC Controller (rev 05)
  134. 00:1f.2 IDE interface: Intel Corporation 6 Series Chipset Family 4 port SATA IDE Controller (rev 05)
  135. 00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 05)
  136. 00:1f.5 IDE interface: Intel Corporation 6 Series Chipset Family 2 port SATA IDE Controller (rev 05)
  137. 03:00.0 IDE interface: VIA Technologies, Inc. VT6415 PATA IDE Host Controller
  138. 04:00.0 USB Controller: Device 1b21:1042
  139. 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
  140. 06:00.0 PCI bridge: Device 1b21:1080 (rev 01)
  141.  
  142.  
  143.  
  144. # lshw -C network
  145. *-network
  146. description: Ethernet interface
  147. product: RTL8111/8168B PCI Express Gigabit Ethernet controller
  148. vendor: Realtek Semiconductor Co., Ltd.
  149. physical id: 0
  150. bus info: pci@0000:05:00.0
  151. logical name: eth0
  152. version: 06
  153. serial: f4:6d:04:ee:7d:1c
  154. size: 10Mbit/s
  155. capacity: 1Gbit/s
  156. width: 64 bits
  157. clock: 33MHz
  158. capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
  159. configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
  160. resources: irq:45 ioport:d000(size=256) memory:d0004000-d0004fff memory:d0000000-d0003fff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement