Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 13:01:54 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        =?utf-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB_=D0=90=2E?= =?utf-8?q?_=D0=A4=D0=BE=D0=BC=D0=B8=D0=BD?= <fomin@pisem.net>
Subject:   Re: my kernel is not build/install
Message-ID:  <200906261301.54442.kstewart@owt.com>
In-Reply-To: <4A45267E.70900@lazlarlyricon.com>
References:  <12460400390643.1842379727.fomin@pisem.net> <810695303.20090626233908@pisem.net> <4A45267E.70900@lazlarlyricon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote:
> =D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB =D0=90. =D0=A4=D0=BE=D0=BC=D0=B8=D0=
=BD wrote:
> > =D0=97=D0=B4=D1=80=D0=B0=D0=B2=D1=81=D1=82=D0=B2=D1=83=D0=B9=D1=82=D0=
=B5, Rolf.
> >
> > In my first mail i attach my config file. Latest i attach full console
> > output.
> >
> > =D0=92=D1=8B =D0=BF=D0=B8=D1=81=D0=B0=D0=BB=D0=B8 26 =D0=B8=D1=8E=D0=BD=
=D1=8F 2009 =D0=B3., 23:35:14:
> >> Brent Bloxam wrote:
> >>> fomin@pisem.net wrote:
> >>>> When I make my kernel (make kernel KERNCONF=3DKERNEL) it stop whith =
****
> >>>> Error code 1
> >>>
> >>> According to Chapter 8.5 of the handbook
> >>>
> >>>=20
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-bui=
lding.html):
> >>>>    1.
> >>>>       Change to the /usr/src directory:
> >>>>       # cd /usr/src
> >>>>
> >>>>    2.
> >>>>       Compile the kernel:
> >>>>       # make buildkernel KERNCONF=3DMYKERNEL
> >>>>
> >>>>    3.
> >>>>       Install the new kernel:
> >>>>       # make installkernel KERNCONF=3DMYKERNEL
> >>>
> >>> You need to use `make buildkernel`, not `make kernel`
> >>> _______________________________________________
> >>> freebsd-questions@freebsd.org mailing list
> >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>> To unsubscribe, send any mail to
> >>> "freebsd-questions-unsubscribe@freebsd.org"
> >>
> >> According to the makefile, "make kernel" does "make buildkernel" + "ma=
ke
> >> installkernel", so that shouldn't be the problem. Your question is very
> >> vague. Could you please attach the complete output (or at least the la=
st
> >> portion of it, e.g. 10-15 lines or so).
>
> First, please do not reply to me only. Put the list on CC, in case
> somebody else has some insight on the matter.
>
> I looked at the kernel config file, but it is pretty difficult to see
> what is wrong, without either knowing all the options by heart or
> comparing it to the NOTES files. Moreover, I am sorry, but I cannot find
>   the console output that you say you attached. Either I am blind or it
> got stripped somewhere on the way.

He has umass

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
                                                                           =
                       =20
But in his "SCSI peripherals" he has scbus and da commented out.

Kent
=2D-=20
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html




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