Ok, só consigo conectar junto ao roteador agora...
Comando sudo lshw -C network:*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth0
version: 03
serial: 00:03:0d:e5:0e:7d
size: 10MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10MB/s
resources: irq:28 ioport:5000(size=256) memory:c6000000-c6000fff(prefetchable) memory:c8000000-c8003fff(prefetchable) memory:c6020000-c603ffff(prefetchable)
*-network
description: Wireless interface
physical id: 3
logical name: wlan0
serial: 00:17:c4:91:ed:6a
capabilities: ethernet physical wireless
configuration: broadcast=yes ip=192.168.2.2 multicast=yes wireless=IEEE 802.11bg
Comando
iwconfig wlan0 :
wlan0 IEEE 802.11bg ESSID:"SMC"
Mode:Managed Frequency:2.437 GHz Access Point: 00:13:F7:84:B7:32
Bit Rate=5.5 Mb/s Tx-Power=27 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-31 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
comando
ifconfig -a :
eth0 Link encap:Ethernet Endereço de HW 00:03:0d:e5:0e:7d
UP BROADCAST MULTICAST MTU:1500 Métrica:1
pacotes RX:0 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:0 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
IRQ:28
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:16436 Métrica:1
pacotes RX:20 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:20 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:0
RX bytes:1200 (1.2 KB) TX bytes:1200 (1.2 KB)
wlan0 Link encap:Ethernet Endereço de HW 00:17:c4:91:ed:6a
inet end.: 192.168.2.2 Bcast:192.168.2.255 Masc:255.255.255.0
endereço inet6: fe80::217:c4ff:fe91:ed6a/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:1596 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:1815 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:676601 (676.6 KB) TX bytes:317047 (317.0 KB)
comando
nm-tool :
NetworkManager Tool
State: connected
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: r8169
State: unavailable
Default: no
HW Address: 00:03:0D:E5:0E:7D
Capabilities:
Carrier Detect: yes
Speed: 10 Mb/s
Wired Properties
Carrier: off
- Device: wlan0 [Auto SMC] ----------------------------------------------------
Type: 802.11 WiFi
Driver: rtl8187
State: connected
Default: yes
HW Address: 00:17:C4:91:ED:6A
Capabilities:
Speed: 5 Mb/s
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points (* = current AP)
*SMC: Infra, 00:13:F7:84:B7:32, Freq 2437 MHz, Rate 54 Mb/s, Strength 100 WPA WPA2
IPv4 Settings:
Address: 192.168.2.2
Prefix: 24 (255.255.255.0)
Gateway: 192.168.2.1
DNS: 192.168.2.1
comando ping -c 4 8.8.8.8 :
PING 8.8.8.8 (8.8.8.
56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=476 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=360 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=53 time=448 ms
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3003ms
rtt min/avg/max/mdev = 360.477/428.677/476.601/49.531 ms
ping -c 4 www.google.com :
PING
www.l.google.com (64.233.163.104) 56(84) bytes of data.
64 bytes from bs-in-f104.1e100.net (64.233.163.104): icmp_seq=1 ttl=53 time=379 ms
64 bytes from bs-in-f104.1e100.net (64.233.163.104): icmp_seq=2 ttl=53 time=378 ms
64 bytes from bs-in-f104.1e100.net (64.233.163.104): icmp_seq=3 ttl=53 time=346 ms
64 bytes from bs-in-f104.1e100.net (64.233.163.104): icmp_seq=4 ttl=53 time=370 ms
---
www.l.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 346.247/368.486/379.011/13.249 ms