From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 11:36:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C76816A4CE for ; Fri, 12 Mar 2004 11:36:47 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25EE043D1F for ; Fri, 12 Mar 2004 11:36:47 -0800 (PST) (envelope-from freebsd-current-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004031219364601200r77jme>; Fri, 12 Mar 2004 19:36:46 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 1F572E; Fri, 12 Mar 2004 14:36:46 -0500 (EST) Sender: lowell@be-well.ilk.org To: anton@nikiforov.ru References: <20040312190104.CE6E75D04@ptavv.es.net> <40520C4C.9050509@nikiforov.ru> From: Lowell Gilbert Date: 12 Mar 2004 14:36:45 -0500 In-Reply-To: <40520C4C.9050509@nikiforov.ru> Message-ID: <44smgdrh6a.fsf@be-well.ilk.org> Lines: 61 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-5 Content-Transfer-Encoding: quoted-printable cc: current@freebsd.org Subject: Re: ATAPICAM problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 19:36:47 -0000 Anton Nikiforov writes: > Kevin Oberman =DF=D8=E8=D5=E2: >=20 > >>Date: Fri, 12 Mar 2004 21:57:07 +0300 > >>From: Anton Nikiforov > >>Sender: owner-freebsd-current@freebsd.org > >> > >>This is a cryptographically signed message in MIME format. > >> > >>--------------ms060909070201090803040608 > >>Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed > >>Content-Transfer-Encoding: 7bit > >> > >>Roman Neuhauser ?????: > >> > >> > >>># anton@nikiforov.ru / 2004-03-12 21:42:00 +0300: > >>> > >>>> Could someone please help with running atapicam on ompaq Presario > >>>> 2585 under -CURRENT? > >>>>I did install device atapicam into the kernel and was not succseed. > >>>> > >>> which means? cut+paste the buildkernel error message. > >>> > >>Which means what? Sorry for my english. > >>in the kernel configuration file i have put a line > >>device atapicam > >>And the kernel was built and installed without visible problems. > >>There was no messages (dmesg, /var/log/*, anywhere) about adding cd0. > >>But under -STABLE it is just installing a cd0 like (1,0,0 in SCSI terms) > >> > > > >And what did you want it to do? It is expected to create /dev/cd0 and, > >unless you do something to invoke devfs, that's about all you should > >expect. Have you tried using /dev/cd0? Does it work or fail? /dev/cd0c > >is no longer used in V5. > > > I want to write cds with XCDroast or something like this (even > cdrecord) But i have no /dev/cd* > only /dev/acd0. That is it. And this was my question. How to get > /dev/cd0 working? > Maybe i was doing something wrong? Maybe i need something additional > to be present in the kernel? According to the FreeBSD Handbook's section "Using the ATAPI/CAM Driver", To use this driver, you will need to add the following lines to your kernel configuration file: device atapicam device scbus device cd device pass You also need the following lines in your kernel configuration file: device ata device atapicd Both of which should already be present.