OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: tsmori on May 18, 2005, 11:52:02 am
-
Using the Network config within Opie, it appears that you can only have one configuration for WiFi at a time, meaning that if I set it up for work, including WEP and TCP/IP settings, I have to completely reset it when I go home.
With the Sharp ROM and it's network configuration, you can have multiple profiles, each with their own SSIDs, WEP settings, TCP/IP settings, etc.
Am I missing something or is this just the way it works right now? I'm guessing it's just a current limitation, but I hadn't seen anything posted after doing a few searches and I wanted to make sure I wasn't missing some magic setting somewhere.
-
I could have sworn I saw a thread recently about an app that helps to manage multiple interfaces, but I can't seem to find it (maybe I'm just crazy).
Anyway, a somewhat easy way to manage this is to create multiple interfaces files (/etc/network/), one for each network you use. For example, I have interfaces.home, interfaces.wellenreiter, interfaces.coffee. When I want to change the network, I just rename the correct file to from say 'interfaces.home' to just 'interfaces', then go to console and type 'ifup wlan0'. (You may need to do 'ifdown wlan0' first if you're card is still on (from the previous network).
You can either create the seperate files manually, or just use the network app to create one, then copy/rename the file and use the network app to create the next one, and so on.
Does this make sense?
good luck
-
Yes, that makes sense. How do you restart networking then? Just go into the configuration app and click on the restart button or do you do something from the command line?
-
Yes, that makes sense. How do you restart networking then? Just go into the configuration app and click on the restart button or do you do something from the command line?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=80375\"][{POST_SNAPBACK}][/a][/div]
I usually just go to console and type:
ifdown wlan0
ifup wlan0
That way I can see for sure if I got a successful dhcp lease, etc.
-
Sweet. Thanks. I'll give that a shot.
-
I think this is the thread offroadgeek was talking about... it has a link to an opie-sh script written by 2tomcats.
https://www.oesf.org/forums/index.php?showtopic=12485 (https://www.oesf.org/forums/index.php?showtopic=12485)
Here's 2tomcats webpage with script:
http://www.wach-o-witz.de/zaurus/wlanswitch/wlanswitch.html (http://www.wach-o-witz.de/zaurus/wlanswitch/wlanswitch.html)
Greg