From owner-freebsd-questions Wed Dec 4 12:34: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889A837B401 for ; Wed, 4 Dec 2002 12:34:06 -0800 (PST) Received: from MX4.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id F40F643E88 for ; Wed, 4 Dec 2002 12:34:05 -0800 (PST) (envelope-from kalts@estpak.ee) Received: from tiiu.internal (80-235-36-70-dsl.mus.estpak.ee [80.235.36.70]) by MX4.estpak.ee (Postfix) with ESMTP id C933E1D0041; Wed, 4 Dec 2002 22:34:04 +0200 (EET) Received: from tiiu.internal (localhost [127.0.0.1]) by tiiu.internal (8.12.6/8.12.6) with ESMTP id gB4KY4L7004124; Wed, 4 Dec 2002 22:34:04 +0200 (EET) (envelope-from vallo@tiiu.internal) Received: (from vallo@localhost) by tiiu.internal (8.12.6/8.12.6/Submit) id gB4KY359004123; Wed, 4 Dec 2002 22:34:03 +0200 (EET) (envelope-from vallo) Date: Wed, 4 Dec 2002 22:34:03 +0200 From: Vallo Kallaste To: Brian Henning Cc: questions@FreeBSD.ORG Subject: Re: atapicam Message-ID: <20021204203403.GB3953@tiiu.internal> Reply-To: kalts@estpak.ee References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.1i-ja.1 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 On Wed, Dec 04, 2002 at 02:26:52PM -0600, Brian Henning wrote: > i am trying to get cdrtools to work. when i run 'cdrecord -scanbus' i get > the following errors. > > Cdrecord 1.11a39 (i386-unknown-freebsd4.7) Copyright (C) 1995-2002 Jörg > Schilling > cdrecord: No such file or directory. Cannot open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are > root. > cdrecord: For possible transport specifiers try 'cdrecord dev=help'. > > i understand i need to patch my src and rebuild my kernel. i have been > reading on the mailing list archives that the atapicam is included in > freebsd 4.7 ( the current system that i am running). I don't know what to do > from here. Do i need to add some lines to my kernel config file? do i still > need to manually apply the patch? > > do i just add this line to the kernel config file? > device atapicam You are probably missing CAM framework in your kernel. RTFM the atapicam(4) manpage, should exist on recent -stable. In case you cannot find the local manpage, look it up on www.freebsd.org. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message