From owner-freebsd-questions Tue Nov 13 6:34:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id 0E42037B419 for ; Tue, 13 Nov 2001 06:33:59 -0800 (PST) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 163edQ-0006V1-01; Tue, 13 Nov 2001 14:33:56 +0000 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.33 #1) id 163ebh-000DnU-00; Tue, 13 Nov 2001 14:32:09 +0000 From: Wayne Pascoe To: "Clint Wilson" Cc: Subject: Re: Rebuilding Kernel References: <001601c16c4f$21f7aae0$248ff1d8@clint> Date: 13 Nov 2001 14:32:09 +0000 In-Reply-To: <001601c16c4f$21f7aae0$248ff1d8@clint> Message-ID: <86lmhabv2u.fsf@pan.ehsrealtime.com> Lines: 48 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Clint Wilson" writes: > echo: linking: illegal group name > *** Error code 1 > > Stop in /usr/src/sys/compile/NITRO7. Could you post a couple more lines before the stop so that we have some context. > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > #device cd # CD > #device pass # Passthrough device (direct SCSI > access) Many things such as certain usb devices need scbus or da in the kernel. I would advise uncommenting these unless you are sure that you don't need them. > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use > these NICs! > device miibus # MII bus support > #device dc # DEC/Intel 21143 and various --snip-- > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use > these NICs! > device miibus # MII bus support > #device dc # DEC/Intel 21143 and various It looks like this section appears in your config twice ? Lastly, can you compile a GENERIC kernel using the same commands ? Regards, -- - Wayne Pascoe | There are no stupid questions, freebsd@molemanarmy.com | only stupid people. http://www.molemanarmy.com | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message