From owner-freebsd-questions Thu Oct 5 8: 2:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.pciway.com (d83b4646.dsl.flashcom.net [216.59.70.70]) by hub.freebsd.org (Postfix) with ESMTP id 806A837B502 for ; Thu, 5 Oct 2000 08:02:26 -0700 (PDT) Received: from localhost (loren@localhost) by unix.pciway.com (8.11.0/8.11.0) with ESMTP id e95F3tm77687; Thu, 5 Oct 2000 08:04:00 -0700 (PDT) (envelope-from loren@pciway.com) Date: Thu, 5 Oct 2000 08:03:55 -0700 (PDT) From: Loren Koss To: Daniel Frazier Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Build Kernel woes.. In-Reply-To: <39DC9544.56B2F562@magpage.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG VERY INTERESTING!! I see where he got the 4001 number, because there are 3 USB_DLINK devices and it goes 4000, 4002, 4003.. Looks like someone needs to fix that and commit it.. Thanks! Loren On Thu, 5 Oct 2000, Daniel Frazier wrote: > Hey Loren, > > This is from the FreeBSD-Stable list within the last few days... > > > >john b p melesky writes: > > > > > > Now I'm faced with another problem. Odly enough, I've commented out the USB > > > > support lines in the kernel, and removed the #'s to uncomment them. I've > > > > tried removing the ata drivers..too. > > > > ... > > > > `USB_PRODUCT_DLINK_DSB650' undeclared here (not in a function) > > > > > > I ran into the same problem this morning. It's being compiled as a > > > kernel module, which is why commenting it out of your kernel config file > > > doesn't help. I ended up going into /usr/src/sys/dev/usb/usbdevs.h and > > > adding the following line: > > > > > > #define USB_PRODUCT_DLINK_DSB650 0x4001 /* no clue -- > > > jmelesky */ > > > > > > I don't know if that line is accurate or not, but i didn't have that > > > device on my machine, so it worked fine just getting everything to > > > compile. Kernel compiled and ran without a problem. > > > > I didn't have that card either, which is why found it odd than such an > > error would occur, but your solution fixed it.. Brilliant! Thanks :) > > > hope this helps. > > -- > ---------------------------------------------------------------------- > Daniel Frazier Tel: 302-239-5900 Ext. 231 > System Administrator Fax: 302-239-3909 > MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message