On 9/11/07, Bill Davidsen <davidsen@tmr.com> wrote:
Thomas Schmitt wrote:
> Joe MacDonald:
>> Supported modes:
>> ...
>> cdrecord: Drive does not support SAO recording.
>>
>
> In previous cases this has turned out to be the
> result of failed attempts to set various write
> modes.
> The immediate error was with MMC command MODE SELECT
> which returned an error condition saying that the
> sent mode page 05h had the wrong length.
>
> It has been tested with both lengths which are
> described in the MMC-5 specs. No success.
>
>
I have seen this. Would it be reasonable to put debug in the kernel for
this reproducible case, such that it's easier to track what the kernel
is telling the controller?
Sure, be happy to. Where would you suggest I start putting my printks? I have nearly no working knowledge of the SCSI components of the kernel so if you've got pointers that'll be faster than me breaking out cscope and navigating the code by hand, I'm all ears.
--