From owner-freebsd-net Sun Jul 7 3:52:37 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B915E37B400 for ; Sun, 7 Jul 2002 03:52:33 -0700 (PDT) Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DF943E42 for ; Sun, 7 Jul 2002 03:52:32 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 7C908A8; Sun, 7 Jul 2002 11:52:01 +0100 (BST) Date: Sun, 7 Jul 2002 11:52:01 +0100 From: Josef Karthauser To: Patrick Thomas Cc: freebsd-net@freebsd.org Subject: Re: Linksys USB100M ... usbd.conf help needed. Message-ID: <20020707105201.GQ2813@genius.tao.org.uk> References: <20020706150728.G79469-100000@utility.clubscholarship.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="+nG9yj4eE4W6Oba0" Content-Disposition: inline In-Reply-To: <20020706150728.G79469-100000@utility.clubscholarship.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --+nG9yj4eE4W6Oba0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 06, 2002 at 03:17:28PM -0700, Patrick Thomas wrote: > > I have just purchased a Linksys USB100M - it is a very small key-style USB > NIC. I am running 5.0-DP1. I have all of the USB items except for the > removable disk device compiled into my kernel - I also have the three > aue/cue/kue options compiled into the kernel. > > I put the device in and got this message on the console: > > Jul 6 15:06:49 hostname kernel: ugen0: Linksys Linksys USB LAN Adapter, > rev 1.10/1.00, addr 2 > > Then I ran `usbdevs -v`: > > Controller /dev/usb0: > addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev > 1.00 port 1 addr 2: full speed, power 120 mA, config 1, Linksys USB LAN > Adapter(0x8150), Linksys(0x0bda), rev 1.00 > port 2 powered Let's assume for a minute that it's an aue device (are all LinkSys'). Try applying the attached patch file to /sys/dev/usb/if_aue.c and recompiling the kernel. Do you get an aue0 attaching now when you plug the adapter in, and does it work? Joe --+nG9yj4eE4W6Oba0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_aue.c-patch" Index: if_aue.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/if_aue.c,v retrieving revision 1.60 diff -u -r1.60 if_aue.c --- if_aue.c 27 May 2002 00:00:48 -0000 1.60 +++ if_aue.c 7 Jul 2002 10:50:21 -0000 @@ -151,6 +151,7 @@ {{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTX}, 0 }, {{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTXS}, PII }, {{ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX}, 0 }, + {{ USB_VENDOR_LINKSYS, 0x8150 }, LSYS }, {{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TX1}, LSYS|PII }, {{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10T}, LSYS }, {{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX}, LSYS }, --+nG9yj4eE4W6Oba0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message