Please help: RedHat6.0 Iomega 250 Parallel Zip install and config

Please help: RedHat6.0 Iomega 250 Parallel Zip install and config

Post by bono » Thu, 24 Jun 1999 04:00:00



Hi:


reply on ng.

I am totally new to Linux, have to say that I really love it alot more
than Windows!!!!   However, since I am new I don't know how to config
hardware....I really hope that someone outthere can help me with
installing, config and mounting with Iomega's ext 250M Parallet Port Zip
drive.  I had gone through many many pages of HOW TO and still can't
find the answer at all.

Here is a simple list of hardware I have and hope it helps.

ASUS BX 440 MB, Celeron 300A, Viper770 V-card etc (don't know if any of
these will help)
Only 1 HD on IDE1
2 CD ROM (but only can mount the primary but I don't need the second
one) on IDE2
No scsi card, no printer, Lan connection which works fine.  And floppy
and cdrom works fine mount and umount *cdrom is hp8110i but can't set it
to writer yet.  Still need help on that too*

There is no /dev/sda4 .. line in my fstab file yet and my boot up sweep
so fast that I can't catch whether the boot up recognize my zip drive or
not.
I already have the line as  ppa host.... etc from the manual in my
conf.modules file

When I do a insmode ppa I see about 5 lines of something.. I am at work
now so I can't type out but if someone is willing to read what I got in
there I can do a capture at home.  However those 5 lines doesn't seems
to be anything associate with parallel port.

/mnt/zip is created

when I try to do a mount -t vfat (or msdos) /dev/sba4 /mnt I receive an
error saying something like the block is not recognized ro something
(will also do a capture to follow up)

Currently there is no entry in the fstab file for the like "/dev/sda4
/zip vfat user,noauto 0 0"  should I add that manually?

I tried to download the imm and zipplus drivers .. no luck becasue when
doing a make it can't find any /usr/src/linux/.config ... etc

what else am I missing?  Please tell me in more detail step since I am a
rookie on this...

If someone is successful setting up the iomega 250 parallel drive  on
Redhat 6 (or even the 100M which I assume works the same)
please share this with me....

btw, I also have trouble setting my hp8110i (current cdrom) as a CD
writer ....if anyone did that with Redhat 6 please also let me know

Many many thanks to you all if I can get my Zip and Cd writer to work!!!
=)

Bono

 
 
 

Please help: RedHat6.0 Iomega 250 Parallel Zip install and config

Post by The RZ » Fri, 25 Jun 1999 04:00:00


Since you have the ZIP 250 drive, you should be using IMM rather than
the
older PPA.  Also, instead of 'insmod imm' do a 'modprobe imm'...  it
worked for me and I didn't even have to edit my conf.modules file.

> Hi:


> reply on ng.

> I am totally new to Linux, have to say that I really love it alot more
> than Windows!!!!   However, since I am new I don't know how to config
> hardware....I really hope that someone outthere can help me with
> installing, config and mounting with Iomega's ext 250M Parallet Port Zip
> drive.  I had gone through many many pages of HOW TO and still can't
> find the answer at all.

> Here is a simple list of hardware I have and hope it helps.

> ASUS BX 440 MB, Celeron 300A, Viper770 V-card etc (don't know if any of
> these will help)
> Only 1 HD on IDE1
> 2 CD ROM (but only can mount the primary but I don't need the second
> one) on IDE2
> No scsi card, no printer, Lan connection which works fine.  And floppy
> and cdrom works fine mount and umount *cdrom is hp8110i but can't set it
> to writer yet.  Still need help on that too*

> There is no /dev/sda4 .. line in my fstab file yet and my boot up sweep
> so fast that I can't catch whether the boot up recognize my zip drive or
> not.
> I already have the line as  ppa host.... etc from the manual in my
> conf.modules file

> When I do a insmode ppa I see about 5 lines of something.. I am at work
> now so I can't type out but if someone is willing to read what I got in
> there I can do a capture at home.  However those 5 lines doesn't seems
> to be anything associate with parallel port.

> /mnt/zip is created

> when I try to do a mount -t vfat (or msdos) /dev/sba4 /mnt I receive an
> error saying something like the block is not recognized ro something
> (will also do a capture to follow up)

> Currently there is no entry in the fstab file for the like "/dev/sda4
> /zip vfat user,noauto 0 0"  should I add that manually?

> I tried to download the imm and zipplus drivers .. no luck becasue when
> doing a make it can't find any /usr/src/linux/.config ... etc

> what else am I missing?  Please tell me in more detail step since I am a
> rookie on this...

> If someone is successful setting up the iomega 250 parallel drive  on
> Redhat 6 (or even the 100M which I assume works the same)
> please share this with me....

