From owner-freebsd-net Wed Jun 27 9:18:12 2001 Delivered-To: freebsd-net@freebsd.org Received: from fubar.net-ninja.com (cc260960-a.mdlvly1.tn.home.com [65.14.125.177]) by hub.freebsd.org (Postfix) with ESMTP id 912F537B401 for ; Wed, 27 Jun 2001 09:18:09 -0700 (PDT) (envelope-from sz@cdc.net) Received: by fubar.net-ninja.com (Postfix, from userid 100) id 9DA5A88C71; Wed, 27 Jun 2001 12:17:48 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by fubar.net-ninja.com (Postfix) with ESMTP id 84D0743AD8 for ; Wed, 27 Jun 2001 12:17:48 -0400 (EDT) Date: Wed, 27 Jun 2001 12:17:48 -0400 (EDT) From: Eric Parker X-X-Sender: To: Subject: Problem with Cisco Aironet 340 series 11mbs Wireless Card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I did eventually get the Cisco Aironet 340 card working in FreeBSD 4.3, but I am having a couple of problems. First, I am missing something about boot up. I was under the impression that if I create a file called /etc/start_if.an0 that it will be executed during boot up. I have the following in that file: #!/bin/sh /usr/sbin/ancontrol -i an0 -s 2 /usr/sbin/ancontrol -i an0 -v 0 -a 00:40:96:48:A3:F1 /usr/sbin/ancontrol -i an0 -v 0 -k 0xkey_here /usr/sbin/ancontrol -i an0 -K 2 /usr/sbin/ancontrol -i an0 -W 1 /usr/sbin/ancontrol -i an0 -v 0 -n xxSSID /usr/sbin/ancontrol -i an0 -o 1 /usr/sbin/ancontrol -i an0 -c 6 This works if I run it by hand, sets up the card just as it should be, but how do I get it to run it on boot up? I currently have it listed in rc.local to get take care of it. The second issue is the biggest one. For some reason I have high latency when pinging my gateway. With the wireless card, I get ping replies between 200 and 400 ms while I get around 10 ms with a regular ethernet card. Am I missing a setting somewhere? I have a dual boot system and the pings are normal under Windows 2000, so it's not the card. Any help would be greatly appreciated! ------ Eric Parker Network Engineer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message