Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2000 10:50:44 -0400
From:      Daniel Frazier <dfrazier@magpage.com>
To:        Loren Koss <loren@pciway.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Build Kernel woes..
Message-ID:  <39DC9544.56B2F562@magpage.com>
References:  <Pine.BSF.4.21.0010042328470.76357-100000@unix.pciway.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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  <dfrazier@magpage.com>   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39DC9544.56B2F562>