From owner-freebsd-questions Mon Mar 10 11:54:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EED537B404 for ; Mon, 10 Mar 2003 11:54:43 -0800 (PST) Received: from mail.rocky.edu (mail.rocky.edu [216.146.96.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D1F43F85 for ; Mon, 10 Mar 2003 11:54:39 -0800 (PST) (envelope-from bennera@rocky.edu) Received: from rocky.edu (malachite.rocky.edu [216.146.96.39]) by mail.rocky.edu (8.11.6/8.11.0) with ESMTP id h2AJtKv06855 for ; Mon, 10 Mar 2003 12:55:20 -0700 Message-ID: <3E6CED79.7030202@rocky.edu> Date: Mon, 10 Mar 2003 12:54:33 -0700 From: Aaron Benner User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Linksys WMP11, ca. 2003. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-Information: Please contact the ISP for more information Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to coerce a new Linksys WMP11 802.11b card into working on a FreeBSD install of 4.7-RELEASE. In looking through the freebsd-mobile lists I've seen some discussion on this (from around this time last year), but all of the resources included in that discussion (particularly the patches to the wi driver) are out of sync with the kernel sources I've got. I just cvsup'd 4.x-STABLE and -current and didn't manage to find either the vendor ID or device ID reported in dmesg in the driver code there. I was wondering if anyone out there could give me an update on support for this wireless card? The posts from freebsd-mobile (http://www.riverside.org/archive/html/freebsd-mobile/2002-02/msg00038.html) that were most promising mentioned commiting the patches to -current, but I don't see any evidence of that in my kernel sources. To top off my confusion when I boot I'm getting different dev/vendor id's from the card than are mentioned in the post referenced above. Here's my dmesg output: pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcib2: at device 30.0 on pci0 pci3: on pcib2 pci3: (vendor=0x14e4, dev=0x4301) at 2.0 irq 11 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xac00-0xac7f mem 0xdfefdf80-0xdfefdfff irq 10 at device 5.0 on pci3 xl0: Ethernet address: 00:01:03:de:12:db miibus0: on xl0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The linksys WMP11 is listed as pci3. Note that the vendor/dev ids are different from those listed in the patch posted by Thomas Skibo to freebsd-mobile (as referenced above) which shows the device as: + {0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Linksys WMP11 PCI Prism2.5"}, So, the qeustion is, can I make this (actually these 10) cards work with FreeBSD? Any help or pointers on this would be greatly appreciated. --Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message