I am trying to set up the DVD drive on openSUSE 12.1 KDE, and for some reason it fails to link to it (dmesg shows that it is detected, but drops the link). This is the output of dmesg | grep ata2.0:
2.596598] ata2.01: failed to resume link (SControl 0)
2.747376] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
2.747392] ata2.01: SATA link down (SStatus 0 SControl 0)
2.747404] ata2.01: link offline, clearing class 3 to NONE
2.766435] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GH70N, A101, max UDMA/100
2.786344] ata2.00: configured for UDMA/100
2.886483] ata2.00: TEST_UNIT_READY failed (err_mask=0x2)
9.047512] ata2.01: failed to resume link (SControl 0)
9.198276] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
9.198291] ata2.01: SATA link down (SStatus 0 SControl 0)
9.198304] ata2.01: link offline, clearing class 3 to NONE
9.239288] ata2.00: configured for UDMA/100
14.229739] ata2.00: qc timeout (cmd 0xa0)
14.229744] ata2.00: TEST_UNIT_READY failed (err_mask=0x4)
14.229749] ata2.00: limiting SATA link speed to 1.5 Gbps
14.229752] ata2.00: limiting speed to UDMA/100:PIO3
15.539298] ata2.01: failed to resume link (SControl 0)
15.690102] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
15.690117] ata2.01: SATA link down (SStatus 0 SControl 0)
15.690130] ata2.01: link offline, clearing class 3 to NONE
15.731084] ata2.00: configured for UDMA/100
20.721558] ata2.00: qc timeout (cmd 0xa0)
20.721563] ata2.00: TEST_UNIT_READY failed (err_mask=0x4)
20.721565] ata2.00: disabled
20.721587] ata2.00: hard resetting link
21.025967] ata2.01: hard resetting link
22.031103] ata2.01: failed to resume link (SControl 0)
22.181883] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
22.181898] ata2.01: SATA link down (SStatus 0 SControl 0)
22.181911] ata2.01: link offline, clearing class 3 to NONE
On 01/28/2012 12:56 PM, GreatEmerald wrote:
> problem specific to openSUSE. I just
> tested this on Ubuntu, and it works just fine…
use what works!
but, if you had rather use openSUSE (thanks)–perhaps the problem is
related to the 12.1 default boot systemD…a new system which is showing
a lot of problems (though i don’t specifically remember anyone having a
DVD problem because of it)…
see here http://tinyurl.com/nzhq7j for lots of info on how to log a bug,
and how to find any of those there already raised against 12.1 and
systemd…maybe there is one already pointing to the same DVD symptom
as yours…if so, please join that bug with info specific to your
hardware so the bug can be squashed…if one like like yours does not
exist please log a new one (so that they know this new symptom)…
then, please come back here with the bug number (so other folks with DVD
problems on 12.1 with systemd can follow the bugs progress AND also log
their hardware into the bug)
and someone will tell you how to fix yours so it always boots to systemv
without you pressing F5
On 2012-01-28 13:52, DenverD wrote:
> On 01/28/2012 12:56 PM, GreatEmerald wrote:
>> problem specific to openSUSE. I just
>> tested this on Ubuntu, and it works just fine…
>
> use what works!
>
> but, if you had rather use openSUSE (thanks)–perhaps the problem is
> related to the 12.1 default boot systemD…a new system which is showing a
> lot of problems (though i don’t specifically remember anyone having a DVD
> problem because of it)…
I’m afraid the problem looks kernel related. I don’t know which version
ubuntu uses, but a but report seems appropriate.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
> I’m afraid the problem looks kernel related. I don’t know which version
> ubuntu uses, but a but report seems appropriate.
I agree. I do not think the problem is with systemd, but with the kernel. Use
the ‘uname -r’ command to see the respective versions. If openSUSE is later than
Ubuntu, you may have found a regression. If the other way, then the bug has been
fixed, and you merely need a later kernel for oS.
You’re right, the problem is not with systemd. The currently installed kernel here is 3.1.0-1.2-desktop; I’ll try updating it and see if it’s fixed then.