yes i followed the "howto" but i dont know how to and where to change that. are you in dhcp? where to change from dhcp to fixed?
thanks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=96826\"][{POST_SNAPBACK}][/a][/div]
Again, I have not used fixed IPs on the Z yet, keep that in mind.
In the wifup script, the "dhcpcd wlan0" command appears to
do everything I need as far as using DHCP.
In the "wlancfg-a" file (my ESSID is "a") , I have modified 2 lines as follows:
diff wlancfg-DEFAULT wlancfg-a
14c14
< dot11PrivacyInvoked=false # true|false
---
> dot11PrivacyInvoked=true # true|false
26c26
< dot11WEPDefaultKey0= # format: xx:xx:xx:xx:xx or
---
> dot11WEPDefaultKey0=81:29:4b:f2:ac # format: xx:xx:xx:xx:xx or
Make the same modifications, but use your key of course, and also post the
output of "ifconfig wlan0" and "iwconfig wlan0".
John
UPDATE - Oh yeh, doublecheck your edits, as vi seems to act wierd for me in
aterm sometimes, when tabs are encountered. I'm a GNU Emacs user, but until
I get that built and running, I have been trying to learn enough VI to edit the
config files, etc..