On Sat, Feb 14, 2004 at 03:56:43PM +0000, Alan Chandler wrote: > On Saturday 14 February 2004 15:33, stephen parkinson wrote: > > > > > sussed it, diabled ide-cd-options line saying ignore hdc, hdd > > > > 2.6.2 - xine and sound now happy > > Can you be more specific about what you mean by "disable ide-cd options line". > > I have a similar issue on a debian system and I don't quite follow what you > have done. Where is this ide-cd options line, for me ide-cd is a module that > gets loaded. ...
Don't modules all generally get loaded at boot (followed by clearing out unused ones)? Having just set up ide-scsi myself for a new burner, I put that line in myself. You'll find in the docs that ide-cd gets first dibs on the cd drives otherwise, and the scsi driver then has no chance. Location? ------------- daddy:~# cat /etc/modutils/cdrw # # As suggested in CD Writing HOWTO # # This assumes IDE-CD is a module rather than copmiled into kernel. # options ide-cd ignore="hdc" alias scd0 sr_mode pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install ide-scsi modprobe ide-cd 02:59:56 daddy:~# ------------- HTH, Kenward -- In a completely rational society, the best of us would aspire to be _teachers_ and the rest of us would have to settle for something less, because passing civilization along from one generation to the next ought to be the highest honor and the highest responsibility anyone could have. - Lee Iacocca -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

