The list of Aps does not show anything

Having a problem? Ask for help here.
Post Reply
rickhunter_sv
Junior Member
Posts: 4
Joined: Sun Jan 10, 2010 10:37 pm

The list of Aps does not show anything

Post by rickhunter_sv »

Hello, thaks for let me ask.

I have installed the program, and when I open it and click the "Scan APs" button, nothing happens in the list, is empty, blank, no matter the time I wait.

I have Windows Vista 32bits in spanish- The Vistumbler is in spanish too. When I go to Settingd-->Languages-->Search words-->Guess Netsh Searchwords I get this error window: "Vistlumber was unable to guess searchwords"


How I should to configure it in order to get the list of APs an MAC adrresses?

Thank you for your support
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: The list of Aps does not show anything

Post by ACalcutt »

Did you check to make sure the proper interface is selected in the interfaces menu?
rickhunter_sv
Junior Member
Posts: 4
Joined: Sun Jan 10, 2010 10:37 pm

Re: The list of Aps does not show anything

Post by rickhunter_sv »

ACalcutt wrote:Did you check to make sure the proper interface is selected in the interfaces menu?
Yes, I did, and have tried with all the interfaces listed there (just in case....jijiji)

Thank you for your time.
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: The list of Aps does not show anything

Post by ACalcutt »

hmm. maybe check to see if you get any results with the netsh command?

try running "netsh wlan show networks mode=bssid" from command prompt (when you know there are APs around)

you should see something like this (but in spanish)
C:\Users\ACalcutt>netsh wlan show networks mode=bssid

Interface name : Wireless Network Connection
There are 2 networks currently visible.

SSID 1 : wscwireless
Network type : Infrastructure
Authentication : Open
Encryption : None
BSSID 1 : 00:0b:33:12:6a:60
Signal : 57%
Radio type : 802.11g
Channel : 6
Basic rates (Mbps) : 1 2 5.5 11
Other rates (Mbps) : 6 9 12 18 24 36 48 54

SSID 2 : wscwpa
Network type : Infrastructure
Authentication : WPA-Enterprise
Encryption : CCMP
BSSID 1 : 00:0b:33:12:6a:61
Signal : 68%
Radio type : 802.11g
Channel : 6
Basic rates (Mbps) : 1 2 5.5 11
Other rates (Mbps) : 6 9 12 18 24 36 48 54

And if you do get results and want to post the output so i can see whats going on, run this command
"netsh wlan show networks mode=bssid > c:\netsh_out.txt"
and post c:\netsh_out.txt
rickhunter_sv
Junior Member
Posts: 4
Joined: Sun Jan 10, 2010 10:37 pm

Re: The list of Aps does not show anything

Post by rickhunter_sv »

I´m sorry, but I have replaced (edited) some x´s in the MAC Addresses and network names for obvious reazons.

Hello.
Many thanks for your time and support.
Here is attached the output text:

Nombre de interfaz :
Actualmente hay 5 redes visibles.

SSID 1 : linksys
Tipo de red : Infraestructura
Autenticación : Abierta
Cifrado : Ninguna
BSSID 1 : 00:14:bf:b3:ad:xx
Señal : 99%
Tipo de radio : 802.11g
Canal : 6
Velocidades básicas (Mbps): 1 2 5.5 11
Otras velocidades (Mbps): 6 9 12 18 24 36 48 54

SSID 2 : 2WIREx36
Tipo de red : Infraestructura
Autenticación : WPA-Personal
Cifrado : TKIP
BSSID 1 : 00:24:56:cc:1x:xx
Señal : 26%
Tipo de radio : 802.11g
Canal : 3
Velocidades básicas (Mbps): 1 2 5.5 11
Otras velocidades (Mbps): 6 9 12 18 24 36 48 54

SSID 3 : MExDOxx HOME's Network
Tipo de red : Infraestructura
Autenticación : WPA2-Personal
Cifrado : CCMP
BSSID 1 : 00:1e:c2:fx:4x:xx
Señal : 16%
Tipo de radio : 802.11n
Canal : 11
Velocidades básicas (Mbps): 1 2 5.5 11
Otras velocidades (Mbps): 6 9 12 18 24 36 48 54

SSID 4 : AT&T Uverse
Tipo de red : Infraestructura
Autenticación : WPA-Personal
Cifrado : TKIP
BSSID 1 : 00:1f:bx:xe:x1:xx
Señal : 16%
Tipo de radio : 802.11g
Canal : 11
Velocidades básicas (Mbps): 1 2 5.5 11
Otras velocidades (Mbps): 6 9 12 18 24 36 48 54

SSID 5 : my network
Tipo de red : Infraestructura
Autenticación : Abierta
Cifrado : WEP
BSSID 1 : 00:2x:51:xa:1c:9x
Señal : 0%
Tipo de radio : 802.11g
Canal : 6
Velocidades básicas (Mbps): 1 2 5.5 11
Otras velocidades (Mbps): 6 9 12 18 24 36 48 54
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: The list of Aps does not show anything

Post by ACalcutt »

How about if you do that command and specify your wireless card
netsh wlan show networks mode=bssid interface="<your network card name>"
for me this would be
netsh wlan show networks mode=bssid interface="Wireless Network Connection"
if this command gives you an output like the one you had above then netsh is working properly, and it it something else. From what I see this should work with the spanish language pack.


The only other thing i can think of is something is stopping vistumbler from creating its netsh temp file (which it uses to pull the data from). Maybe something like antivirus(check you logs for any blocks)?
rickhunter_sv
Junior Member
Posts: 4
Joined: Sun Jan 10, 2010 10:37 pm

Re: The list of Aps does not show anything

Post by rickhunter_sv »

ACalcutt wrote:How about if you do that command and specify your wireless card
netsh wlan show networks mode=bssid interface="<your network card name>"
For any reazon that command did not work

But you can see the interface options in the attached image. There is selected the "MAC bridge miniport" But when I select the IPW 3945ABG I have just the same problem.

Thank you!
Attachments
vistlumber1.jpg
vistlumber1.jpg (43.15 KiB) Viewed 9475 times
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: The list of Aps does not show anything

Post by ACalcutt »

well it looks like for you that command would be

netsh wlan show networks mode=bssid interface="Puente de red"


did you have a chance to look into you antivirus software (if you have any)
Post Reply