You are not logged in.

#1 2008-03-01 19:37:49

adax
Member
Registered: 2006-10-28
Posts: 31

[SOLVED] dvd drive not working, log file filled with error.

hi,
i dont know if this is something to do with the latest kernel update or something else that may have occured.
but my dvd writer has stopped working. no light on the front, pressing the button does not open the tray.
it wtill works fine when i boot into windows (dual boot with XP) so it's not a hardware issue.

also my everything.log file is filling up with the following every two seconds!

Mar  1 19:27:56 adax hda: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar  1 19:27:56 adax hda: status error: error=0x00 { }
Mar  1 19:27:56 adax ide: failed opcode was: unknown
Mar  1 19:27:56 adax hda: drive not ready for command
Mar  1 19:27:56 adax hda: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar  1 19:27:56 adax hda: status error: error=0x00 { }
Mar  1 19:27:56 adax ide: failed opcode was: unknown
Mar  1 19:27:56 adax hda: drive not ready for command
Mar  1 19:27:56 adax hda: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar  1 19:27:56 adax hda: status error: error=0x00 { }
Mar  1 19:27:56 adax ide: failed opcode was: unknown
Mar  1 19:27:56 adax hda: drive not ready for command
Mar  1 19:27:56 adax hda: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar  1 19:27:56 adax hda: status error: error=0x00 { }
Mar  1 19:27:56 adax ide: failed opcode was: unknown
Mar  1 19:27:56 adax hda: drive not ready for command

can someone please help me before i run out of disk space for my logs!
wink

thanks,
ad.

Last edited by adax (2008-03-01 23:25:37)

Offline

#2 2008-03-01 20:44:20

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [SOLVED] dvd drive not working, log file filled with error.

Check dmesg....

Perhaps use fallback...


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2008-03-01 21:20:56

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: [SOLVED] dvd drive not working, log file filled with error.

Hello,

I strongly suspect that you need to change 'ide' to 'pata' in your /etc/mkinitcpio.conf

#HOOKS="base udev autodetect ide scsi sata usb keymap filesystems"
HOOKS="base udev autodetect pata scsi sata usb keymap filesystems"

Then recreate with: 

mkinitcpio -g /boot/kernel26.img

Last edited by colnago (2008-03-01 21:21:37)

Offline

#4 2008-03-01 23:25:13

adax
Member
Registered: 2006-10-28
Posts: 31

Re: [SOLVED] dvd drive not working, log file filled with error.

colnago you genius!
thank you so much for your help, it worked a treat.
once again the arch forums come to the rescue.
smile

ad

Offline

#5 2008-03-02 00:32:18

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: [SOLVED] dvd drive not working, log file filled with error.

Vogets solved this same issue for me here:  http://bbs.archlinux.org/viewtopic.php?id=43644

Offline

#6 2008-03-02 12:35:44

adax
Member
Registered: 2006-10-28
Posts: 31

Re: [SOLVED] dvd drive not working, log file filled with error.

hmm.
i did try to find an answer before posting, think i need to update my forum searching skills.
smile

Offline

Board footer

Powered by FluxBB