[driverloader] Unable to connect to AP
Hurt, Gerald
gerald.hurt at Intrado.com
Fri Oct 22 04:09:12 EDT 2004
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.
My access point ip address is 192.168.10.1
My access point does not use DHCP, so I am assigning a static address to
the wlan0 interface.
I am not running WEP or WPA, nor am I restricting MAC addresses or
applying any filters.
I've created the following script to set up the interface:
-------------snip---------------
#!/bin/sh
#
iwconfig wlan0 channel 3
Iwconfig wlan0 essid guinness
#
ifconfig wlan0 192.168.10.3
ifconfig wlan0 up
#
route add 192.168.10.1 wlan0
route add default gw 192.168.10.1
#
------------------snip--------------
Here is the results of ifconfig, route, and a test ping:
--------------snip---------------
root at valkyrie:/home/jay# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:499 errors:0 dropped:0 overruns:0 frame:0
TX packets:499 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:497828 (486.1 Kb) TX bytes:497828 (486.1 Kb)
wlan0 Link encap:Ethernet HWaddr 00:50:FC:CF:FF:0A
inet addr:192.168.10.3 Bcast:192.168.10.255
Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
root at valkyrie:/home/jay# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.10.1 * 255.255.255.255 UH 0 0 0
wlan0
192.168.10.0 * 255.255.255.0 U 0 0 0
wlan0
loopback * 255.0.0.0 U 0 0 0
lo
default 192.168.10.1 0.0.0.0 UG 0 0 0
wlan0
root at valkyrie:/home/jay# ping 192.168.10.1
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
>From 192.168.10.3 icmp_seq=1 Destination Host Unreachable
>From 192.168.10.3 icmp_seq=2 Destination Host Unreachable
>From 192.168.10.3 icmp_seq=3 Destination Host Unreachable
--- 192.168.10.1 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time
5037ms
, pipe 3
root at valkyrie:/home/jay#
------------snip-------------
I'm not yet attempting to resolve any hostnames, just attempting to ping
the
AP.
Also, when I run iwconfig, I do see the AP and its associated
information.
Any help as to what I could be missing?
Thanks!
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxant.com/pipermail/driverloader/attachments/20041022/b351c935/attachment-0001.htm
More information about the driverloader
mailing list