From owner-freebsd-mobile Sun Sep 9 9:31:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id A7C1C37B403 for ; Sun, 9 Sep 2001 09:31:45 -0700 (PDT) Received: from home.com ([24.183.155.95]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010909163145.BHAO28036.femail34.sdc1.sfba.home.com@home.com>; Sun, 9 Sep 2001 09:31:45 -0700 Message-ID: <3B9B9990.D7650EBB@home.com> Date: Sun, 09 Sep 2001 11:32:16 -0500 From: Chuck X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Cc: bkarp@icsi.berkeley.edu Subject: Linksys WAP11 and WPC11 on FreeBSD 4.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 I recently purchased Linksys WAP11 and WPC11 pccard and had some trouble getting it to work with FreeBSD 4.3. I saw Brad Karp's post on 19 May, and while it was helpful, it was not immediately obvious exactly what needed to be changed in the if_wi.c driver. The following are the diffs that worked for me: /etc/defaults/pccard.conf diffs 1633,1637d1632 < # Linksys Wireless WPC11 < card "Instant Wireless " " Network PC CARD" < config auto "wi" ? < insert /etc/pccard_ether $device start < remove /etc/pccard_ether $device stop /usr/src/sys/i386/isa/if_wi.c diffs 376,382d375 < if( rx_frame.wi_status == NULL ) { < device_printf(sc->dev, "NULL wi_status received, returning" ); < m_freem(m); < ifp->if_ierrors++; < return; < } < Anybody get the WEP (swiss cheese) encryption to work between the WAP11 and the WPC11?? Cheers, -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message