2006-03-01 19:44:22

by Alan

[permalink] [raw]
Subject: PATA: New patch (2.6.16rc5-ide2)

Should fix the CRC problems and also sort out the SI680 clock setting so
that UDMA133 is available. Probably be the last update for a few days.

http://zeniv.linux.org.uk/~alan/IDE

Now to go change mailer

Alan



2006-03-01 22:02:18

by Alan

[permalink] [raw]
Subject: Re: PATA: New patch (2.6.16rc5-ide2)

On Mer, 2006-03-01 at 21:50 +0100, Fabio Comolli wrote:
> This was the same behaviour I got with 2.6.16-rc4-ide1; it changed
> with 2.6.15-ide1 (I did not report it just because I did not notice it
> ...)
>
> I think that UDMA/33 should be the correct behaviour. Am I right?

Yes

> By the way, do you know why I get this "PIO error" messages?

Not yet


2006-03-02 01:52:03

by Ed Sweetman

[permalink] [raw]
Subject: Re: PATA: New patch (2.6.16rc5-ide2)

I've been following along closely, trying to figure out why fixating cds
hasn't been working. Fortunately, this last patch has allowed cd
writing to finally work. It may have been fixed in the last patch for
this kernel since I didn't try cdrecord directly with it, just
graveman. In any case, cd writing seems to be working wonderfully.
Now the problem is dvd writing. I'm apparently unable to even sense
dvd-R's in the drive for writing. Errors i'm getting from dvdrecord and
such is the following (graveman just says it detects a CDR and it uses
readcd)

This error occurs on every DVD-R I try, and I know it's not a disc
problem because they burn fine in the other computer, and they used to
work before libata.

I get no errors in dmesg, so I'm not sure what is going on here. CD
writing/reading works, dvd reading works but dvd writing (at least
minus, i have no plus right now) doesn't.

If any further info is needed just ask.

Driveropts: 'burnproof'
atapi: 1
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'PLEXTOR '
Identifikation : 'DVDR PX-712A '
Revision : '1.07'
Device seems to be: Generic mmc2 DVD.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 6684672 = 6528 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 4192 MB padsize: 30 KB
Lout start: 4814 MB (477:01/06) = 2146431 sectors
Current Secsize: 2048
ATIP start of lead in: -150 (00:00/00)
Disk type: unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 152065

scsidev: '/dev/sg4'
devname: '/dev/sg4'
scsibus: -2 target: -2 lun: -2
Scanning device, b=4294967295
Linux sg driver version: 3.5.33
/usr/local/bin/cdrecord: Warning: using inofficial version of libscg
(bero-0.5a '@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000
J. Schilling').
trackno=0
BURN-Free is OFF.
Performing OPC...
Sending CUE sheet...
@01T004192
/usr/local/bin/cdrecord: Turning BURN-Free on
/usr/local/bin/cdrecord: Input/output error. write_g1: scsi sendcmd: no
error
CDB: 2A 00 00 20 C1 26 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 02 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x02 (logical block address out of range) [No
matching qualifier] Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 63488
cmd finished after 0.005s timeout 200s

write track data: error after 0 bytes
Writing time: 5.024s
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00

2006-03-02 23:14:25

by Edgar Hucek

[permalink] [raw]
Subject: Re: PATA: New patch (2.6.16rc5-ide2)

I added { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, esb2_pata } to
drivers/scsi/ata_piix.c.

When i try to play a dvd i get the following errors in dmesg :

end_request: I/O error, dev sr0, sector 1411168
Buffer I/O error on device sr0, logical block 176396
Buffer I/O error on device sr0, logical block 176397
Buffer I/O error on device sr0, logical block 176398
Buffer I/O error on device sr0, logical block 176399
Buffer I/O error on device sr0, logical block 176400
Buffer I/O error on device sr0, logical block 176401
Buffer I/O error on device sr0, logical block 176402
Buffer I/O error on device sr0, logical block 176403
end_request: I/O error, dev sr0, sector 1411232
Buffer I/O error on device sr0, logical block 176404
Buffer I/O error on device sr0, logical block 176405
end_request: I/O error, dev sr0, sector 1411432
end_request: I/O error, dev sr0, sector 1411616
end_request: I/O error, dev sr0, sector 1411168

I know the DVD is ok. How can i help to make it work ?

cu

Edgar (gimli) Hucek