From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 16:54:59 2005 Return-Path: X-Original-To: freebsd-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 AFA4716A41F for ; Wed, 28 Dec 2005 16:54:59 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BAE43D66 for ; Wed, 28 Dec 2005 16:54:56 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 9749 invoked by uid 89); 29 Dec 2005 03:54:53 +1100 Received: by simscan 1.1.0 ppid: 9552, pid: 9579, t: 11.5029s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.35?) (194.125.95.46) by 0 with SMTP; 29 Dec 2005 03:54:41 +1100 In-Reply-To: <1135787261.78035.34.camel@dracula.transylvania.net> References: <244E8E94-A4F7-48B9-B527-06EF505B3BC9@redry.net> <43B2B55B.3040904@oxygen.az> <42AA7A5B-953E-4148-B950-9DF672ADE4A8@redry.net> <1135782744.78035.26.camel@dracula.transylvania.net> <91DD3CAA-2514-41C5-94A9-D241AFFA96E2@redry.net> <001001c60bc6$68a87b20$1e00000a@maslan> <1135787261.78035.34.camel@dracula.transylvania.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Wed, 28 Dec 2005 16:54:39 +0000 To: dev@unixdaemon.org X-Mailer: Apple Mail (2.746.2) Cc: freebsd-questions@freebsd.org Subject: Re: dvd 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: Wed, 28 Dec 2005 16:54:59 -0000 On 28 Dec 2005, at 16:27, Dev Tugnait wrote: > On Wed, 2005-12-28 at 16:21 +0000, eoghan wrote: >> On 28 Dec 2005, at 15:50, maslan-freebsd wrote: >> >>> Type "uname -a" in console. If you have GENERIC kernel you don't >>> have >>> atapicam in your kernel. You have generic if you didn't compile >>> your own >>> kernel. . >>> Regards >> >> Yes I have compiled with generic kernel. I look into the doc page to >> change t his... >> I did try mount -t cd9660 /dev/acd1 /mnt >> but it gave me: >> mount_cd9660: /dev/acd1: Input/Output error >> I assume that I need to config with atapicam for this to work? >> Eoghan > > Yepp, you can just add that option to the GENERIC kernel if you are > new > and are not comfortable configuring your kernel yet, just rebuild > it and > reboot. Since user error comes easier method is to do cp GENERIC > MYCUSTOMKERNEL or whatever you wanna call it and add atapicam to that > and build it. > > Read the handbook on building the kernel > > Good Luck > Thanks for all the help, I will do the rebuild as you suggest. Eoghan