On Tuesday 12 June 2001 01:18, s wrote:
> On a related note, I just replaced my mobo and dvdrom drive
> and linux booted fine and kudzu configured the new chipset. 
> yaaayyyyy!!!
>
> In addition, the new drive is a dvd/cdrw combo deal, and it is
> correctly identified in kde systems control and harddrake. 
> again yaayyy.
>
> However, the scsi emulation did not automagically get
> configured.  Where is an uptodate site I can look to get this
> set up?
>
> TIA,
> -s
>
SCSI Emulation is in two parts--first a message to the kernel to 
tell it to assume emulation is done  Second is a modprobe of 
scsi and a link to the appropriate SCSI device

The first part is simple in /etc/lilo.conf  or in drakboot 
(Control Center Boot Config) make sure you have this in the 
append

hdc=ide-scsi

if for example it is hdc.

Now in /dev you need to do the following

cd /dev && rm cdrom2 && ln -s scd0 cdrom2

if, for example, the /etc/fstab entry uses /dev/cdrom2 for your 
CDRW.

Finally somewhere you need a 

modprobe ide-scsi

It can be dropped int the next to last line of /etc/rc.local  
(an extra one won't hurt if your system is already doing one)

It is a little known fact that ordinaty plain vanilla CDROMs can 
also be scsi-emulated in the same manner.  Our tests over the 
past 5 months show this works just as well as the dual structure 
we now support.

Civileme



> On Sunday 10 June 2001 03:21 pm, you wrote:
> > On Sunday 10 June 2001 06:37, Roberto Herrero wrote:
> > > SCSI emulation doesn't work in my Macmillan LM 7.2
> > > distribution because the module sr_mod.o is missing. As a
> > > consequence, my CD-burner is not operative.
> >
> > Sorry but that analysis is incorrect.  sr_mod.o is not
> > needed. Access it through /dev/scd0.  There could be several
> > other reasons your CD-R is not working in 7.2.  I would have
> > to see setup information for your specific machine but if it
> > is not an LG and it is not sharing an IDE channel with a DVD
> > or a CDROM, it will work, almost always.  In those cases
> > mentioned, an installation of kernel 2.2.19 is required and
> > still some LGs don't work.
> >
> > Civileme
> >
> > > Please can anybody tell me if that module is loaded by LM
> > > 8.0, or it is still missing in that version? Check out in
> > > /lib/modules/(mandrake_kernel_version)/scsi
> >
> > FWIW, it is there, but at
> > file:/lib/modules/2.4.3-20mdk/kernel/drivers/scsi. And it
> > still is not needed.
> >
> > > Thank you very much,
> > >
> > > Roberto Herrero

Reply via email to