Subject: Re: is this devices supported by NetBSD?
To: Chris Pinnock <cjep@fawlty.net>
From: Peter I. Hansen <piha@kvl.dk>
List: netbsd-users
Date: 10/02/2003 16:42:58
On Thu, 2 Oct 2003 15:22:02 +0100
Chris Pinnock <cjep@fawlty.net> wrote:
> On Thu, Oct 02, 2003 at 04:04:44PM +0200, Peter I. Hansen wrote:
> > Hello
> >
> > I have recently purchased a ATEN PU-212 USB2 pcmcia/cardbus device,
> > but I'm not sure if NetBSD supports this or not. (I know the card is
> > not broken. It works on windos XP.)
> >
> > When I insert the card, I get the following line from dmesg
> >
> > Intel 82845 Host (host bridge, revision 0x04) at cardbus1 dev 0
> > function 0 not configured
>
> If this is USBv2, have you tried compiling a kernel with:
> ehci* at cardbus? dev ? function ? # Enhanced Host Controller
On your advice I've now tried compiling the kernel with Enhanced Host
Controller, but the result is the same. I also tried adding
ohci* at cardbus? dev ? function ? # Open Host Controller
but no luck here either.
Do I need to make the devices i /dev or something?
/Peter