Date: Fri, 21 Jul 2000 22:47:00 -0700 (PDT) From: John Baldwin <jhb@pike.osd.bsdi.com> To: "Justin W. Pauler" <jwpauler@jwpages.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD 4.1-RC Questions Message-ID: <200007220547.WAA88625@pike.osd.bsdi.com> In-Reply-To: <00072123401500.00237@pauler.lgtch02.fais.net> from "Justin W. Pauler" at "Jul 21, 2000 11:26:50 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Justin W. Pauler wrote: > Just CVSup'd last night, July 20th, after a complete re-install from my > 4.0-RELEASE CD's. I then CVSup'd and built/installed the world and proceded to > make me up a new kernel. Much to my surprise after I compiled everything, my > system, as it has done many times before, would not compile the kernel with > -ANY- USB devices what-so-ever. All that is in my kernel relating to USB is > the following four lines: > > device uhci # UHCI controller > device ohci # OHCI controller > device usb # Generic USB code > device ugen # Generic USB device driver > > Now if I attempt to compile this kernel with the code in, I get the following > error when attempting to link the kernel: > > linking kernel > usb_ethersubr.o: In function `usbintr': > usb_ethersubr.o(.text+0x31): undefined reference to `ether_input' > *** Error code 1 > Stop in /usr/src/sys/compile/PAULER. It seems that USB requires ethernet support to require. Make sure you have 'psuedo-device ether' in your kernel config. > Justin W. Pauler -- John Baldwin <jhb@bsdi.com> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007220547.WAA88625>