From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 3 17:42:48 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1DA3106566B for ; Mon, 3 Mar 2008 17:42:48 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 5B2BD8FC24 for ; Mon, 3 Mar 2008 17:42:47 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 23849 invoked by uid 2001); 3 Mar 2008 17:42:47 -0000 Date: Mon, 3 Mar 2008 11:42:47 -0600 From: "Rick C. Petty" To: Dieter Message-ID: <20080303174246.GA23738@keira.kiwi-computer.com> References: <20080303160552.GA22387@keira.kiwi-computer.com> <200803031715.RAA23526@sopwith.solgatos.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803031715.RAA23526@sopwith.solgatos.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hardware@freebsd.org Subject: Re: no cd0/pass0 devices under 7.0 (though acd0 is there) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 17:42:48 -0000 On Mon, Mar 03, 2008 at 09:15:53AM +0000, Dieter wrote: > > > I still think that it should work out of the box. > > > > It does. "kldload atapicam" works perfectly. > > It does *not* work out of the box. You have to know to add > device atapicam to the config file, or to kldload atapicam. That's still in the box. No recompiling needed. No network needed to download or install anything. It comes in the box. You just have to know which knob to turn. > "man -k dvd" does not yield anything helpful. Why would it? This isn't a DVD-specific issue. I burn DVDs all the time using burncd(1).. (+RW that is). > Adding "kldload atapicam" to rc.local would be late enough to > not spoil the probing of "real" SCSI devices, right? > (I'm assuming that loader.conf might be too early.) loader.conf is too early. I use my own /etc/rc.d/ script to load a generic list of modules. I haven't had the time to submit it to freebsd yet, but it wouldn't be hard for anyone to do. I called my script kldload_late. -- Rick C. Petty