Date: Sat, 30 Mar 2002 15:48:24 -0500 From: Will Andrews <will@csociety.org> To: Josef Karthauser <joe@tao.org.uk> Cc: current@FreeBSD.org Subject: Re: usbd(8) doesn't attach aue(4) device properly? Message-ID: <20020330204824.GB63817@squall.waterspout.com> In-Reply-To: <20020330133313.GB34345@genius.tao.org.uk> References: <20020330013754.GV22998@squall.waterspout.com> <20020330133313.GB34345@genius.tao.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 30, 2002 at 01:33:13PM +0000, Josef Karthauser wrote: > It's more likely that it's a new device that isn't included in usbdevs > or the driver. What's the product id that you get with 'usbdevs -v'. > Check that they're in the usbdevs file and in the driver code. Good call. Here's the info: <1 1105-0> (15:44:40) [will@altair ~]% sudo 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 156 mA, config 1, DSB-650TX USB Ethernet(0x400b), D-Link Corp.(0x2001), rev 1.01 port 2 powered According to sys/dev/usbdevs: /* D-Link products */ /*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/ product DLINK DSB650C 0x4000 10Mbps ethernet adapter product DLINK DSB650TX 0x4002 10/100 ethernet adapter product DLINK DSB650TX_PNA 0x4003 1/10/100 ethernet adapter product DLINK DSB650 0xABC1 10/100 ethernet adapter So, like I said, you're right. :) Is this the only place I need to put information in? Somehow I doubt it. Please provide a patch so I can learn... :) BTW, I tried to override the default behavior found here by adding this information to /etc/usbd.conf but that doesn't work.. Thanks! -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330204824.GB63817>