From owner-freebsd-questions@FreeBSD.ORG Sun May 23 03:47:46 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18F48106564A for ; Sun, 23 May 2010 03:47:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id BADDB8FC12 for ; Sun, 23 May 2010 03:47:45 +0000 (UTC) Received: by qyk11 with SMTP id 11so4024091qyk.13 for ; Sat, 22 May 2010 20:47:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=mGY0v6YJySorJZsebWXMe/LBKwHTQGtucJaUe3LbvrA=; b=sEID2X0AP9IJogn0AuX6LNejfVcNeoiXYleEKihEmeF/jh0CV6p0P58F79hiAozVW5 lonD64XILP1PKVeu+kpctMv/Hz7AZZtG+ZIRCAs1IZthbtojWXW2f40/fgLAnRQ/uHWp I70qxs77c+AZwXKvcL/0uxiCwcWacuRJPx7o0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mcQBpXd+aq2me1QlZfHVkQ4F4E7uDAESVQ6sZ1gp9csPcAA9UURM4WAn8G2Qubh5T1 TvgMwYMRVDdI/gGDxsQVkjDEj1MuvxB6UlxN0/Gr+koqN6pe0evbrsYwvpAiG+n12uCA 2+Ef8TJPVyXFS2n9rNkwO1fFadS4YLeaxK25o= MIME-Version: 1.0 Received: by 10.229.190.14 with SMTP id dg14mr811231qcb.49.1274586463219; Sat, 22 May 2010 20:47:43 -0700 (PDT) Received: by 10.229.99.67 with HTTP; Sat, 22 May 2010 20:47:43 -0700 (PDT) In-Reply-To: <6D48A7EF-6412-4084-A334-970D3D50A013@lafn.org> References: <6D48A7EF-6412-4084-A334-970D3D50A013@lafn.org> Date: Sat, 22 May 2010 22:47:43 -0500 Message-ID: From: Adam Vande More To: Doug Hardie Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: atapicam issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 03:47:46 -0000 On Sat, May 22, 2010 at 10:20 PM, Doug Hardie wrote: > I have 2 systems running 8.0 installed from the same CD. One of them shows > 2 PASS devices as expected and camcontrol devlist shows the appropriate > devices. They work as expected. > > The other does not show any PASS devices and camcontrol devlist shows > nothing. Doing a kldload atapicam installs the PASS devices and then > camcontrol works properly. Why would that system require atapicam to be > manually added? That module was not loaded on the working system. I > installed it there first by accident but it had no detrimental effect. > > I don't find any reference to atapi or atapicam in the various rc > files._______________________________________________ > atapicam is loaded from /boot/loader.conf as most hardware kernel mods are. AFAIK, something would have needed to changed on your working system the behavior you report. Perhaps you followed the handbook's instructions about cd burning long ago and forgot you edited the config? http://www.freebsd.org/doc/en/books/handbook/creating-cds.html -- Adam Vande More