Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2002 16:55:37 -0500
From:      Daniel Suh <daniel.suh@sympatico.ca>
To:        Ding Lei <lei@dinglei.net>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Installation problem
Message-ID:  <3DC6ECD9.6000701@sympatico.ca>
References:  <1036422120.5721.22.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DC6ECD9.6000701>