From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 01:51:06 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 AFD4D16A41F for ; Mon, 31 Oct 2005 01:51:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8204943D53 for ; Mon, 31 Oct 2005 01:51:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so791706nzd for ; Sun, 30 Oct 2005 17:51:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I3dyJ+ScWrXYBxfhAXyhK9U9z26QXBojeF3LbUnHRdAQ99ZBue3Ac3HWrngaXeGUz4hLa1isjv4nnY26NK0wfarrgMv4tcTfEJkLwTwSAoWIIfy1Gvvt5MjHV9ELmknVPS54X0oYmStimD0vMwgjA2pzFEDeGvLwX2JhQEU0C+E= Received: by 10.36.74.8 with SMTP id w8mr1469546nza; Sun, 30 Oct 2005 17:51:05 -0800 (PST) Received: by 10.37.20.34 with HTTP; Sun, 30 Oct 2005 17:51:05 -0800 (PST) Message-ID: Date: Mon, 31 Oct 2005 04:51:05 +0300 From: "Andrew P." To: Jose Luis Alarcon Sanchez In-Reply-To: <1130711052.740.11.camel@Endeavour.lordofunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1130711052.740.11.camel@Endeavour.lordofunix.org> Cc: Lista freebsd-questions Subject: Re: acd0 Hardware error 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: Mon, 31 Oct 2005 01:51:06 -0000 On 10/31/05, Jose Luis Alarcon Sanchez wrote: > Hi Friends. > > Every time i use my DVD player unit, i get on the kernel messages > console, repeated many times, this: > > acd0: FAILURE - READ_CD HARDWARE ERROR asc=3D0x08 ascq=3D0x03 error=3D0 > > What is the mean of this line?. With others Operating Systems, in the > same machine, i don't have nothing like this... > > This is the line about the DVD player unit in dmesg: > > acd0: DVDROM at > ata1-master UDMA66 > > Any help is very apreciated. > > Thanks you very much, in advance. > > Regards. > > Jose. > > > -- > http://www.lordofunix.org > > Not Registered GNU/Hurd User. > Registered BSD User 51101. > Registered Linux User #213309. > Memories..... You are talking about memories. > Rick Deckard. Blade Runner. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > It might be some copy protection and it might be not. Please, read ata(4) and atacontrol(8) manpages to learn how to tweak different options of ata driver. If that doesn't help at all, try compiling a custom kernel with "device atapicam" (make sure SCSI support is also present). This will give you an alternative interface to your drive. Good luck.