ai estão os comandos pedidos.
eu só consigo conectar por meio de cabo.
e sempre tenho que refazer o pppoeconf e route add default ppp0
se não nada funciona.
e também continuo sem enchergar as redes wireless.
agradeço a ajuda!
lspci
00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation Device 075e (rev a2)
00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1)
00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor (rev a2)
00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:06.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] IDE (rev a1)
00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] SATA Controller (non-AHCI mode) (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
00:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h [Turion X2, Athlon X2, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Link Control
02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 8200M G] (rev a2)
07:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
lsusb
Bus 004 Device 002: ID 04d9:2083 Holtek Semiconductor, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f2:b091 Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1f:16:6f:b2:94
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:16ff:fe6f:b294/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1667 errors:0 dropped:0 overruns:0 frame:0
TX packets:1840 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:817621 (817.6 KB) TX bytes:401206 (401.2 KB)
Interrupt:26 Base address:0xc000
ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:24:2b:ad:7d:0f
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1143 errors:0 dropped:0 overruns:0 frame:0
TX packets:959 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:955522 (955.5 KB) TX bytes:175439 (175.4 KB)
cat /etc/resolv.conf
cat /etc/resolv.conf
nameserver 200.165.132.155
nameserver 200.149.55.142
# Generated by NetworkManager
domain lan
search lan
root@bruno-laptop:/home/bruno# wlan0 Link encap:Ethernet HWaddr 00:24:2b:ad:7d:0f
wlan0: command not found
root@bruno-laptop:/home/bruno# UP BROADCAST MULTICAST MTU:1500 Metric:1
UP: command not found
root@bruno-laptop:/home/bruno# RX packets:1143 errors:0 dropped:0 overruns:0 frame:0
RX: command not found
root@bruno-laptop:/home/bruno# TX packets:959 errors:0 dropped:0 overruns:0 carrier:0
TX: command not found
root@bruno-laptop:/home/bruno# collisions:0 txqueuelen:1000
collisions:0: command not found
root@bruno-laptop:/home/bruno# RX bytes:955522 (955.5 KB) TX bytes:175439 (175.4 KB)
bash: syntax error near unexpected token `('
cat /etc/network/interfaces
auto lo
iface lo inet loopback
##auto dsl-provider
#iface dsl-provider inet ppp
# provider dsl-provider
## please do not modify the following line
# pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
## added by pppoeconf
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
auto wlan0
iface wlan0 inet dhcp
wireless-key 123456789abcde123456789abb
wireless-essid arroz
auto eth0
iface eth0 inet manual
route -n
Destination Gateway Genmask Flags Metric Ref Use Iface
200.217.72.216 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0