Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21606 - [kernel26] PIONEER DVD-RW DVR-212D: failed to set xfermode
Attached to Project:
Arch Linux
Opened by Pat (whaevr) - Friday, 05 November 2010, 01:13 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 14 February 2012, 14:33 GMT
Opened by Pat (whaevr) - Friday, 05 November 2010, 01:13 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 14 February 2012, 14:33 GMT
|
DetailsDescription:
Reported problem is the exact same as: http://thread.gmane.org/gmane.linux.ide/36790 And there was a submitted patch that fixed the problem but it was limited to PIONEER DVD-RW DVRTD08 This same issue has popped up again log here https://bbs.archlinux.org/viewtopic.php?id=107847 So I made a simple patch to add this drive to the list that benefits from the patch mentioned in the first link, this solved the problem. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: Boot archlinux with the 2.6.36 kernel from testing |
This task depends upon
Anyone to get this to upstream?
I guess it's a problem with all Pioneer DVR-2x sata drives?
This is with dmesg reporting:
ata2.00: ATAPI: PIONEER DVD-RW DVRTD08RS, 1.05, max UDMA/33
Modifying the patch to the following resolves the problem:
{ "PIONEER DVD-RW DVRTD08", "1.05", ATA_HORKAGE_NOSETXFER },
I know nothing much about patching or reporting upstream, so would be grateful for help! Thanks
@Erus_Iluvatar: I'm not sure if your problem has been fixed. The quirk applies to PIONEER DVD-RW DVRTD08, but I'm not sure if it will also apply to PIONEER DVD-RW DVRTD08A (with the "A" at the end). If you still have a problem please email <linux-ide@vger.kernel.org> and let them know that the "ATA_HORKAGE_NOSETXFER" quirk must be applied to "PIONEER DVD-RW DVRTD08A" (they no longer care about the firmware versions).
@tpowa,brain0: I guess this bug can be closed again, I just wanted to let everyone know the current status.
If your drive needs to be added you should email linux-ide@vger.kernel.org .