Author Topic: How Do You Manage Your Wireless  (Read 4689 times)

band-aid

  • Newbie
  • *
  • Posts: 35
    • View Profile
How Do You Manage Your Wireless
« on: October 25, 2007, 05:04:43 pm »
How do you manage your wireless? Right now I'm using wpa supplicant but I have to make a new entry in my config file in order to connect to new wireless points, e.g. coffee shops and friends houses. What would be ideal is an entry in my config file that automatically connects to unprotected access points. My other option would be to use the GPE network configuration system, but that has been less than reliable for me. Are there any other network managers out there that work bettet? I'm using a semi-recent version of angstrom (august I think).



P.S. why does my Galculator seg fault on start up?

P.P.S  why are some characters untypable in minimo?

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
How Do You Manage Your Wireless
« Reply #1 on: October 25, 2007, 07:57:13 pm »
Quote from: band-aid
How do you manage your wireless? Right now I'm using wpa supplicant but I have to make a new entry in my config file in order to connect to new wireless points, e.g. coffee shops and friends houses. What would be ideal is an entry in my config file that automatically connects to unprotected access points. My other option would be to use the GPE network configuration system, but that has been less than reliable for me. Are there any other network managers out there that work bettet? I'm using a semi-recent version of angstrom (august I think).



P.S. why does my Galculator seg fault on start up?

P.P.S  why are some characters untypable in minimo?


try wifi-radar

as for the rest, it's probably because the dev for your distro are more concerned about compiling and building clean packages, but don't care much about testing nor ensuring what they produced actually works.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

JohnX

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • http://
How Do You Manage Your Wireless
« Reply #2 on: October 25, 2007, 08:57:07 pm »
It looks like network manager is going to be the way to go at some point in the future. It's *so* close to working right now for me. Right now though I just use the command line and a hacked up script that calls pccardctl, wpa_supplicant and udhcpc. I seem to remember trying wifi-radar a long time ago. Maybe I'll try it again in a bit.

Oh, and I think that you *can* have an "any open network" listing in wpa_supplicant.conf. It should look something like this.
Code: [Select]
network={
ssid=”any”
key_mgmt=NONE
priority=2
}
I hope that works. I can't really try it right now.

-John
Zaurus SL-C1000 - Linux 2.6.22 - Angstrom/Debian dual boot - Ambicom 802.11b - 1GB Corsair SD
Nokia N800 - 2GB PQI SD card
Zaurus SL-5500 - OZ 3.5.3/Hentges T2/Opie - 64MB Lexar SD card

band-aid

  • Newbie
  • *
  • Posts: 35
    • View Profile
How Do You Manage Your Wireless
« Reply #3 on: October 26, 2007, 12:09:57 pm »
I tried to download wifi-radar but it failed, guess i,ll have to stop being lazy and upgrade. I too tried to use networkmanager but it failed miserably when I tried to launch nm-applet. How would one go about using it via the command line? Isit any better than wpasupplicant?