Re: CD Burning....



On Thursday 04 January, Michael Weichert wrote:
> Hey,
> 
> I'm using X CD Roast and want to burn some cds, but I don't know how to
> setup my cd writer. I have a HP CD-Writer Plus 8100 (that I use currently
> in Linux as my default cdrom). X CD Roast says that it can't find my CD
> Writer, and something about scsi emulation? I have read the HOWTO's but
> can't make sense of them - can someone help me????
> 
> Thanks once again everyone!
> 
> Wizard

You most probably have to re-compile your kernel with the right scsi
flags set. (CD-Writing howto will tell excactly which ones) Then
you need to edit you modules.conf file in /etc (conf.modules is
deprecated) Here is the relvent section of mine mostly from the howto:

<snip>
options ide-cd ignore=hdd       # tell the ide-cd module to ignore hdc
add options ide-cd ignore=hdc   # and to ignore hdd     
alias scd0 sr_mod                       # load sr_mod upon access of
scd0
pre-install sg  modprobe ide-scsi       # load ide-scsi begore sg
pre-install sr_mod modprobe ide-scsi    # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd    # load ide-cd before ide-scsi
<snip>

You might also need to add something like this to your rc.local (or
equivelent) file:
<snip>
modprobe sg
modprobe sr_mod
<snip>

If you still can not get it working email me personally. 
Austin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]