Re: patch: test12-pre7 cd stuff

2000-12-08 Thread David Howells

> Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
> DriveReady SeekComplete Error }
> Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
> Dec  8 06:05:29 agate kernel: ATAPI device hdc:
> Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
> Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
> (asc=0x24, ascq=0x00)
> Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
> command was:
> Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "

I think I've seen that as well, though I'm using a test10-ish kernel. I
assumed it was something to do with the CD being duff though.

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Jens Axboe

On Fri, Dec 08 2000, Miles Lane wrote:
> Hi Jens,
> 
> I have tested your latest stuff (cd-2) with the CD that was
> causing problems before.  The problems still occur.
> The CD plays fine, but I get the following errors in
> my /var/log/messages:
> 
> Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
> DriveReady SeekComplete Error }
> Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
> Dec  8 06:05:29 agate kernel: ATAPI device hdc:
> Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
> Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
> (asc=0x24, ascq=0x00)
> Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
> command was:
> Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "
   ^^

This should not happen, in fact it can't happen. That byte is the ending
frame, which is always modulo 75 (number of frames in a second). So how
this ends up 0xff is a mystery. I'll investigate...

-- 
* Jens Axboe <[EMAIL PROTECTED]>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Miles Lane

Hi Jens,

I have tested your latest stuff (cd-2) with the CD that was
causing problems before.  The problems still occur.
The CD plays fine, but I get the following errors in
my /var/log/messages:

Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
DriveReady SeekComplete Error }
Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
Dec  8 06:05:29 agate kernel: ATAPI device hdc:
Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
(asc=0x24, ascq=0x00)
Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
command was:
Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "
Dec  8 06:05:29 agate kernel:   Error in command packet byte 8 bit 0
Dec  8 06:05:29 agate kernel: Play from track 1 to 9
Dec  8 06:05:29 agate kernel: lba 0 to lba 286050

Here's a pointer to the CD that is causing trouble.  Perhaps
you could buy a copy and sort this out.  It's a great CD!

http://www.amazon.com/exec/obidos/ASIN/B0DDPZ

Thanks,
Miles

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Miles Lane

Hi Jens,

I have tested your latest stuff (cd-2) with the CD that was
causing problems before.  The problems still occur.
The CD plays fine, but I get the following errors in
my /var/log/messages:

Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
DriveReady SeekComplete Error }
Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
Dec  8 06:05:29 agate kernel: ATAPI device hdc:
Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
(asc=0x24, ascq=0x00)
Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
command was:
Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "
Dec  8 06:05:29 agate kernel:   Error in command packet byte 8 bit 0
Dec  8 06:05:29 agate kernel: Play from track 1 to 9
Dec  8 06:05:29 agate kernel: lba 0 to lba 286050

Here's a pointer to the CD that is causing trouble.  Perhaps
you could buy a copy and sort this out.  It's a great CD!

http://www.amazon.com/exec/obidos/ASIN/B0DDPZ

Thanks,
Miles

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Jens Axboe

On Fri, Dec 08 2000, Miles Lane wrote:
 Hi Jens,
 
 I have tested your latest stuff (cd-2) with the CD that was
 causing problems before.  The problems still occur.
 The CD plays fine, but I get the following errors in
 my /var/log/messages:
 
 Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
 DriveReady SeekComplete Error }
 Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
 Dec  8 06:05:29 agate kernel: ATAPI device hdc:
 Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
 Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
 (asc=0x24, ascq=0x00)
 Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
 command was:
 Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "
   ^^

This should not happen, in fact it can't happen. That byte is the ending
frame, which is always modulo 75 (number of frames in a second). So how
this ends up 0xff is a mystery. I'll investigate...

-- 
* Jens Axboe [EMAIL PROTECTED]
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: patch: test12-pre7 cd stuff

2000-12-08 Thread David Howells

 Dec  8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { 
 DriveReady SeekComplete Error }
 Dec  8 06:05:29 agate kernel: hdc: packet command error: error=0x50
 Dec  8 06:05:29 agate kernel: ATAPI device hdc:
 Dec  8 06:05:29 agate kernel:   Error: Illegal request -- (Sense key=0x05)
 Dec  8 06:05:29 agate kernel:   Invalid field in command packet -- 
 (asc=0x24, ascq=0x00)
 Dec  8 06:05:29 agate kernel:   The failed "Play Audio MSF" packet 
 command was:
 Dec  8 06:05:29 agate kernel:   "47 00 00 00 02 00 3f 24 ff 00 00 00 "

I think I've seen that as well, though I'm using a test10-ish kernel. I
assumed it was something to do with the CD being duff though.

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/