From owner-freebsd-mobile Tue Dec 24 12:11: 3 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A1537B401 for ; Tue, 24 Dec 2002 12:11:00 -0800 (PST) Received: from andromeda.68k.org (callisto.teisoft.com [12.109.66.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0516B43E4A for ; Tue, 24 Dec 2002 12:10:56 -0800 (PST) (envelope-from ayn@AndrewNg.com) Received: from [127.0.0.1] (ayn@localhost [127.0.0.1]) by andromeda.68k.org (8.12.6/8.12.6/Debian-6Woody) with ESMTP id gBOKApPj014227 for ; Tue, 24 Dec 2002 15:10:51 -0500 Subject: RE: Linksys WMP11 From: Andrew Y Ng To: freebsd-mobile@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4074ROxyQQzU8/x+/jzR" Organization: AndrewNg.com Message-Id: <1040760650.665.1.camel@ngbert.dnsalias.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 24 Dec 2002 14:10:51 -0600 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 --=-4074ROxyQQzU8/x+/jzR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable yup, there was a thread about this earlier, that someone couldn't get the PCI version of the Linksys card to work. I am going to setup a wireless network at my parents house and I ordered all Netgear components because of that reason. I heard Netgear APs also get better range than Linksys. I'm pretty happy with my Linksys setup though. I'm actually on the Wayport network at the Austin airport right now with my Linksys PC Card... hehe... /ayn On Mon, 2002-12-23 at 22:54, Sanjay Waghray wrote: > =20 > > > > > > You might try the following patch: > > > > > > Index: if_wi_pci.c > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > RCS file: /home/ncvs/src/sys/dev/wi/if_wi_pci.c,v > > > retrieving revision 1.8.2.3 > > > diff -u -r1.8.2.3 if_wi_pci.c > > > --- if_wi_pci.c 16 Jun 2002 18:07:18 -0000 1.8.2.3 > > > +++ if_wi_pci.c 23 Dec 2002 13:22:12 -0000 > > > @@ -140,7 +140,7 @@ > > > command |=3D wanted; > > > pci_write_config(dev, PCIR_COMMAND, command, 4); > > > command =3D pci_read_config(dev, PCIR_COMMAND, 4); > > > - if ((command & wanted) !=3D wanted) { > > > + if ((command & wanted) =3D=3D 0) { > > > device_printf(dev, "wi_pci_attach() failed to > > > enable pci!\n"); > > > return (ENXIO); > > > } > > > > >=20 > > I did and this is what I get: > >=20 > >=20 > > Dec 23 09:30:24 dell /kernel: wi0: mem=20 > > 0xeb000000-0xeb001fff irq 11 > > at device 11.0 on pci0 > > Dec 23 09:30:24 dell /kernel: wi0: couldn't reset prism2.5 core. > > Dec 23 09:30:24 dell /kernel: device_probe_and_attach: wi0 attach=20 > > returned 6 > >=20 > > Any ideas? >=20 > I'm now convinced that Linksys has changed the chipset/firmware > on the WMP11. I installed the card on a Win2000 box and installed > the Intersil utilities and the Linksys 1.4.9 firmware. > I tried to flash the older 1.4.9 firmware without success. > The Intersil utilities do not recognize the card as a Prism. >=20 > I'll order the Netgear MA311 which is around $55 after the mail-in > rebate. >=20 > Sanjay >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message --=20 andrew y ng http://andrewng.com gpg --keyserver pgp.mit.edu --recv-keys 9BFC594C fingerprint : 46a1 29ff 893a 0381 dc81 1e1e bed8 e882 9bfc 594c=20 --=-4074ROxyQQzU8/x+/jzR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+CL9Kvtjogpv8WUwRAjVxAKCMYt9hRfKeIJYTOMlhTlH2RC5RuwCfZRs6 Zc6qBx66TEpPBykba33Ot3I= =o4Wr -----END PGP SIGNATURE----- --=-4074ROxyQQzU8/x+/jzR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message