From owner-freebsd-usb@FreeBSD.ORG Mon Dec 18 01:36:44 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6028516A407 for ; Mon, 18 Dec 2006 01:36:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA56443CA0 for ; Mon, 18 Dec 2006 01:36:43 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBI1YN0M017361; Sun, 17 Dec 2006 18:34:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 17 Dec 2006 18:35:25 -0700 (MST) Message-Id: <20061217.183525.-457441456.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: "M. Warner Losh" In-Reply-To: <20061218012938.GM75351@cicely12.cicely.de> References: <20061218012938.GM75351@cicely12.cicely.de> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 17 Dec 2006 18:34:23 -0700 (MST) Cc: freebsd-usb@freebsd.org Subject: Re: making the linksys 200m work... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 01:36:44 -0000 In message: <20061218012938.GM75351@cicely12.cicely.de> Bernd Walter writes: : On Sun, Dec 17, 2006 at 04:24:21PM -0500, Dan Frohlich wrote: : > Here is what I did to try to get the linksys 200m running: : > : > in if_axe.c: : > /* product LINKSYS2 USB200M 0x2226 USB 2.0 10/100 ethernet */ : > product LINKSYS4 USB200M 0x0018 USB 2.0 10/100 ethernet rev 2.00 : > /0.01 : > : > in usbdevs: : > /* { USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M },*/ : > { USB_VENDOR_LINKSYS4, USB_PRODUCT_LINKSYS4_USB200M }, : > : > When I plug in my linksys usb dongle I see this at the console: : > axe0: vendor 0x13b1 product 0x0018, rev 2.00/0.01, addr 2 : > axe0: MII without any PHY! : > device_attach: axe0 attach returned 6 : > : > The cable is plugged in, but the link LEDs are all dark. :( : : Same as with the DLink: looks like completely different hardware. People shouldn't be adding LINKSYS12 or DLINK14 type entries to usbdevs. they should be using the pointer at the top of the file to find who the OEM really is. Warner