UberLord wrote:Try the following
Code: Select all
ifconfig wlan0 down
iwconfig wlan0 essid "dddd"
ifconfig wlan0 up
iwconfig
The essid should now be "dddd" and the MAC address should be either FF:FF:FF:FF:FF:FF or 44:44:44:44:44:44
after setting the mode to managed instead of master, which in turn enabled the essid any option to work, I have gotten this far.
uberLord wrote:
now do
Code: Select all
iwconfig wlan0 essid any
ifconfig wlan0 up
iwconfig
Now, iwconfig should report the ESSID of the AP, it's MAC address and the signal quality. If this works, then don't panic - I have a new script to cater for this scenario.
If you're running DHCP you can now do
and you should have working network!
After waiting litterally about 5 minutes

, yes it worked.

Signal strength is not bad compared to what I usually get under XP (16/92 in Gentoo, 14-22% under XP)
So now all that is left is three things:
1) a way to automate things
2) a way to speed up the wireless connection (waiting 5 minutes is kinda nuts)
3) to find a tutorial on using an 802.11b nic in my server at home to act as an AP since I don't have the $$ to buy a full AP but can probably scrounge up enough for an OK PCI NIC.
Any help on any of those is greatly appreciated, as is your help to date!