From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 14:07:46 2004 Return-Path: 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 D9FEB16A4CE for ; Sun, 8 Feb 2004 14:07:46 -0800 (PST) Received: from sublimation.org (sublimation.org [66.93.79.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C672643D1D for ; Sun, 8 Feb 2004 14:07:46 -0800 (PST) (envelope-from devnull@sublimation.org) Received: from sublimation.org (devnull@localhost [127.0.0.1]) by sublimation.org (8.12.8/8.12.8) with ESMTP id i18M46jj027086 for ; Sun, 8 Feb 2004 14:04:06 -0800 (PST) Received: from localhost (devnull@localhost)i18M45fm019492 for ; Sun, 8 Feb 2004 14:04:05 -0800 (PST) Date: Sun, 8 Feb 2004 14:04:05 -0800 (PST) From: devnull To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Linksys USB10T and USB10TA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 22:07:47 -0000 I purchased a Linksys usb ethernet interface based on it being listed as a supported device for FreeBSD 4.9 - but now I'm having some issues with the device driver. First, its not the device I thought it was - apparently some USB10T's are based on the Kawasaki LSI KL5KUSB101B chip (supported under kue device driver). This is what I thought I was purchasing, as it said "USB10T" quite clearly on the box. However, when i connect this device to my USB bus, it is the aue driver that attempts to attach the device. Apparently I have a USB10TA, which is based on a different chipset, the ADMtek AN986 Pegasus. Thanks for clearly labelling those products, LinkSys. I was relieved to learn that this device is also listed in the supported hardware for 4.9. Unfortunately, mine is not working as expected. the relevant portion of my dmesg is as follows: aue0: LINKSYS Inc. LINKSYS USB Adapter, rev 1.10/1.01, addr 2 aue0: Ethernet address: 00:04:5a:a1:c4:65 aue0: MII without any PHY! device_probe_and_attach: aue0 attach returned 6 also, usbdevs -v reports as follows: Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00 port 1 addr 2: power 86 mA, config 1, LINKSYS USB Adapter(0x2206), LINKSYS Inc.(0x066b), rev 1.01 port 2 powered can anyone offer some advice to get this interface working? do i have some third, unsupported version of the USB10T? joe