Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2005 21:13:55 +0200
From:      Roland Smith <rsmith@xs4all.nl>
To:        "Jeff D. Hamann" <jeff.hamann@forestinformatics.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: don't know how to make buildkernel...
Message-ID:  <20050908191355.GC69004@slackbox.xs4all.nl>
In-Reply-To: <002f01c5b4a4$cfb04880$0a00a8c0@rodan>
References:  <002f01c5b4a4$cfb04880$0a00a8c0@rodan>

next in thread | previous in thread | raw e-mail | index | archive | help

--UPT3ojh+0CqEDtpF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Sep 08, 2005 at 11:40:29AM -0700, Jeff D. Hamann wrote:
> I've just put together a new amd64 machine in an ASUS Vintage-ae1 barebon=
es=20
> system. After giving up on FreeBSD 5.4 when it gagged on my hard drive, I=
=20
> decided to try going all the way to 6.0beta4. Almost everything went=20
> without incident except for mounting usb sticks and the on-board network=
=20
> card isn't coming up. It seems to get detected, but not initialized.
>=20
> When I run dmesg, I get the following lines (I can't post the whole thing=
=20
> since I can't get files from the bsd box to my windows box -- no mcopy an=
d=20
> I don't know how to mount the usb stick either):
>=20
> plip0: <PLIP network interface> on ppbus0

This is not your network card, but the parallel port internet protocol driv=
er.

> northbridge: SIS 760GX
> southbridge: SIS 965L

=46rom the documentation on the Sis website, the 760 chipset has a
southbridge 964 for networking (among other
things). http://www.sis.com/products/sis760_features.htm

> and so doing a little research, I think the sis device driver might work=
=20
> (maybe?) and so I might need to recompile the kernel to get the onboard n=
ic=20
> to light up, right?

The sis device is configured in the GENERIC kernel on amd64. So if it's
not recognized, this particular chip might not be supported by the driver.

Are there any lines starting with 'sis' in the dmesg output?

> I've been hunting around to see if I can recompile the=20
> kernel to include the SIS ethernet driver and I'm having some trouble wit=
h=20
> the process of building a new kernel under 6.0-BETA4...
>=20
> >From re-reading my references, compiling a new kernel is accomplished wi=
th=20
> the following steps:
>=20
> 1) cd /sys/amd64/conf
> 2) cp KERNEL MYKERNEL
> 3) make the edits to MYKERNEL (adding the line "device sis" to the file)

device sis is enabled in the GENERIC kernel on amd64:
slackbox:~$ grep sis /usr/src/sys/amd64/conf/GENERIC
device          sis             # Silicon Integrated Systems SiS 900/SiS 70=
16

> okay, so when I attempt to build a new kernel, I get the following:
>=20
> bobby# make buildkernel KERNCONF=3DMYKERNEL
> make: don't know how to make buildkernel. Stop
> bobby#
>=20
> now what?

Are you sure you are in /usr/src? Do you have the kernel source installed?

Roland
--=20
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt

--UPT3ojh+0CqEDtpF
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFDII1zEnfvsMMhpyURAi7aAJ0VNH0h1RRqmmtzpS98NiUrMHFPrwCeIfY6
TAQQEgkjqfMaUKHNIaw+qlg=
=gvxl
-----END PGP SIGNATURE-----

--UPT3ojh+0CqEDtpF--



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