<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Unable to connect to AP</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=1 FACE="Courier New">I'm having a problem connecting to my access point, and I'm so close I can taste it but I think I'm just missing something simple. I can't figure it out! Anyway, I'm running Slackware 10.0 (kernel 2.4.26) with driverloader 2.08, my card has the rtl8180 chipset. I installed 2.08 from source and configured my interface (wlan0), installed the winxp drivers and temp license key. Everything looks great.</FONT></P>

<P><FONT SIZE=1 FACE="Courier New">My access point ip address is 192.168.10.1</FONT>

<BR><FONT SIZE=1 FACE="Courier New">My access point does not use DHCP, so I am assigning a static address to the wlan0 interface.</FONT>

<BR><FONT SIZE=1 FACE="Courier New">I am not running WEP or WPA, nor am I restricting MAC addresses or applying any filters.</FONT>

<BR><FONT SIZE=1 FACE="Courier New">I've created the following script to set up the interface:</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">-------------snip---------------</FONT>

<BR><FONT SIZE=1 FACE="Courier New">#!/bin/sh</FONT>

<BR><FONT SIZE=1 FACE="Courier New">#</FONT>

<BR><FONT SIZE=1 FACE="Courier New">iwconfig wlan0 channel 3</FONT>

<BR><FONT SIZE=1 FACE="Courier New">Iwconfig wlan0 essid guinness</FONT>

<BR><FONT SIZE=1 FACE="Courier New">#</FONT>

<BR><FONT SIZE=1 FACE="Courier New">ifconfig wlan0 192.168.10.3</FONT>

<BR><FONT SIZE=1 FACE="Courier New">ifconfig wlan0 up</FONT>

<BR><FONT SIZE=1 FACE="Courier New">#</FONT>

<BR><FONT SIZE=1 FACE="Courier New">route add 192.168.10.1 wlan0</FONT>

<BR><FONT SIZE=1 FACE="Courier New">route add default gw 192.168.10.1</FONT>

<BR><FONT SIZE=1 FACE="Courier New">#</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">------------------snip--------------</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">Here is the results of ifconfig, route, and a test ping:</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">--------------snip---------------</FONT>

<BR><FONT SIZE=1 FACE="Courier New">root@valkyrie:/home/jay# ifconfig</FONT>

<BR><FONT SIZE=1 FACE="Courier New">lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Local Loopback</FONT>

<BR><FONT SIZE=1 FACE="Courier New">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; inet addr:127.0.0.1&nbsp; Mask:255.0.0.0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; UP LOOPBACK RUNNING&nbsp; MTU:16436&nbsp; Metric:1</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; RX packets:499 errors:0 dropped:0 overruns:0 frame:0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; TX packets:499 errors:0 dropped:0 overruns:0 carrier:0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; collisions:0 txqueuelen:0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; RX bytes:497828 (486.1 Kb)&nbsp; TX bytes:497828 (486.1 Kb)</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp;&nbsp;&nbsp; </FONT>

<BR><FONT SIZE=1 FACE="Courier New">wlan0&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:50:FC:CF:FF:0A</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; inet addr:192.168.10.3&nbsp; Bcast:192.168.10.255&nbsp; Mask:255.255.255.0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; UP BROADCAST MULTICAST&nbsp; MTU:1500&nbsp; Metric:1</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; collisions:0 txqueuelen:1000</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=1 FACE="Courier New">&nbsp; RX bytes:0 (0.0 b)&nbsp; TX bytes:0 (0.0 b)</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">root@valkyrie:/home/jay# route</FONT>

<BR><FONT SIZE=1 FACE="Courier New">Kernel IP routing table</FONT>

<BR><FONT SIZE=1 FACE="Courier New">Destination&nbsp;&nbsp;&nbsp;&nbsp; Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags Metric Ref&nbsp;&nbsp;&nbsp; Use Iface</FONT>

<BR><FONT SIZE=1 FACE="Courier New">192.168.10.1&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255 UH&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 wlan0</FONT>

<BR><FONT SIZE=1 FACE="Courier New">192.168.10.0&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 wlan0</FONT>

<BR><FONT SIZE=1 FACE="Courier New">loopback&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 lo</FONT>

<BR><FONT SIZE=1 FACE="Courier New">default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 192.168.10.1&nbsp;&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 wlan0</FONT>

<BR><FONT SIZE=1 FACE="Courier New">root@valkyrie:/home/jay# ping 192.168.10.1</FONT>

<BR><FONT SIZE=1 FACE="Courier New">PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.</FONT>

<BR><FONT SIZE=1 FACE="Courier New">From 192.168.10.3 icmp_seq=1 Destination Host Unreachable</FONT>

<BR><FONT SIZE=1 FACE="Courier New">From 192.168.10.3 icmp_seq=2 Destination Host Unreachable</FONT>

<BR><FONT SIZE=1 FACE="Courier New">From 192.168.10.3 icmp_seq=3 Destination Host Unreachable</FONT>

<BR><FONT SIZE=1 FACE="Courier New">--- 192.168.10.1 ping statistics ---</FONT>

<BR><FONT SIZE=1 FACE="Courier New">6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5037ms</FONT>

<BR><FONT SIZE=1 FACE="Courier New">, pipe 3</FONT>

<BR><FONT SIZE=1 FACE="Courier New">root@valkyrie:/home/jay#</FONT>

<BR><FONT SIZE=1 FACE="Courier New">------------snip-------------</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">I'm not yet attempting to resolve any hostnames, just attempting to ping the</FONT>

<BR><FONT SIZE=1 FACE="Courier New">AP. </FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">Also, when I run iwconfig, I do see the AP and its associated information.</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">Any help as to what I could be missing?</FONT>
</P>

<P><FONT SIZE=1 FACE="Courier New">Thanks!</FONT>

<BR><FONT SIZE=1 FACE="Courier New">Jay</FONT>
</P>

</BODY>
</HTML>