You are not logged in.

#1 2008-11-29 09:39:05

Joe_Arch
Member
Registered: 2008-11-27
Posts: 67

Used ndiswrapper, but wlan0 won't find networks[SOLVED]

Hi all, brand new arch newbie here. I just installed it.

So, I'm having a bit of a trouble with my wireless. My wireless card is

Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02)

I used ndiswrapper (with bcmwl5.inf driver) to get a wlan0. iwconfig gives:

wlan0     IEEE 802.11g  ESSID:off/any  
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated   
          Bit Rate:54 Mb/s   Tx-Power:32 dBm   
          RTS thr:2347 B   Fragment thr:2346 B   
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Good so far, right? But now

[Joe@Arch ~]iwlist wlan0 scan
wlan0     No scan results

Trust me, there IS a network out there wink I can get to it using ubuntu on my other partition. Do you guys have any idea why it can't find any networks?

I've searched these forums, and there are other threads with a tantalizingly similar situation, but none of those solutions have worked for me sad

EDIT: should I be trying one of those network managers? If so, which one?

Last edited by Joe_Arch (2008-11-30 01:16:43)

Offline

#2 2008-11-29 10:15:22

ichbinesderelch
Member
Registered: 2008-01-17
Posts: 203

Re: Used ndiswrapper, but wlan0 won't find networks[SOLVED]

that is because you have to run iwlist wlan0 scan with sudo, running it without sudo will just give you the results you once found by running it with sudo, i guess you never did that, so no results wink

Offline

#3 2008-11-29 19:48:46

Joe_Arch
Member
Registered: 2008-11-27
Posts: 67

Re: Used ndiswrapper, but wlan0 won't find networks[SOLVED]

Oh man I'm a huge tool.

Well, thanks for pointing out my mistake tongue

That solved my problem, in sofar that now I can find access-points.

But sudo iwconfig wlan0 essid xxx key xxx isn't letting me connect =/  I'm running lxde, and the network manager here in my taskbar (dunno what it's called) sees the access-points and lets me enter the key, but doesn't connect sad

Well, I'll keep giving it a shot.

Here's the actual commands:

[joe@Arch ~]$ sudo iwlist wlan0 scan
Password: 
wlan0     Scan completed :
          Cell 01 - Address: 00:1E:2A:DC:D8:37
                    ESSID:"Wagner"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.437 GHz (Channel 6)
                    Quality:95/100  Signal level:-35 dBm  Noise level:-96 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
[joe@Arch ~]$ sudo iwconfig wlan0 essid Wagner key XXXXXXXXXX
[joe@Arch ~]$ sudo iwconfig
lo        no wireless extensions.

wlan0     IEEE 802.11g  ESSID:off/any  
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated   
          Bit Rate:54 Mb/s   Tx-Power:32 dBm   
          RTS thr:2347 B   Fragment thr:2346 B   
          Encryption key:XXXX-XXXX-XX   Security mode:restricted
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

eth0      no wireless extensions.

EDIT:

Solved my own problem. I ended up installing wicd to manage my networks. At first it still couldnt' connect, but the GUI gave me the ability to say what sort of encryption it was (wep hex) and it worked once I did that.

Does anyone know how to do that through the CLI?

Last edited by Joe_Arch (2008-11-30 01:16:14)

Offline

Board footer

Powered by FluxBB