Advertisement
Guest User

res_hele

a guest
Sep 26th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.97 KB | None | 0 0
  1. root@Linux-Heleni:/home/heleni# lshw -C network
  2.   *-network UNCLAIMED    
  3.        description: Ethernet controller
  4.        product: AR5001 Wireless Network Adapter
  5.        vendor: Atheros Communications Inc.
  6.        physical id: 0
  7.        bus info: pci@0000:02:00.0
  8.        version: 01
  9.        width: 64 bits
  10.        clock: 33MHz
  11.        capabilities: pm msi pciexpress msix bus_master cap_list
  12.        configuration: latency=0
  13.        resources: memory:d0000000-d000ffff
  14.   *-network
  15.        description: Ethernet interface
  16.        product: RTL8111/8168B PCI Express Gigabit Ethernet controller
  17.        vendor: Realtek Semiconductor Co., Ltd.
  18.        physical id: 0
  19.        bus info: pci@0000:04:00.0
  20.        logical name: eth0
  21.        version: 01
  22.        serial: 00:03:0d:ea:e1:cc
  23.        size: 100MB/s
  24.        capacity: 1GB/s
  25.        width: 64 bits
  26.        clock: 33MHz
  27.        capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
  28.        configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=10.0.10.29 latency=0 link=yes multicast=yes port=MII speed=100MB/s
  29.        resources: irq:43 ioport:2000(size=256) memory:d0200000-d0200fff memory:44200000-4421ffff
  30. root@Linux-Heleni:/home/heleni# iwconfig wlan0
  31. wlan0     No such device
  32.  
  33. root@Linux-Heleni:/home/heleni# ifconfig
  34. eth0      Link encap:Ethernet  Endereço de HW 00:03:0d:ea:e1:cc  
  35.           inet end.: 10.0.10.29  Bcast:10.0.10.255  Masc:255.255.255.0
  36.           endereço inet6: fe80::203:dff:feea:e1cc/64 Escopo:Link
  37.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Métrica:1
  38.           pacotes RX:92896 erros:0 descartados:0 excesso:0 quadro:0
  39.           Pacotes TX:82303 erros:0 descartados:0 excesso:0 portadora:0
  40.           colisões:0 txqueuelen:1000
  41.           RX bytes:127971520 (127.9 MB) TX bytes:7050284 (7.0 MB)
  42.           IRQ:43
  43.  
  44. lo        Link encap:Loopback Local  
  45.           inet end.: 127.0.0.1  Masc:255.0.0.0
  46.           endereço inet6: ::1/128 Escopo:Máquina
  47.           UP LOOPBACK RUNNING  MTU:16436  Métrica:1
  48.           pacotes RX:444 erros:0 descartados:0 excesso:0 quadro:0
  49.           Pacotes TX:444 erros:0 descartados:0 excesso:0 portadora:0
  50.           colisões:0 txqueuelen:0
  51.           RX bytes:34192 (34.1 KB) TX bytes:34192 (34.1 KB)
  52.  
  53. root@Linux-Heleni:/home/heleni# nm-tool
  54.  
  55. NetworkManager Tool
  56.  
  57. State: connected
  58.  
  59. - Device: eth0  [Auto eth0] ----------------------------------------------------
  60.   Type:              Wired
  61.   Driver:            r8169
  62.   State:             connected
  63.   Default:           yes
  64.   HW Address:        00:03:0D:EA:E1:CC
  65.  
  66.   Capabilities:
  67.     Carrier Detect:  yes
  68.     Speed:           100 Mb/s
  69.  
  70.   Wired Properties
  71.     Carrier:         on
  72.  
  73.   IPv4 Settings:
  74.     Address:         10.0.10.29
  75.     Prefix:          24 (255.255.255.0)
  76.     Gateway:         10.0.10.254
  77.  
  78.     DNS:             200.222.145.85
  79.     DNS:             200.149.55.142
  80.  
  81.  
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement