LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-15-2008, 11:24 AM   #1
fuzzyash
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Fedora Core 4
Posts: 184

Rep: Reputation: 30
DVD drive stopped working couple of months after upgrading to Fedora Core 8


Hi All,

Been a while since I've actually asked a question but I'm stuck!

I recently upgraded to Fedora Core 8 which ran perfectly fine for a couple of months but then suddenly started giving me trouble.

My DVD writer is a Pioneer DVR-212. I've been using this drive for a while now mostly with Core 7 with no dramas at all. When I upgraded to Core 8, as I said above, it worked fine for a little while but all of a sudden it stopped working, must have been something I did but I've got no idea what!
I also have an extra non-system hard drive in the same PC with several partitions on it for general storage that I mount manually when ever I need it. At about the same time that the DVD drive stopped working the system started mounting all the partitions on this drive automatically at boot, creating dir's automatically in /media where these partitions get mounted to. I have no idea why this started to happen! I only want these partitions mounted when I need them. I've looked everywhere I know but I just can't find how to disable this!

Below is the output from "dmesg | grep ata1" (ata1 is the DVD drive) & a brief description of my hardware. Most of the dmesg output is also displayed at boot just before init starts & causes about a 5 minuet delay before the rest of the system boots, obviously this really sucks!

I've done a fair bit of Googling but haven't been able to find the answer to either of these issues.
I hope some of you Linux Geniuses out there can help me!


Motherboard : ASUS P5W DH Deluxe
DVD Drive : Pioneer DVR-212
System Hard Drives : 2 x Western Digital WDC WD360GD in RAID 0 (striping)
Non-System Hard Drive : Western Digital WDC WD2000JD


"dmesg | grep ata1" Output :

Code:
[root@localhost ~]# dmesg | grep ata1
ata1: SATA max UDMA/133 cmd 0xf8836900 ctl 0x00000000 bmdma 0x00000000 irq 218
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATAPI: PIONEER DVD-RW  DVR-212, 1.21, max UDMA/66
ata1.00: qc timeout (cmd 0xef)
ata1.00: failed to set xfermode (err_mask=0x4)
ata1: failed to recover some devices, retrying in 5 secs
ata1: port is slow to respond, please be patient (Status 0x80)
ata1: COMRESET failed (errno=-16)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xef)
ata1.00: failed to set xfermode (err_mask=0x4)
ata1: limiting SATA link speed to 1.5 Gbps
ata1.00: limiting speed to UDMA/66:PIO3
ata1: failed to recover some devices, retrying in 5 secs
ata1: port is slow to respond, please be patient (Status 0x80)
ata1: COMRESET failed (errno=-16)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1.00: qc timeout (cmd 0xef)
ata1.00: failed to set xfermode (err_mask=0x4)
ata1.00: disabled
ata1: EH pending after completion, repeating EH (cnt=4)
ata1: soft resetting port
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1: EH complete
ata10: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ffa8 irq 15
 
Old 03-16-2008, 08:38 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
i do not use F but automounting ....check your /etc/fstab....if it has no entries for dvd or cd.....good....but if you see auto in the line...with root powers change that to
noauto.

2) it may also relate to the HAL daemon.

3) can you use a normal live cd in dvd drive? if so you hw is not failing so its Fedora.

you may wish to submit a bug?

http://fedoraproject.org/wiki/Bugs/F8Common
 
Old 03-24-2008, 09:51 PM   #3
fuzzyash
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Fedora Core 4
Posts: 184

Original Poster
Rep: Reputation: 30
Thanks Mate! Sorry for the late reply.

I duel boot with Windows & the drive works under that so it's defiantly not the hardware.

I'm pretty sure it has something to do with HAL as all the other drives started automounting at the same time that the DVD drive started playing up. I know nothing about HAL so guess I'll just have to do some reading.

Perhaps it is a just bug & hopefully it'll be fixed in FC9.

So unless you've got any other advice, thanks for your help.
 
Old 04-23-2008, 05:30 PM   #4
zQUEz
Member
 
Registered: Jun 2007
Distribution: Fedora, RHEL, Centos
Posts: 294

Rep: Reputation: 54
I had some similar problems, with a errors continually posted in my /var/log/messages such as:
"Mar 7 20:03:35 fedora kernel: ata3: soft resetting port
Mar 7 20:03:36 fedora kernel: ata3.01: configured for PIO0
Mar 7 20:03:36 fedora kernel: ata3: EH complete
Mar 7 20:03:46 fedora kernel: ata3.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
Mar 7 20:03:46 fedora kernel: ata3.01: cmd a0/00:00:00:00:20/00:00:00:00:00/b0 tag 0 cdb 0x1e data 0
Mar 7 20:03:46 fedora kernel: res 40/00:03:00:00:20/00:00:00:00:00/b0 Emask 0x4 (timeout)"

The "soft resetting port" is what is similar to your errors. Basically I would have my DVD accessible for about 5 mins after each boot, and then just start getting the above errors. Anyway, I fixed by adding a kernel argument:

pci=nomsi

...and I have not had any issues since. Now it is not exactly like your error, because I was having the same issue all throughout Fedora7 too (basically I was booting to Vista for any DVD reads for about 6 months), but give it a shot.
 
Old 05-01-2008, 10:14 PM   #5
fuzzyash
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Fedora Core 4
Posts: 184

Original Poster
Rep: Reputation: 30
Thanks Mate.

Sorry I took so long, only just noticed your reply.

I tried what you said but unfortunately it didn't work! I just hope that it is fixed in FC9.
 
Old 05-02-2008, 01:58 AM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
yes it could be hal but I am now thinking its udev and you will find udev rules in your /etc/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does Fedora Core 3 not recognize the dvd-rw capability of my drive? gregf50 Linux - Laptop and Netbook 1 05-16-2005 09:07 PM
cd/dvd drive issues with fedora core 2 JDolci Linux - Hardware 0 11-08-2004 08:09 PM
Added new DVD drive, old cd stopped working ejennings_98 Linux - Hardware 9 05-22-2004 09:34 PM
Apache 1.3 (w oracle) stopped working. Fedora Core 1 Bjorkli Linux - Software 2 04-16-2004 10:06 PM
up2date not working for the last couple of months motyl Linux - General 3 10-11-2003 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration