From owner-freebsd-stable Fri Jul 21 22:48: 4 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 1B8F737B839 for ; Fri, 21 Jul 2000 22:47:46 -0700 (PDT) (envelope-from jhb@pike.osd.bsdi.com) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id WAA88625; Fri, 21 Jul 2000 22:47:00 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200007220547.WAA88625@pike.osd.bsdi.com> Subject: Re: FreeBSD 4.1-RC Questions In-Reply-To: <00072123401500.00237@pauler.lgtch02.fais.net> from "Justin W. Pauler" at "Jul 21, 2000 11:26:50 pm" To: "Justin W. Pauler" Date: Fri, 21 Jul 2000 22:47:00 -0700 (PDT) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- 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