You are not logged in.

#1 2008-02-09 07:14:38

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

[Solved] Kernel 2.6.24 and Benq DVD Drive

Hello,

I have a Benq DW1650 DVD burner and it has disappeared since the 2.6.24 kernel came out.  I have verified by reverting to 2.6.23 and it reappears. 

dmesg shows hundreds of these:

hdc: status error: error=0x00 { }
ide: failed opcode was: unknown
hdc: drive not ready for command
hdc: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }

There is a workaround that has brought it back for me on the Ubuntu forums:

https://bugs.launchpad.net/ubuntu/+sour … bug/182996

It is basically a reset and then reactivate DMA:

hdparm -w /dev/hdc
hdparm -d1 /dev/hdc

It seems to only be a problem for some drives.

Last edited by colnago (2008-02-15 23:08:46)

Offline

#2 2008-02-11 00:00:09

Mulac
Member
Registered: 2008-02-03
Posts: 29

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

Workaround worked to me (BENQ) but after reboot error showed up again. Is there any way on how to solve that permanently?

Offline

#3 2008-02-11 00:14:17

vogets
Member
Registered: 2006-11-25
Posts: 31

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

What is your mkinitcpio configuration ? I suspect you still use ide ?

I have a similar DVD drive (Benq DW1655) ... which doesn't show the issue with pata (nforce mcp55).

Offline

#4 2008-02-11 00:33:23

Mulac
Member
Registered: 2008-02-03
Posts: 29

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

Same: BENQ DVD LS DW 1655, and yes using ide

Offline

#5 2008-02-11 10:35:39

vogets
Member
Registered: 2006-11-25
Posts: 31

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

Try to switch over to pata (the new ide drivers) and see if it helps you.

Info:
http://wiki.archlinux.org/index.php/Con … able_hooks and
http://archlinux.org/news/272/

The biggest caveat with switching over to pata is the change of the device names from hdX to sdY.

Offline

#6 2008-02-11 17:34:28

Mulac
Member
Registered: 2008-02-03
Posts: 29

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

Not helped. Still reseting manually on each boot. Well, maybe I should be patient and wait for another kernel update ?

Thanks anyway vogets !

Last edited by Mulac (2008-02-11 18:53:55)

Offline

#7 2008-02-12 02:02:52

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

Re: [Solved] Kernel 2.6.24 and Benq DVD Drive

Thanks a lot vogets, the pata hook was what I needed.

Good luck Mulac.  Did you remember to generate the initrd after the config change? mkinitcpio -p kernel26

Offline

Board footer

Powered by FluxBB