Date: Fri, 23 Nov 2001 03:50:47 -0800 From: Kent Stewart <kstewart@owt.com> To: =?ISO-8859-1?Q?Jos=E9?= Romildo Malaquias <romildo@uber.com.br> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error building custom kernel Message-ID: <3BFE3817.1020202@owt.com> References: <3BFE3263.1DA8F26A@uber.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
José Romildo Malaquias wrote: > Hello. > > After installing FreeBSD 4-4 on my Pentium II computer, I am in the > process of configuring the system. In order to have support for ext2 > filesystems and my sound card, I have to compile a custom kernel. After > reading the relevant chapters of the handbook, I have edited a kernel > configuration file and tried building the kernel. Unfortunatly it stoped > with an error message. Being a novice FreeBSD user (althoug having used > Linux for some time now), I am not able to figure out what the problem > is and how to solve it. The kernel configuraion file > (/usr/src/sys/i386/conf/MYKERNEL) and the output of the building command > > # make building KERNCONF=MYKERNEL > > are attached to this message. > > Any clues? > > Romildo > > -- > Prof. José Romildo Malaquias Departamento de Computação > http://iceb.ufop.br/~romildo Universidade Federal de Ouro Preto > romildo@iceb.ufop.br Brasil > romildo@uber.com.br <snip> > > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) <snip> > device umass # Disks/Mass storage - Requires scbus and da Out there in the comments, it told you it needs scbus and da but you commented them out above. You need to comment out umass or uncommet scbus and da. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BFE3817.1020202>