From owner-freebsd-newbies Mon Nov 4 13:55:37 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6593337B401 for ; Mon, 4 Nov 2002 13:55:36 -0800 (PST) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5564D43E42 for ; Mon, 4 Nov 2002 13:55:35 -0800 (PST) (envelope-from daniel.suh@sympatico.ca) Received: from sympatico.ca ([64.231.201.198]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021104215534.BFJX8707.tomts9-srv.bellnexxia.net@sympatico.ca>; Mon, 4 Nov 2002 16:55:34 -0500 Message-ID: <3DC6ECD9.6000701@sympatico.ca> Date: Mon, 04 Nov 2002 16:55:37 -0500 From: Daniel Suh User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020618 Netscape/7.0b1 X-Accept-Language: en-us, en, ko, ko-kr MIME-Version: 1.0 To: Ding Lei Cc: freebsd-newbies@freebsd.org Subject: Re: Installation problem References: <1036422120.5721.22.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ding Lei wrote: > Hi all > I am using a Sis630 integrated mainboard, including a sis900 ethernet > adapter which is used to connect to the internet. But the freebsd > installation program can't find sis900. Anyone knows the solution? > thanks very much! > > > lei > Hi Ding. You have to make your own kernel to do this. If you do "grep sis /sys/i386/conf/LINT", then you will this entry. device sis # Silicon Integrated Systems SiS 900/SiS 7016 Be sure to make copy of LINT and GENERIC. Start your kernel customization on copied GENERIC, not the others. Put above entry into your own kernel then compile it. If you don't know how to prepare, create, compile then install your own kernel, consult handbook or follow this handbook link from freebsd.org: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Read entire chapter, then proceeed to your kernel creation. Be sure that you have kernel.GENERIC available in your root partition. If something goes wrong and you need to boot to make amend, you can always do this: 1. At booting point where it tells you could interupt the booting, interupt it by pressing space bar. 2. at "ok" prompt, type this: unload boot kernel.GENERIC Now system boots and you should make your adjustment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message