Re: DVD/CDRW drives support

2003-03-20 Thread Jack Pistachio
Note the message when failed loading ide-scsi. This must be because it is compiled into the bf2.4 kernel (not a module), as well as the other modules you noted are missing. I hadn't even thought of this because I always compile my own kernel. So you should give the following kernel command line o

Re: DVD/CDRW drives support

2003-03-18 Thread Joseph A Nagy Jr
Jack Pistachio wrote: Er, yes. The file /etc/modutils/ide-cd passes the parameters to the module when it is loaded. Try the following now (per the CD-Writing-HOWTO), add the following lines to /etc/modules/actions: pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install i

Re: DVD/CDRW drives support

2003-03-18 Thread Jack Pistachio
Er, yes. The file /etc/modutils/ide-cd passes the parameters to the module when it is loaded. Try the following now (per the CD-Writing-HOWTO), add the following lines to /etc/modules/actions: pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install ide-scsi modprobe ide-

Re: DVD/CDRW drives support

2003-03-18 Thread Joseph A Nagy Jr
Jack Pistachio wrote: What does cdrecord -scanbus give you? [EMAIL PROTECTED]:~$ su - Password: jan-jr-ent:~# cdrecord -scanbus Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try '

Re: DVD/CDRW drives support

2003-03-18 Thread Jack Pistachio
What does cdrecord -scanbus give you? Make sure that the ide-cd modules isn't already controlling that drive. A way to prevent this is to create a file ide-cd in /etc/modutils with the following line: options ide-cd ignore=hdd -jackp --- Joseph A Nagy Jr <[EMAIL PROTECTED]> wrote: > Nick Lidakis

Re: DVD/CDRW drives support

2003-03-18 Thread Joseph A Nagy Jr
Nick Lidakis wrote: Matěj Hausenblas wrote: Hello List, I would like to know, if in general nowadays the DVD/CDRW drives on laptops are supported by cdrecord and if getting them to work is the same as getting a standard drive to work on a desktop PC. (I mean ide-scsi emulation, or even better t

Re: DVD/CDRW drives support

2003-03-18 Thread Nick Lidakis
Matěj Hausenblas wrote: Hello List, I would like to know, if in general nowadays the DVD/CDRW drives on laptops are supported by cdrecord and if getting them to work is the same as getting a standard drive to work on a desktop PC. (I mean ide-scsi emulation, or even better true scsi). Thanks M