From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 21:56:20 2006 Return-Path: X-Original-To: questions@freebsd.org 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 B044916A41F for ; Wed, 29 Mar 2006 21:56:20 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D34843D45 for ; Wed, 29 Mar 2006 21:56:20 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from [192.168.97.222] (dhcp222.eng.nepinc.com [192.168.97.222]) (authenticated bits=0) by pgh.nepinc.com (8.12.11/8.12.11) with ESMTP id k2TLu2FQ078906; Wed, 29 Mar 2006 16:56:11 -0500 (EST) (envelope-from freebsd@voidmain.net) Message-ID: <442B0260.4040608@voidmain.net> Date: Wed, 29 Mar 2006 16:55:44 -0500 From: Tom Grove User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060325 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lee Shackelford References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: How to load CAM subsystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@voidmain.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 21:56:20 -0000 Lee Shackelford wrote: >Good morning dear FreeBSD enthusiast, >I am trying to install a FreeBSD system for the first time. I wish to >support a SCSI DVD-RAM. I have found a bash program that provides a user >interface to use this device for backup, kindly posted by a programmer in >Norway. It depends on the CAM subsystem. I am unable to find, in the man >page for this pseudo-device-driver, the acronym to insert into the >configuration file to have it loaded into the operating system. Any >suggestion is appreciated. Thank you. Yours truly, Lee Shackelford > >_______________________________________________ >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" > > > > What version of FreeBSD are you running? If you are running a version that supports kernel modules you could run kldload cam as root. You could also just compile it into your kernel. -Tom