Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2007 19:54:23 -0700
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        Randall Stewart <rrs@cisco.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Linksys USB200M
Message-ID:  <4675F3DF.4010306@u.washington.edu>
In-Reply-To: <4675F1FF.3030505@cisco.com>
References:  <4675F1FF.3030505@cisco.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <vendor 0x13b1 product 0x0018, class 255/255, rev 2.00/0.01,
> 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): 
<http://www.freebsd.org/cgi/man.cgi?query=axe&manpath=FreeBSD+7-current&format=html>.

-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4675F3DF.4010306>