OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: xamindar on December 21, 2008, 02:49:31 pm
-
As anyone who uses the sharp rom knows, you can't connect to an essid that has a space in the name. I tried searching these forums but couldn't turn up any info on how to do it. Can the config file be modified to add a space? Is there some manual way to add it? I tried modifying the config with stuff like "ess id" and 'ess id' but no go.
Is there any way?
-
As anyone who uses the sharp rom knows, you can't connect to an essid that has a space in the name. I tried searching these forums but couldn't turn up any info on how to do it. Can the config file be modified to add a space? Is there some manual way to add it? I tried modifying the config with stuff like "ess id" and 'ess id' but no go.
Is there any way?
yes, but it means breaking out an editor
note - take a backup of files before changing them!
the configuration used when firing up the wifi is in the file /etc/pcmcia/wlan-ng.opts so you can edit that; its there you'd add the WPA=y statement.
each network profile is in a separate file in /home/zaurus/Applications/Network/modules
so take a look at each file and edit it to make changes permanent.
hope this helps
Paul
-
each network profile is in a separate file in /home/zaurus/Applications/Network/modules
so take a look at each file and edit it to make changes permanent.
hope this helps
Paul
Yeah, I already trying modifying those files for my essid with spaces but it didn't work. Tried surrounding the essid with " and ' but neither seemed to work. Is there a certain character to surround them with or do I just enter the essid with the space and leave it at that? I guess I'll just fiddle around with it but I'm not even sure it is possible.
-
try no quotes, or using the apostrophe ' instead?
--edit--
p.s. yes, it's definitely possible, as I've used that myself (albeit with Cacko) to connect to wifi APs with a space in the name - damn annoying!
-
Based on my problems with dialup, when Qtopia has corrupted various networking files by adding Wifi or DHPCD stuff to them, making me unable to get online, also check the contents of the Network.conf file.
/home/zaurus/Settings/Network.conf
If all your config and settings files look okay, reboot. Sometimes networking is done with info in a hidden cache and you may have to do a soft reset to find them. I'll be adding another blog post about this when I feel up to tackling Wordpress' incompatibility with Opera...check my blog in a few weeks if you want to see my experiences with corrupt network settings, in two separate posts that are not quite completed.
Oh, for early ROMs, it may be in /home/root/Settings/Network.conf
sdjf
-
I was in a hotel with a space in the essid, lately. The gui applet did not pick it.
When I edited the /home/etc/wlan-ng.opts file, the essid's were already in " ". So I just added a space at the appropriate place.
Note that it is wise to su before editing the file. Otherwise the changes may not get picked up.
BTW: I'm using cacko 1.23 on an sl c3200
See you,
MaBo
-
I was in a hotel with a space in the essid, lately. The gui applet did not pick it.
When I edited the /home/etc/wlan-ng.opts file, the essid's were already in " ". So I just added a space at the appropriate place.
Note that it is wise to su before editing the file. Otherwise the changes may not get picked up.
BTW: I'm using cacko 1.23 on an sl c3200
See you,
MaBo
Thank you soo much! That was it. On my sharp rom it was /home/etc/pcmcia/wlan-ng.opts and modifying it got it working. I kept trying to modify /home/zaurus/Applications/Network/modules/WLAN??.conf which didn't seem to have any effect besides throwing an error when I next tried to modify it from the gui app.