From owner-freebsd-questions Mon Mar 18 9: 6:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vkoppen.com (dsl-65-185-18-141.telocity.com [65.185.18.141]) by hub.freebsd.org (Postfix) with ESMTP id 9E44F37B400; Mon, 18 Mar 2002 09:06:10 -0800 (PST) Received: from caesar by vkoppen.com with SMTP (MDaemon.v3.5.0.R); Mon, 18 Mar 2002 12:05:05 -0500 From: "Arnaud van Koppen" To: , , "Matthew Emmerton" Cc: "freebsd.org" Subject: RE: Suggestions for handbook Was: Errors when making Kernel Date: Mon, 18 Mar 2002 12:05:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Return-Path: arnaud@vkoppen.com Reply-To: arnaud@vkoppen.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I my case the problem was in de GENERIC kernel config file that comes with the distribution. The line "device umass # Disks/Mass storage - Requires scbus and da" is listed under USB devices, so when you go through the list without reading every line properly, thinking 'I want to use my USB', you leave everything uncommented, missing the dependency. I'm using 'The complete FreeBSD', 3rd edition, wihich is not mentioning the USB-options at all, and the online handbook, which just mentions the list, without pointing out the dependency, so it can easily be missed. But I have to admit that proper reading would avoid the problem. Hope this will help you. Arnold *-----Original Message----- *From: Chauncey Smith [mailto:csmith@icdc.com] *Sent: Monday, March 18, 2002 1:41 AM *To: freebsd-questions@FreeBSD.ORG; arnold@vkoppen.com; Matthew Emmerton *Cc: freebsd.org *Subject: Suggestions for handbook Was: Errors when making Kernel * * *I've found this to be a very common newbie error. I believe we should *document this in the hand book somewhere so that it is available to *everyone. How would one go about suggesting something like that to the *documention project? *----- Original Message ----- *From: Matthew Emmerton *To: ; *Sent: Friday, March 15, 2002 8:45 PM *Subject: Re: Errors when making Kernel * * *> > When I try to make my kernel using the enclosed config file, I get *errors *> > like *> > *> */usr/src/sys/compile/MYKERNEL/../../dev/usb/umass.c(.text+0x14be):undefined *> > reference to 'xpt_create_path' *> *> >From your kernel config: *> *> # SCSI peripherals *> #device scbus # SCSI bus (required) *> #device da # Direct Access (disks) *> ... *> device umass # Disks/Mass storage - Requires scbus and da *> *> Uncomment 'device scbus' and 'device da' and you should be fine. *> *> -- *> Matt *> *> *> To Unsubscribe: send mail to majordomo@FreeBSD.org *> with "unsubscribe freebsd-questions" in the body of the message *> * * * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message