He estado jugando un poco con los adaptadores de red para intentar darle una IP del modelo 192.168.0.X a mi Windows XP en virtualbox y no pude. Como consecuencia mi adaptador de red wlan0 pareciera que no puede conectarse a internet mediante WICD.
¿Hay alguna forma de "restaurarlo" por defecto? O bueno, si alguien se le ocurre donde puede estar el error les dejo mis datos.
iwconfig
Código:
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
pan0 no wireless extensions.
wlan2 IEEE 802.11bgn ESSID:"tty9"
Mode:Managed Frequency:2.437 GHz Access Point: 00:15:E9:05:81:84
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=63/70 Signal level=-47 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:173 Missed beacon:0
ifconfig -a
Código:
eth0 Link encap:Ethernet HWaddr e8:11:32:12:dc:9b
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:14174 errors:0 dropped:0 overruns:0 frame:0
TX packets:14174 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6298300 (6.0 MiB) TX bytes:6298300 (6.0 MiB)
pan0 Link encap:Ethernet HWaddr b2:53:61:b4:b9:62
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 4c:ed:de:ec:3b:c3
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:387691 errors:0 dropped:0 overruns:0 frame:0
TX packets:285466 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:484055345 (461.6 MiB) TX bytes:43696143 (41.6 MiB)
wlan2 Link encap:Ethernet HWaddr d8:5d:4c:8e:56:fc
inet addr:192.168.0.199 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::da5d:4cff:fe8e:56fc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:73731 errors:0 dropped:0 overruns:0 frame:0
TX packets:46272 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:100444476 (95.7 MiB) TX bytes:5875320 (5.6 MiB)
lsmod | grep -i ath
Código:
lsmod | grep -i ath
ath9k_htc 41720 0
compat_firmware_class 4441 1 ath9k_htc
ath9k 62974 0
mac80211 183116 2 ath9k_htc,ath9k
ath9k_common 1399 2 ath9k_htc,ath9k
ath9k_hw 307380 3 ath9k_htc,ath9k,ath9k_common
ath 11186 4 ath9k_htc,ath9k,ath9k_common,ath9k_hw
cfg80211 121811 4 ath9k_htc,ath9k,mac80211,ath
compat 13272 4 ath9k_htc,ath9k,mac80211,cfg80211
led_class 1757 3 ath9k_htc,ath9k,compat
usbcore 99329 7 ath9k_htc,uvcvideo,compat,usbhid,uhci_hcd,ehci_hcd
Cabe destacar que ahora estoy conectado con mi tarjeta wireless USB.
lsusb | grep -i ath
Código:
Bus 001 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Esta es wlan0:
Código:
05:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
Saludos y gracias de antemano!