> btw, I also have trouble setting my hp8110i (current cdrom) as a CD
> writer ....if anyone did that with Redhat 6 please also let me know

> Many many thanks to you all if I can get my Zip and Cd writer to work!!!
> =)

> Bono


 
 
 

Please help: RedHat6.0 Iomega 250 Parallel Zip install and config

Post by Craig J Co » Fri, 25 Jun 1999 04:00:00




Quote:> Since you have the ZIP 250 drive, you should be using IMM rather than
> the
> older PPA.  Also, instead of 'insmod imm' do a 'modprobe imm'...  it
> worked for me and I didn't even have to edit my conf.modules file.

But what if you want kmod to do the work for you.  Then what do you put in
conf.modules?  I tried setting scsi_hostadapter (and some other things I made
up as I went along) but none of them worked.  Just curious.  A modprobe in
rc.local works for now but I just hate to see "all that" memory wasted when
the drive isn't being used;)

--

Case Western Reserve University  |  http://erebus.phys.cwru.edu/~copi/
Department of Physics            |  (216) 368-8831

 
 
 

Please help: RedHat6.0 Iomega 250 Parallel Zip install and config

Post by The RZ » Sat, 26 Jun 1999 04:00:00


I found out why 'insmod imm' alone results in unresolved symbols.
Instead
of the 'modprobe imm' what I've done is added the line 'insmod parport'
followed by 'insmod imm' to my rc.local file.  The reason for the
unresolved
symbols is because imm needs parport loaded first.



> > Since you have the ZIP 250 drive, you should be using IMM rather than
> > the
> > older PPA.  Also, instead of 'insmod imm' do a 'modprobe imm'...  it
> > worked for me and I didn't even have to edit my conf.modules file.

> But what if you want kmod to do the work for you.  Then what do you put in
> conf.modules?  I tried setting scsi_hostadapter (and some other things I made
> up as I went along) but none of them worked.  Just curious.  A modprobe in
> rc.local works for now but I just hate to see "all that" memory wasted when
> the drive isn't being used;)

> --

> Case Western Reserve University  |  http://erebus.phys.cwru.edu/~copi/
> Department of Physics            |  (216) 368-8831

 
 
 

1. Complete Linux newbie...need help with parallel ZIP 250, please.

Hi, I hope someone can help me out here.

I'm running Redhat 7.1 (i386) with a Zip 250. After browsing the
Iomega board yesterday, I found these instructions:

1> Open a terminal
2> Type mkdir /mnt/zip100.0
3> Type modprobe ppa This is for older Zip100ppt drives Newer Zip
dirves would be imm
4> Next type lsmod look for the ppa or imm listed
5> Type mount /dev/sd*4 /mnt.zip100.0 The * represents SCSI ID for
expel
mount /dev.sda4 /mnt/zip100.0
if fat or vfat are not active with the kerel type it like this
mount -t vfat /dev/sda4 /mnt/zip100.0
6> unmount the media
umount /dev/sd*4 again the * stand for you SCSI ID

- which I followed but had no joy. I ran lsmod and got back:

imm 9808 0 (unused)
scsi_mod 95104 1 [imm]
parport_pc 17968 1 (autoclean)
parport 25952 1 [imm parport_pc]

and then I typed dmesg and got:

SCSI subsystem driver Revision: 1.00
imm: Version 2.05 (for Linux 2.4.0)
imm: Found device at ID 6, Attempting to use EPP 32 bit
imm: Communication established at 0x378 with ID 6 using EPP 32 bit
scsi0 : Iomega VPI2 (imm) interface
Vendor: IOMEGA Model: ZIP 250 Rev: J.45
Type: Direct-Access ANSI SCSI revision: 02

So I went through the intructions again, making sure I used imm
instead of ppa. But when I typed modprobe imm, nothing seemed to
happen. I just got a new prompt.

I'm getting desparate, I made a philosophical decision to switch to
Linux, but I need the content of my Zip disks. Please help.

Thanks in advance

Jackie

2. Solaris/Veritas Volumn Manager Systems Admin..

3. Iomega Zip 250 parallel port drive.

4. LN03 module for Ghostscript ?

5. Trying to install external Zip 250 (parallel) in debian

6. how do i send a mail with an attachement using mailto

7. need for Redhat6.0 Iomega ext Parallel 250M zip set up tips

8. removing double files

9. Linux newbie - help needed with parallel port ZIP 250 set up.

10. Redhat linux and Iomega Zip 250

11. Iomega 250 USB Zip?

12. Redhat linux and Iomega Zip 250 drive

13. 2.4.18 iomega 250 zip won't mount - wrong size