From owner-freebsd-current@FreeBSD.ORG Mon Jun 18 02:54:25 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05C7016A469 for ; Mon, 18 Jun 2007 02:54:25 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id DA94B13C468 for ; Mon, 18 Jun 2007 02:54:24 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l5I2sNhI024081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 17 Jun 2007 19:54:24 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l5I2sNXJ032469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 17 Jun 2007 19:54:23 -0700 Message-ID: <4675F3DF.4010306@u.washington.edu> Date: Sun, 17 Jun 2007 19:54:23 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Randall Stewart References: <4675F1FF.3030505@cisco.com> In-Reply-To: <4675F1FF.3030505@cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.17.193833 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-current@freebsd.org Subject: Re: Linksys USB200M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 02:54:25 -0000 Randall Stewart wrote: > Hi all: > > I just got one of these critters from fry's today.. and I plug > it in to my leading bleeding edge current and I see: > ugen0: addr 2> on uhub4 > > And the devices: > crw-r--r-- 1 root operator 0, 79 Jun 17 21:32 /dev/ugen1 > crw-r--r-- 1 root operator 0, 80 Jun 17 21:32 /dev/ugen1.1 > crw-r--r-- 1 root operator 0, 81 Jun 17 21:32 /dev/ugen1.2 > crw-r--r-- 1 root operator 0, 82 Jun 17 21:32 /dev/ugen1.3 > > get created.. > > But no axe driver.. > > I do have the axe driver in my build.. as well.. > > Is there anything else in particular I need to do to turn this puppy on? > > Thanks > R > Should work so long as the following items are compiled into your kernel *device ehci* *device uhci** device ohci* *device usb* *device miibus* *device axe* See axe(4): . -Garrett