From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 17:56:15 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 02AE016A41F for ; Wed, 28 Dec 2005 17:56:15 +0000 (GMT) (envelope-from maslan-freebsd@wp.pl) Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA6BF43D78 for ; Wed, 28 Dec 2005 17:56:12 +0000 (GMT) (envelope-from maslan-freebsd@wp.pl) Received: (wp-smtpd smtp.wp.pl 387 invoked from network); 28 Dec 2005 18:56:10 +0100 Received: from aed26.internetdsl.tpnet.pl (HELO maslan) (maslan-freebsd@[83.16.107.26]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 28 Dec 2005 18:56:10 +0100 Message-ID: <002d01c60bd8$072207b0$1e00000a@maslan> From: "maslan-freebsd" To: 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> Date: Wed, 28 Dec 2005 18:56:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO AS2=YES(0.999384) AS3=NO AS4=NO 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 17:56:15 -0000 Try "kldload atapicam.ko"it should load atapicam module to your kernel. if it works to should type atapicam_load="YES" in loader.conf ----- Original Message ----- From: "eoghan" To: Cc: Sent: Wednesday, December 28, 2005 5:54 PM Subject: Re: dvd drive > 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 > _______________________________________________ > 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" >