From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 11:33:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 356781065670 for ; Tue, 3 Mar 2009 11:33:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id B97558FC0A for ; Tue, 3 Mar 2009 11:33:17 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by nf-out-0910.google.com with SMTP id d21so364860nfb.33 for ; Tue, 03 Mar 2009 03:33:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SrTcHlsxzowC1jQGj/DDyUmWChoLAy1EE0DkeIOHdZQ=; b=snlnSSeycRiz3W2fc4c0O7LjsNbTMjRdLXSrAyvNRpdvyLQpqQv5Fl7OL6j2LNhp9D hZT9ObSU5Z/Ex2ZZ5CBY3TwTAzuppjH7FBle1XhNmZ3VXGbDht1Pyhqf3FhOmHQ3BsiK /l1S3T64Nz6Z4eyAn6b5uCcEARgH2U6sFv7h8= 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:content-transfer-encoding; b=CuznD6DzaLQhsO/BGAkd7LJnpajNbUl/YWXAXf4Rgr9i8aFZ9oVJ+LnTUUFG5zarXx NZspts26q/zPClsQnD9O1yBuTm5fyEZyThEkH27YqW2iAZP0p52QxCkoVT2tXY7xo7z6 QkO87FTcyfXo2vGgUuLsoWj9Ic5S//bXNxHi8= MIME-Version: 1.0 Received: by 10.210.90.20 with SMTP id n20mr5612023ebb.72.1236079996675; Tue, 03 Mar 2009 03:33:16 -0800 (PST) In-Reply-To: <20090302152213.703cfcbd@gom.home> References: <20090302105258.098a4be3@gom.home> <4ad871310903021146j30cd2dby4a644362b4420d11@mail.gmail.com> <20090302152213.703cfcbd@gom.home> Date: Tue, 3 Mar 2009 12:33:16 +0100 Message-ID: <3a142e750903030333o20e58c1evb4af9fd8c83fbd4d@mail.gmail.com> From: "Paul B. Mahol" To: prad Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: who took my cd drive? 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: Tue, 03 Mar 2009 11:33:18 -0000 On 3/3/09, prad wrote: > On Mon, 2 Mar 2009 14:46:27 -0500 > Glen Barber wrote: > >> Try the atapicam kernel module. >> > i pushed 6 to get loader prompt and there did > boot atapicam > but got > > elf32_loadfile: can't load module before kernel > > which i thought was weird since in the help boot it says if you don't > load the module, it will boot it instead of the default. if i > load atapicam > then it just boots acpi.ko Normal behaviour. You need to load kernel too. lsmod is useful command to list loaded modules. -- Paul