From: Tejun Heo <tj@kernel.org>
To: Robert Hancock <hancockr@shaw.ca>
Cc: linux-ide@vger.kernel.org
Subject: Re: PIONEER DVD-RW DVRTD08 is disabled if there is no disc present at boot time
Date: Mon, 22 Dec 2008 19:02:41 +0900 [thread overview]
Message-ID: <494F65C1.80602@kernel.org> (raw)
In-Reply-To: <494EDDBE.3010306@shaw.ca>
Robert Hancock wrote:
> linux-ide@momail.e4ward.com wrote:
>> Hello,
>> several Sony Vaio laptops seem to have the PIONEER DVD-RW DVRTD08 DVD/CD
>> drive built in. This drive is available only when a disc is inserted
>> during boot.
>> when no disc is present, dmesg has
>>
>> [ 3.715535] ata2: SATA max UDMA/133 abar m2048@0xd3e04000 port
>> 0xd3e04180 irq 218
>> [ 4.368166] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [ 4.380063] ata2.00: ATAPI: PIONEER DVD-RW DVRTD08, 1.00, max UDMA/33
>> [ 9.380102] ata2.00: qc timeout (cmd 0xef)
>> [ 9.380112] ata2.00: failed to set xfermode (err_mask=0x4)
>> [ 9.700093] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [ 19.712097] ata2.00: qc timeout (cmd 0xef)
>> [ 19.712105] ata2.00: failed to set xfermode (err_mask=0x4)
>> [ 19.712158] ata2: limiting SATA link speed to 1.5 Gbps
>> [ 19.712160] ata2.00: limiting speed to UDMA/33:PIO3
>> [ 20.032106] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
>> [ 30.040084] ata2.00: qc timeout (cmd 0xef)
>> [ 30.040091] ata2.00: failed to set xfermode (err_mask=0x4)
>> [ 30.040144] ata2.00: disabled
>> [ 30.056102] ata2: hard resetting link
>> [ 30.376108] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
>> [ 30.376114] ata2: EH complete
>>
>> when a disc is present, dmesg has
>> [ 3.804304] ata2: SATA max UDMA/133 irq_stat 0x00000040, cirq 219
>> [ 5.268599] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [ 5.270213] ata2.00: ATAPI: PIONEER DVD-RW DVRTD08, 1.00, max UDMA/33
>> [ 5.272217] ata2.00: configured for UDMA/33
>>
>> You'll find more details at
>> http://ubuntuforums.org/showthread.php?p=6412465#post6412465
>>
>> Having read
>> http://www.mail-archive.com/linux-ide@vger.kernel.org/msg06127.html I
>> guess it is not OK for the device to timeout in response to 0xef.
>> Still I would like to be able to use the drive without having to
>> insert a CD at every boot. Is there any workaround? Can't the driver
>> just treat
>> repeated timeouts like it would treat an abort?
>
> That case was a bit different in that it was a CompactFlash device
> (which has some different rules, especially older ones), but there was
> also a SATA-PATA bridge chip involved (which seems quite likely the case
> here too since the drive reports UDMA33 maximum). This could be another
> case of the bridge chip being broken. Set Features - Set Transfer Mode
> is a mandatory command that all ATA devices must implement, and the
> device really can't be used properly if it's not successful (for true
> SATA devices it's mostly vestigial, but if there's any actual PATA
> involved, it's required). It's rather bizarre that having a disc
> inserted avoids the problem.
Aiee... these broken devices. :-(
So, w/ a disk inserted, there's no error whatsoever? Can you please
post the output of "hdparm -I /dev/sr0"?
--
tejun
next prev parent reply other threads:[~2008-12-22 10:02 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-21 21:18 PIONEER DVD-RW DVRTD08 is disabled if there is no disc present at boot time linux-ide
2008-12-22 0:22 ` Robert Hancock
2008-12-22 10:02 ` Tejun Heo [this message]
2008-12-22 12:13 ` linux-ide
2008-12-23 3:03 ` Tejun Heo
2008-12-24 13:40 ` linux-ide
2008-12-29 8:14 ` Tejun Heo
2008-12-29 21:32 ` linux-ide
2009-01-06 22:51 ` linux-ide
2009-01-07 2:01 ` [PATCH #upstream-fixes] libata: implement and use HORKAGE_NOSETXFER Tejun Heo
2009-01-07 9:40 ` Alan Cox
2009-01-07 10:27 ` Tejun Heo
2009-01-07 10:53 ` Alan Cox
2009-01-07 11:04 ` Tejun Heo
2009-05-25 3:10 ` Tejun Heo
2009-05-25 8:11 ` Alan Cox
2009-07-08 8:00 ` Tejun Heo
2009-07-08 10:14 ` Alan Cox
2009-07-08 11:16 ` Tejun Heo
2009-07-08 12:21 ` Alan Cox
2009-07-08 23:07 ` Tejun Heo
2009-07-08 14:53 ` Sergei Shtylyov
2009-07-08 15:06 ` Alan Cox
2008-12-29 22:11 ` PIONEER DVD-RW DVRTD08 is disabled if there is no disc present at boot time Peter Klotz
2008-12-22 11:57 ` linux-ide
-- strict thread matches above, loose matches on Subject: below --
2008-12-21 21:36 linux-ide
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=494F65C1.80602@kernel.org \
--to=tj@kernel.org \
--cc=hancockr@shaw.ca \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.