From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 23:28:02 2006 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 0976216A420 for ; Thu, 9 Feb 2006 23:28:02 +0000 (GMT) (envelope-from steel300@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9100443D46 for ; Thu, 9 Feb 2006 23:28:01 +0000 (GMT) (envelope-from steel300@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so289261nzo for ; Thu, 09 Feb 2006 15:28:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=gGTLeUC9BH3nGxI1pr3GUO6BaGtm1Be6tp9JZGGncf5m1TpDGaupClyoJ7w2icOYfkV3sQmMVh6b6czU4EU2teZY/avCELbmHLukSnzYkj5cdvzdzSChQmVWRYycm10hGMvTBJW2q6+WMKI9zjXWLmqJDM0MEOSqW0nSvXrzRJ8= Received: by 10.36.97.18 with SMTP id u18mr4167471nzb; Thu, 09 Feb 2006 15:28:00 -0800 (PST) Received: from ?192.169.1.100? ( [24.14.73.130]) by mx.gmail.com with ESMTP id p4sm823529nzc.2006.02.09.15.28.00; Thu, 09 Feb 2006 15:28:00 -0800 (PST) From: Jason Cox To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 09 Feb 2006 17:27:05 -0600 Message-Id: <1139527625.708.6.camel@jpcoxdesktop> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: AtapiCam not recognizing philips cd burner 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: Thu, 09 Feb 2006 23:28:02 -0000 Hello all, Whilew trying to get CD burning working under FreeBSD 6.0 (and 6.1-PreRelease), I keep getting the following error in my dmesg and cd1 is never created. The drive is a Philips CDRW4012P. It shows up as /dev/acd1 and reports correctly in dmesg. However, once atapicam tries to query it, it just repeats the follwoing (output from dmesg with boot -v): ata1: reiniting channel .. ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=00 devices=0xc acd0: setting PIO4 on ICH5 chip acd0: setting UDMA33 on ICH5 chip acd1: setting PIO4 on ICH5 chip acd1: setting UDMA33 on ICH5 chip ata1: reinit done .. (probe8:ata1:0:1:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe8:ata1:0:1:0): CAM Status: SCSI Status Error (probe8:ata1:0:1:0): SCSI Status: Check Condition (probe8:ata1:0:1:0): ILLEGAL REQUEST asc:20,0 (probe8:ata1:0:1:0): Invalid command operation code (probe8:ata1:0:1:0): (probe8:ata1:0:1:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe8:ata1:0:1:0): ILLEGAL REQUEST asc:20,0 (probe8:ata1:0:1:0): Invalid command operation code Unretryable error (probe8:ata1:0:1:0): error 22 (probe8:ata1:0:1:0): Unretryable Error I have looked all over the internet and everywhere says it should have been fixed in 4.7. Any advice on what else to try? Jason