From owner-freebsd-stable Thu Jan 24 16:42:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from ic.ucsb.edu (ic.ucsb.edu [128.111.151.230]) by hub.freebsd.org (Postfix) with ESMTP id A327237B404 for ; Thu, 24 Jan 2002 16:42:18 -0800 (PST) Received: from viper.ic.ucsb.edu ([128.111.151.7] helo=ic.ucsb.edu) by ic.ucsb.edu with esmtp (Exim 3.16 #2) id 16TuRQ-0007NI-00; Thu, 24 Jan 2002 16:42:04 -0800 Message-ID: <3C50A9DC.7000508@ic.ucsb.edu> Date: Thu, 24 Jan 2002 16:42:04 -0800 From: Lopaka Delp Organization: Instructional Computing - Electronic Communications Group User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Brooks Davis Cc: "M. Warner Losh" , shazeja@cs.vu.nl, stable@FreeBSD.ORG Subject: Re: PCI 802.11b recommendations? References: <20020124.165332.53441460.imp@village.org> <20020124160808.A5572@Odin.AC.HMC.Edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brooks Davis wrote: > On Thu, Jan 24, 2002 at 04:53:32PM -0700, M. Warner Losh wrote: > >>: Netgear Wireless PCI MA301GE (the cheapest at EUR 59) >> >>Are you sure you get a netcard with that :-) >> > > You don't. There is another cheap option which should be available > soon. The Linksys PCI cards don't work at this point, but there should > be driver modifications soon for them and other Prism 2.5s. The neat > thing about the Linksys is that under the shielding, it's actually a > mini-PCI adaptor. > > -- Brooks > > I actually got the Linksys WPC11 and WDT11 to work with 4.5-RC2 and 4.4-RELEASE. It was a pain, but it works. I had to do the following changes to the if_wi.c file: # cd /usr/src/sys/i386/isa # diff if_wi.c.orig if_wi.c 214a215 > {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"}, 1954c1955 < 0, ~0, 1, RF_ACTIVE); --- > 0, ~0, 1, RF_SHAREABLE|RF_ACTIVE); It works for me, i hope it works for you. --> Lopaka -- Lopaka K. Delp e-mail: lopaka@ic.ucsb.edu UNIX Systems Administrator phone : (805)893-4561 Instructional Computing cell : (805)895-9257 University of California, WWW : http://www.ic.ucsb.edu/~lopaka Santa Barbara To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message