OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: cstrand1 on December 14, 2004, 01:19:46 pm

Title: Gpe 3.5.2 And Wireless Config
Post by: cstrand1 on December 14, 2004, 01:19:46 pm
Hello,

I installed gpe onto my 5600 and all went well until I tried to setup my wireless card.  My access point has WEP enabled and when I used the Network Setup under Settings, it did not work and the settings appear not to be saved.  I also noticed that the wifi device states usbd0.

I finally got it to work by using iwconfig and setting the options there.  My next step would be to create a script that takes care of it for me.

Is this how it is supposed to work?  What am I missing?

Any thoughts or help would be appreciated.

Chuck
Title: Gpe 3.5.2 And Wireless Config
Post by: g3n on December 15, 2004, 12:00:41 am
could you post what you do to set up your card? i'm still trying and cant do it, how do you configured your wep?
Title: Gpe 3.5.2 And Wireless Config
Post by: cstrand1 on December 15, 2004, 09:42:21 am
Hello g3n,

I hope this works for you.

First, I got my card to find the access point.  So, the light on the card was not blinking.  I have not tried this when it cannot find the access point.  My access point allows "ANY".

Now, from the terminal as root, I run iwconfig and it shows what currently is setup.  Mine shows info about the access point (SSID, MAC address, etc.)

I originally did a google on iwconfig and got the parameters.

Now, on to what I do.

At the command line:
    iwconfig wlan0 key <my key> mode managed enc on
    ifconfig wlan0 down (mine was up)
    ifconfig wlan0 up
    route add default gw <my gateway>

Doing ifconfig wlan0 should show that you have an IP address assign, assuming you use DHCP.

At some point, I will put that into a script.

Hope that helps,
C-
Title: Gpe 3.5.2 And Wireless Config
Post by: drs9222 on May 12, 2006, 04:39:39 am
Thanks for this.  So far it's the only way I can get mine working.  Did you ever find a better way?
Title: Gpe 3.5.2 And Wireless Config
Post by: TheWalt on May 16, 2006, 10:34:36 pm
Quote
Thanks for this.  So far it's the only way I can get mine working.  Did you ever find a better way?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126695\"][{POST_SNAPBACK}][/a][/div]

Here is what I did.  Inserted wireless card so it gets detected.  Then open a root shell using the icon in the 'Utilities' folder.  From there run ' gpe-conf network '.  There will be a bunch of text in the shell but eventually the network config will open but now with write access to the config file.  Setup your wifi (in my case under eth0) and when you choose ok it will save.  Then, I had to remove the network card, waited 10 seconds, and put it back in.  Now it used my saved settings and connected to wireless without problem.

Hope this helps