From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 10:26:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 141DE1065754 for ; Mon, 10 Mar 2008 10:26:06 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2B96A8FC23 for ; Mon, 10 Mar 2008 10:26:05 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from [84.92.153.232] (helo=kestrel.milibyte.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1JYfCl-0006o3-8s; Mon, 10 Mar 2008 10:26:03 +0000 Received: by kestrel.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1JYfCj-0000MY-Iw; Mon, 10 Mar 2008 10:26:02 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Mon, 10 Mar 2008 10:26:00 +0000 User-Agent: KMail/1.9.7 References: <6293ba970803091028v51449aeax32cbd14617cc4967@mail.gmail.com> <20080309191627.J1605@wojtek.tensor.gdynia.pl> In-Reply-To: <20080309191627.J1605@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803101026.01220.jmc-freebsd@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd@milibyte.co.uk X-SA-Exim-Scanned: No (on kestrel.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: d135e4bf47ef047a6ce2aeed3d67a809 Subject: Re: cdrecord, CD-R error messages with 7.0-RELEASE 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, 10 Mar 2008 10:26:07 -0000 On Sunday 09 March 2008, Wojciech Puchar wrote: > it's good idea to remove atapicd from kernel while using atapicam - don't > keep both. > > personally - i use only atapicam. I have a similar problem so tried removing atapicd from my kernel but still have the problem. At boot time I get: Waiting 5 seconds for SCSI devices to settle unknown: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01 unknown: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 3.300MB/s transfers cd0: cd present [1592080 x 2048 byte records] Then when writing and verifying a CD I get: unknown: WARNING - unknown CMD (0xac) read data overrun 8>0 unknown: WARNING - unknown CMD (0xac) read data overrun 8>0 unknown: WARNING - unknown CMD (0xac) read data overrun 8>0 unknown: WARNING - unknown CMD (0xac) read data overrun 8>0 unknown: FAILURE - READ_DVD_STRUCTURE ILLEGAL REQUEST asc=0x30 ascq=0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 0x00 0x02 cam_periph_mapmem: attempt to map 262144 bytes, which is greater than DFLTPHYS(65536) cam_periph_mapmem: attempt to map 260096 bytes, which is greater than DFLTPHYS(65536) cam_periph_mapmem: attempt to map 258048 bytes, which is greater than DFLTPHYS(65536) cam_periph_mapmem: attempt to map 256000 bytes, which is greater than DFLTPHYS(65536) cam_periph_mapmem: attempt to map 253952 bytes, which is greater than DFLTPHYS(65536) cam_periph_mapmem: attempt to map 251904 bytes, which is greater than DFLTPHYS(65536) followed by lots more cam_periph_mapmem warnings. Desoite all this the CD verifies OK - should I worry? -- Mike Clarke