Bug 1335
Summary: | ide-scsi freeze/crash in cdrecord | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | peter gervai (grin) |
Component: | IDE | Assignee: | Bartlomiej Zolnierkiewicz (bzolnier) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | axboe, diegocg, massman |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | kernel .config |
Description
peter gervai
2003-10-08 01:47:19 UTC
Created attachment 1005 [details]
kernel .config
crashes with or without 'preemtive'; seems w/preempt it always crashes hard (no
sysrq).
(Maybe related to #829 ?) ide-scsi is deprecated and almost obsolete. For accessing cdroms please tell your application to access /dev/hdc directly. The lost interrupt may be an IDE driver bug though. cdrecord needs SCSI. Peter, please check up on 2.6 changes. You don't want to use ide-scsi, and cdrecord does _not_ need SCSI. This is a good place to start: http://www.codemonkey.org.uk/post-halloween-2.5.txt There's also a bunch of posts on lkml regarding this subject that would have told you the same thing, if searched. 2.6 info was helpful. scsi-ide should be labeled in kernel config as obsolete or nonworking, or at least its helpfile updated. btw I have searched lkml. did it again. nothing useful came up. cdrecord info wasn't found either, apart from the _pre_alpha_ atapi layer. seems to work, lets see when does it freeze. close/resolve/reject the bug at will, would be wise to prevent it from disappearing, keep it searchable for future bugreporters. Then you really need to hone your searching skills, there has been lots of mails regarding this in the past months! :) *** Bug 1614 has been marked as a duplicate of this bug. *** This bug is probably pretty obsolete now, as ide-scsi is. :) ide-scsi is not dead, though, it's just not the best option to use cdrecord. Could you confirm that it doesn't happens if you try it today? |