Hi all,
The Wifi card is working well with kismet and my hotel wifi connection (40bit Web Key) but i'm not able to be connected to my Office Wifi Network.
The office ESSID is with a space (like "john doe") and the WEP key is 26 characters long (so i suppose it is a 128b encryption key.
I have created a new connection with the sharp tool (so "johndoe" without the space, and the key, network type 'infrastructure', DHCP and DNS automatic, WEP key 'Open System', then modify the :
a -/home/zaurus/Applications/Network/modules/WLANx.conf to add the space to the ESSID
b - /etc/pcmcia/wlan-ng.opts to add the space to the ESSID too
But it is not working, the card led flash during the initialisation process.
I have then modifie the syslogd conf (*.*) file and run a tail -f /var/log/message
Here is the result when I plug in the card and try to connect
Oct 10 15:28:42 localhost atd[239]: Waiting for alarm...
Oct 10 15:28:45 localhost cardmgr[134]: initializing socket 0
Oct 10 15:28:45 localhost cardmgr[134]: socket 0: Linksys WCF12 11Mbps 802.11b WLAN Card (Prism 3)
Oct 10 15:28:45 localhost cardmgr[134]: executing: 'modprobe prism2_cs'
Oct 10 15:28:46 localhost cardmgr[134]: executing: './wlan-ng start wlan0'
Oct 10 15:28:46 localhost /etc/hotplug/wlan.agent: WLAN startup on null (null)
Oct 10 15:28:46 localhost /etc/hotplug/wlan.agent: WLAN p80211 starting!
Oct 10 15:28:46 localhost /etc/hotplug/net.agent: how do I bring interfaces up on this distro?
Oct 10 15:28:46 localhost /etc/hotplug/net.agent: register event not handled
Oct 10 15:28:47 localhost /etc/hotplug/wlan.agent: WLAN register on wlan0 (prism2_cs)
Oct 10 15:28:47 localhost /etc/hotplug/wlan.agent: WLAN Hotplug bypassed for pcmcia
Oct 10 15:28:47 localhost wland[6242]: wland daemon init successful
Oct 10 15:28:47 localhost wland[6242]: netlink socket opened and bound successfully
Oct 10 15:28:47 localhost cardmgr[134]: + SIOCSIFFLAGS: No such device
Oct 10 15:28:47 localhost cardmgr[134]: executing: './wlan-ng suspend wlan0'
Oct 10 15:28:48 localhost cardmgr[134]: + message=lnxreq_ifstate
Oct 10 15:28:48 localhost cardmgr[134]: + ifstate=disable
Oct 10 15:28:48 localhost cardmgr[134]: + resultcode=success
Oct 10 15:29:09 localhost cardmgr[134]: executing: './wlan-ng resume wlan0'
Oct 10 15:29:10 localhost cardmgr[134]: + ./wlan-ng: /sbin/prism2dl: not found
Oct 10 15:29:12 localhost atd[239]: okay. Alarm rang.
Oct 10 15:29:12 localhost atd[239]: next: 1128962700
Oct 10 15:29:12 localhost atd[239]: waitfor 1128962700
Oct 10 15:29:12 localhost atd[239]: Current RTC date/time is 10-10-2005, 15:29:12.
Oct 10 15:29:12 localhost atd[239]: Alarm date/time is 10-10-2005, 16:45:00.
Oct 10 15:29:12 localhost atd[239]: Alarm time now set to 10-10-2005 16:45:00.
Oct 10 15:29:12 localhost atd[239]: Waiting for alarm...
Oct 10 10:29:18 localhost dhcpcd[6606]: DHCP_NAK server response received
Oct 10 10:29:23 localhost dhcpcd[6606]: timed out waiting for a valid DHCP server response
Oct 10 15:29:28 localhost cardmgr[134]: executing: './wlan-ng suspend wlan0'
Oct 10 15:29:29 localhost cardmgr[134]: + message=lnxreq_ifstate
Oct 10 15:29:29 localhost cardmgr[134]: + ifstate=disable
Oct 10 15:29:29 localhost cardmgr[134]: + resultcode=success
Oct 10 15:29:42 localhost atd[239]: okay. Alarm rang.
the 2 lignes :
Oct 10 10:29:18 localhost dhcpcd[6606]: DHCP_NAK server response received
Oct 10 10:29:23 localhost dhcpcd[6606]: timed out waiting for a valid DHCP server
means something is wrong ??
I have tried to put 20 instead of 10 in the timeout parameter of the WLANx.conf file, but no success. Same stuff each time i try to connect this network. I realy need to be connected at the office but i didn't know what to try now, an idea? i'm lost
I have a Z C1000, and use the regular Sharp Rom in english.
Note : my laptop is connected to this network and there is no MAC adress filtering (some people came sometimes for one day only and are able to use this network without trouble)