parsim Guru


Joined: 12 Aug 2004 Posts: 347 Location: Melbourne, Australia
|
Posted: Wed Nov 16, 2005 1:34 am Post subject: Manual wireless configuration |
|
|
I'm having trouble connecting to my AP:
Code: | # /etc/init.d/net.wlan0 start
* Starting wlan0
* Loading networking modules for wlan0
* modules: iwconfig essidnet iptunnel ifconfig dhcpcd apipa
* iwconfig provides wireless
* ifconfig provides interface
* dhcpcd provides dhcp
* Configuring wireless network for wlan0
* Scanning for access points
* Found "zephyr" at 00:0F:B5:50:1C:D2
* Found "default" at 00:0C:41:AA:EA:86
* Connecting to "zephyr" (WEP Disabled) ... [ !! ]
* Failed to configure wireless for wlan0 [ !! ] |
But I'm often able to connect to the neighbour's unsecured AP ("default") just fine, which I think means the card is configured OK.
To work out what's wrong, I want to configure the card manually, but I'm having a doozy of a time working out what I'm meant to do. I think I'm meant to do this:
Code: | iwconfig wlan0 essid zephyr
iwconfig wlan0 mode managed
ifconfig wlan0 up
dhcpcd wlan0 |
Is this right?
What I'm finding is that the card's details don't seem to change (i.e. I set the essid and it still says "off/any"), and when I get to the dhcpcd stage, it just times out--I guess because it never associated with the AP. |
|