| Summary: | ATAng: Can't write CD media on 5.1-CURRENT with ATAPI writer | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Simun Mikecin <sime> |
| Component: | kern | Assignee: | Søren Schmidt <sos> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.1-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Simun Mikecin
2003-10-05 12:10:24 UTC
Responsible Changed From-To: freebsd-bugs->thomas Looks like this one is for you. I also can confirm this problem for same dirive with same diagnostics on three days old -CURRENT * Simun Mikecin, 2003-10-05 : > Starting new track at sector: 0 > Track 01: 0 of 184 MB written.cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error > CDB: 2A 00 00 00 01 B2 00 00 1F 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > Sense Key: 0xFFFFFFFF [], Segment 0 > Sense Code: 0x00 Qual 0x00 (no additional sense information) Fru 0x0 > Sense flags: Blk 0 (not valid) > cmd finished after 0.001s timeout 40s > > write track data: error after 888832 bytes > Sense Bytes: 70 00 02 00 00 00 00 0E 00 00 00 00 04 08 00 00 00 00 > Writing time: 7.775s > Average write speed 245.2x. > Fixating... > Fixating time: 33.410s > cdrecord: fifo had 78 puts and 15 gets. > cdrecord: fifo was 0 times empty and 3 times full, min fill was 93%. > >How-To-Repeat: > Try burning a CD media using burncd or cdrecord. First of all please note that burncd does not use ATAPI/CAM, so if the same problem show up with both burncd and cdrecord, this would point to a generic ATA/ATAPI issue rather than n ATAPI/CAM specific problem. Could you please let me know whether -CURRENT as of today (after revision 1.33 of sys/dev/ata/atapi-cam.c) still exhibits the desccribed behaviour? Thanks, Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG On Wed, 11 Feb 2004 11:22:42 +0100, Thomas Quinot <thomas@FreeBSD.ORG> wrote: > Could you please let me know whether -CURRENT as of today (after revision > 1.33 of sys/dev/ata/atapi-cam.c) still exhibits the desccribed behaviour? Just tried revision 1.33 with cdrecord and it works. Since that still doesn't solve the problem with burncd, I think this PR should now be handed over to ATAng maintainer (sos@freebsd.org). On Wed, 11 Feb 2004 11:22:42 +0100, Thomas Quinot <thomas@FreeBSD.ORG> wrote: > Could you please let me know whether -CURRENT as of today (after revision > 1.33 of sys/dev/ata/atapi-cam.c) still exhibits the desccribed behaviour? Just tried revision 1.33 with cdrecord and it works. Since that still doesn't solve the problem with burncd, I think this PR should now be handed over to ATAng maintainer (sos@freebsd.org). Responsible Changed From-To: thomas->sos Submitter report that he now observes the problem only with acd, not ATAPI/CAM cd. State Changed From-To: open->closed If this is still a problem on -current/5.3 get back to me. |