From owner-freebsd-mobile Thu Apr 12 10:12:15 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ambrisko.com (adsl-216-103-208-74.dsl.snfc21.pacbell.net [216.103.208.74]) by hub.freebsd.org (Postfix) with ESMTP id B7DEB37B42C for ; Thu, 12 Apr 2001 10:12:12 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.3/8.11.2) id f3CHC5f33166; Thu, 12 Apr 2001 10:12:05 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200104121712.f3CHC5f33166@ambrisko.com> Subject: Re: Anyone working on Aironet LEAP support? In-Reply-To: "from (env: ambrisko) at Apr 11, 2001 07:04:13 pm" To: raj@cisco.com, freebsd-mobile@FreeBSD.ORG Date: Thu, 12 Apr 2001 10:12:05 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ambrisko writes: | Richard Johnson writes: | | Is anyone working on Aironet LEAP support? I know it's there for | | Linux and it would seem as though it shouldn't be too hard to port it | | into FreeBSD given the cisco Linux driver sources (available on the | | web site). | | I just finished hacking on the if_an.c and the Linux emulation layer | so I can run the Cisco (binary only :-( ) configuration utilities for Linux. | These utilities are very "Windows" like. I put these up at: http://www.ambrisko.com/doug/an.patch.cisco Here's the info from it: This fixes some the last bugs and includes support for running the Cisco Linux Aironet client binaries. This is relative to -stable and /sys/ http://www.cisco.com/pcgi-bin/tablebuild.pl/aironet-utils-linux Grab AIROLINUXv10002.tar.gz. You will need Linux emulation enabled and the directory /compat/linux/proc/aironet. Do a mkdir -p /compat/linux/proc/aironet Then just run "acu" or "cem". Note the Cisco stuff likes to save stuff in etc/eth.cfg this is annoying since it tries to configure the card from that when it starts up. This can break your current configuration if it didn't know about changes. So I also remove that file when the pccard is inserted. I've also included a minor patch for ancontrol to better handle sparse key and extra keys. FYI when you use "acu" to upgrade your firmware, trust me you machine hasn't frozen it just running really slow during the upgrade. Let me know how it works. One tester has confirmed it worked. I need to make it conform to style and things like that. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message