Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: D-link dub e100



[Please leave tech-kern out and only use current-users]

On Wed, Dec 03, 2008 at 06:13:56PM +0100, Adam Hamsik wrote:
> 
> On Dec,Wednesday 3 2008, at 6:02 PM, Wouter Klouwen wrote:
> 
> >david aubril(david.aubril%ac-nantes.fr@localhost) said 2008.12.03 17:34:23  
> >+0000:
> >>Here we go.
> >>It's really weard. It works fine, smoothly with the linux box. But
> >>nothing with the netbsd box. Not even a light, or a line in dmesg.
> >
> >There are some clues in the dmesg.
> >
> >>ugen0 at uhub3 port 1
> >>ugen0: vendor 0x2001 product 0x3c05, rev 2.00/0.01, addr 2
> 
> 
> Vendor/Product ID on your card wasn't matched. You need to add 0x2001  
> and 0x3c05 id's to
> sys/dev/usb/usbdevs and rebuild kernel.

That won't help anything attaching the axe driver for that card.

ITOH Yasufumi added support for that card on his itohy-usb1 branch:

------------------------------------------------------
Module Name:    src
Committed By:   itohy
Date:           Mon Jun 25 09:21:28 UTC 2007

Modified Files:
        src/sys/dev/usb [itohy-usb1]: if_axe.c

Log Message:
Add support of AX88178 and AX88772 (based on OpenBSD).
(beware new Tx/Rx code, totally untested)

New devices from FreeBSD/OpenBSD:
[..]
- D-Link DUB-E100 rev B1
[..]

To generate a diff of this commit:
cvs rdiff -r1.17.10.5 -r1.17.10.6 src/sys/dev/usb/if_axe.c
------------------------------------------------------

But that branch was not merged so that card is still unsupported.

Bernd



Home | Main Index | Thread Index | Old Index