Date: Sun, 02 Jan 2005 18:47:47 +0000 From: John Murphy <sub01@freeode.co.uk> To: "Emon" <jadukor@gawab.com> Cc: newbies@freebsd.org Subject: Re: kernel compiling prob Message-ID: <e2dgt0p8tp7urftmuq0blqpqqt1bn1d8eh@4ax.com> In-Reply-To: <20050102163014.10356.qmail@gawab.com> References: <20050102163014.10356.qmail@gawab.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Emon wrote: >Hello every one > >I am a newbie, I am using FreeBSD 4.10 & I was trying to rebild >a new kernel for my system(just trying). We aren't supposed to answer technical questions on this list but it's likely that it will be closing soon anyway, so I'll risk it ;) For future reference: You should send technical questions to FreeBSD-Questions@FreeBSD.ORG [snip] >umass.o: In function `umass_cam_attach_sim': >umass.o(.text+0x1637): undefined reference to `cam_simq_alloc' [snip] These give a clue as to where to look. 'umass' is a USB device and in the USB section of your configuration file we find: >device umass # Disks/Mass storage - Requires scbus and da But in the SCSI peripherals section you've disabled scbus and da: ># SCSI peripherals >#device scbus # SCSI bus (required) >#device da # Direct Access (disks) So you either need to enable those two devices or (if you don't have any USB mass storage devices) disable the umass line. >Thanks in advance >Jadukor You're welcome. -- John.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e2dgt0p8tp7urftmuq0blqpqqt1bn1d8eh>