Re: ide-scsi
-- Christof Hurschler <hurschler@gmx.de> wrote
(on Tuesday, 25 March 2003, 10:34 PM +0100):
> newbie quesiton, I'm running 2.4.-18-k6 from the deb in woody:
>
> how can I keep ide-scsi from grabbing all my cdroms and zip i.e.
>
> Attached devices:
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> Vendor: IOMEGA Model: ZIP 100 Rev: 14.A
> Type: Direct-Access ANSI SCSI revision: ffffffff
> Host: scsi0 Channel: 00 Id: 01 Lun: 00
> Vendor: IDE-CD Model: R/RW 8x4x32 Rev: C1.3
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi0 Channel: 00 Id: 02 Lun: 00
> Vendor: MIDA Model: 40XB Rev: FA16
> Type: CD-ROM ANSI SCSI revision: 02
>
> actually I want it to leave my cdrom and zip alone and just attach my cdrw
You'll need to load the modules you want them to run under first. I'm
not sure how the zip drive should be accessed, but I know that with my
setup, I have my dvdrom drive under ide-cd. I made a file in
/etc/modutils called 'cdmedia' with the following:
options ide-cd ignore=hda
pre-install sg modprobe ide-scsi
pre-install sr_mod modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd
where hda is my dvdrom drive. This way it gets mapped to ide-cd before
ide-scsi can take over.
ide-scsi used to have a similar ignore option, but I haven't had luck
using it.
--
Matthew Weier O'Phinney
matthew@weierophinney.net
http://matthew.weierophinney.net
Reply to:
- References:
- ide-scsi
- From: Christof Hurschler <hurschler@gmx.de>