Christian Gennerat wrote:
>
> "Eduaardo M. A. M. Mendes" a �crit :
>
> > Hello
> > I am having all sorts of problems with RC that I didn't have with
> > Ulysses-3 (This means that I am using exactly the same procedure for
> > both beta versions).
> > I want my ide-cdrom as scsi device and to do that I modified rc.local
> > to include
> > the following modules:
> >
> > modprobe ppa
> > echo "<-><-><-><-><-><-><->"echo "UDF system"
> > modprobe udf
> > #echo "<-><-><-><-><-><-><->"echo "SCSI EMULATION"
> > modprobe scsi_mod
> > #modprobe sg
> > modprobe sr_mod
> > modprobe ide-scsi
> >
> > All modules related to SCSI emulation are not there. What happened to
> > them?
>
> I wanted to load ppa with only "modprobe ppa", and I added theese lines to
> /etc/modules.conf
>
> ### Zip Iomega, plip
> alias parport_lowlevel parport_pc
> add below parport_pc parport
> add below scsi_syms scsi_mod
> add below ppa scsi_mod parport_pc
> pre-install plip modprobe parport ; echo 7 > /proc/parport/0/irq
>
> ### pcmcia, scsi
> add below aha152x_cs scsi_mod
> pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
>
> alias ide_cs ide-cs
> alias char-major-10-181 toshiba
Thanks a lot. However my point is: I didn't need all this stuff on
ulysses-3 but it seems
that I do need them on RC1.
Here it the modules.conf for ulysses-3:
alias net-pf-4 ipx
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
alias scsi_hostadapter ncr53c8xx
alias scsi_hostadapter1 aic7xxx
alias scsi_hostadapter2 ppa
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias block-major-11 scsi_hostadapter
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
alias eth0 ne2k-pci
alias scsi_hostadapter3 aic7xxx
The only funny thing I can see is the last line. Despite this, it
works:
scsi3 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 4 hosts.
Vendor: CREATIVE Model: CD3220E SC980114 Rev: 1.02
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr1 at scsi3, channel 0, id 0, lun 0
sr1: scsi3-mmc drive: 16x/24x cd/rw xa/form2 cdda tray
Detected scsi generic sg1 at scsi1, channel 0, id 2, lun
This is the ide-cdrom.
Am I missing something here?
Thanks a lot.
Eduardo