From owner-freebsd-mobile Thu Jun 7 13:14:42 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by hub.freebsd.org (Postfix) with ESMTP id 6AED537B401 for ; Thu, 7 Jun 2001 13:14:39 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.3/8.11.3) id f57KDfV04401; Thu, 7 Jun 2001 13:13:41 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200106072013.f57KDfV04401@ambrisko.com> Subject: Re: Cisco 350 In-Reply-To: "from Tom Gwilt at Jun 7, 2001 02:17:31 pm" To: Tom Gwilt Date: Thu, 7 Jun 2001 13:13:41 -0700 (PDT) Cc: freebsd-mobile@FreeBSD.ORG 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Gwilt writes: | Requisite info: | | IBM ThinkPad 760XL | FreeBSD 4.3 RELEASE | | I have had a lot of good luck with pccard. I have a 3com EtherlinkIII and | a Gateway modem card that function with with no problems. | | We recently received a Cisco wireless do-hickey. It had the 350 series | card which was not recognized. | | After reading Bruce's post on the Airnet 350, I copied the Cisco 340 info | and renamed it Cisco 350 as follows: | | # Aironet 350/352 Series 11 Mbps 802.11 wireless NIC | card "Cisco Systems" "350 Series Wireless LAN Adapter" | config auto "an" ? | insert /etc/pccard_ether $device start | remove /etc/pccard_ether $device stop | | The card is recognized when it's inserted, and I can see the MAC address. | | However, when ifconfiging it as follows: | | ifconfig an0 inet 10.1.1.69 netmask 255.255.255.0 | route add default 10.1.1.254 | | it barfs with a constant string of messages as follows: | | an0: record length mismatch -- expected 134, got 136 | So, what to do? Do what I said before and bump up the length of the status rid or get my updates. BTW I've modified the driver to only whine when this happens but to actually work since it is a non-fatal error (I make sure it only writes into space that it can). Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message