After following the instructions here:
http://wireless.kernel.org/en/users/Drivers/ar9170
I have some connectivity. It starts out fine and then slows down and will disconnect.
It tries to reconnect and will succeed most of the time. The ping returned the following:
PING
www.google.com (72.14.204.103) 56(84) bytes of data.
64 bytes from
www.google.com (72.14.204.103): icmp_req=1 ttl=47 time=169 ms
64 bytes from
www.google.com (72.14.204.103): icmp_req=2 ttl=47 time=146 ms
64 bytes from
www.google.com (72.14.204.103): icmp_req=3 ttl=47 time=143 ms
---
www.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 143.907/153.510/169.842/11.616 ms
PING 74.125.67.147 (74.125.67.147) 56(84) bytes of data.
64 bytes from 74.125.67.147: icmp_req=1 ttl=47 time=238 ms
64 bytes from 74.125.67.147: icmp_req=2 ttl=47 time=226 ms
64 bytes from 74.125.67.147: icmp_req=3 ttl=47 time=132 ms
--- 74.125.67.147 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 132.990/199.317/238.934/47.195 ms
While trying the make command I get the following:
/home/barry/Desktop/compat-wireless-2011-03-23/config.mk:204: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m."
make -C /lib/modules/2.6.35.11-83.fc14.i686/build M=/home/barry/Desktop/compat-wireless-2011-03-23 modules
make: *** /lib/modules/2.6.35.11-83.fc14.i686/build: No such file or directory. Stop.
make: *** [modules] Error 2
I am trying to correct the errors here but am not sure where to begin.