Parallel port ZIP drive installation?

Parallel port ZIP drive installation?

Post by Greg » Wed, 05 Aug 1998 04:00:00



HI Gang:

    I have read the FAQ's and the How-To's. Maybe I missed something but
it seems that I am going to HAVE to re-build my kernal to get this to
work. I have RH5.1. Could someone post (or e-mail) the exact steps
involved so that I can get on with my life.

    ps for Red Hat

    This could be a question during the installation:

    Do you have any ZIP drives connected to the parallel port(Y/N)?

 
 
 

Parallel port ZIP drive installation?

Post by Kyle Dansi » Wed, 05 Aug 1998 04:00:00



> HI Gang:

>     I have read the FAQ's and the How-To's. Maybe I missed something but
> it seems that I am going to HAVE to re-build my kernal to get this to
> work. I have RH5.1. Could someone post (or e-mail) the exact steps
> involved so that I can get on with my life.

>     ps for Red Hat

>     This could be a question during the installation:

>     Do you have any ZIP drives connected to the parallel port(Y/N)?

--
Try entering insmod ppa. It could be that simple.
IF you get a port conflict, try rmmod lp, then insmod ppa.

IF lp is part of the kernel instead of a module, then you may need to
rebuild the kernel as you stated earlier.

It is pretty easy to do. See the quick start section of the HOWTO.

Cheers
Kyle Dansie
--------------------------------------------------------
Linux Rules
          ZIP drive Mini-HOWTO
http://njtcom.com/dansie/zip-drive.html
                    or
http://sunsite.unc.edu/mdw/HOWTO/mini/ZIP-Drive.html                                  
--------------------------------------------------------

 
 
 

Parallel port ZIP drive installation?

Post by Bill Grzanic » Thu, 06 Aug 1998 04:00:00


This may sound a bit silly, but it seems to have helped me.  I've taken to
inserting a disk in the zip drive during various configuration and boot
sessions.  It seems that Linux has a much easier time detecting that the
PPA Zip drive exists if there's a disk in the drive.

Hope this helps.

-Bill


Quote:> HI Gang:

>     I have read the FAQ's and the How-To's. Maybe I missed something but
> it seems that I am going to HAVE to re-build my kernal to get this to
> work. I have RH5.1. Could someone post (or e-mail) the exact steps
> involved so that I can get on with my life.

>     ps for Red Hat

>     This could be a question during the installation:

>     Do you have any ZIP drives connected to the parallel port(Y/N)?

 
 
 

Parallel port ZIP drive installation?

Post by Timothy Murp » Mon, 10 Aug 1998 04:00:00



>    I have read the FAQ's and the How-To's. Maybe I missed something but
>it seems that I am going to HAVE to re-build my kernal to get this to
>work. I have RH5.1. Could someone post (or e-mail) the exact steps
>involved so that I can get on with my life.

I'm just going to try this this afternoon.
However, I'm pretty sure the answer to your question is "No" --
redhat-5.1 comes with the ppa module
(in /lib/modules/2.0.34-0.6/scsi/ ),
which I think is all that is needed.

Quote:>    ps for Red Hat
>    This could be a question during the installation:
>    Do you have any ZIP drives connected to the parallel port(Y/N)?

More to the point -- for some reason RedHat
seem to have removed the mini-HOWTO ZIP-Drive
(available on sunsite)
leaving ZIP-Install which is useless for this purpose.

--
Timothy Murphy  

tel: +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

 
 
 

Parallel port ZIP drive installation?

Post by Kyle Dansi » Mon, 17 Aug 1998 04:00:00


< snip >

Quote:> More to the point -- for some reason RedHat
> seem to have removed the mini-HOWTO ZIP-Drive
> (available on sunsite)
> leaving ZIP-Install which is useless for this purpose.

The zip-drive mini-HOWTO was in the unsupported catagory for a while.
Thats why it stopped appearing on the RedHat distribution disks. This
problem has been corrected ;-). Hopefully the document will be on the
next Redhat release.

If you have redhat, then you have the module. Try

insmod ppa
mount -t vfat /dev/sda4 /mnt

See the HOWTO for more details if needed.

Cheers,
Kyle
--
--------------------------------------------------------
Linux Rules
          ZIP drive Mini-HOWTO
http://njtcom.com/dansie/zip-drive.html
                    or
http://sunsite.unc.edu/mdw/HOWTO/mini/ZIP-Drive.html                                  
--------------------------------------------------------

 
 
 

Parallel port ZIP drive installation?

Post by Jean-Francois Chavanne » Tue, 18 Aug 1998 04:00:00


Kyle,

Quote:> insmod ppa
> mount -t vfat /dev/sda4 /mnt

If insmode ppa gives you "Initialization of ppa failed", then try
- lsmod
- check for lp (line printer module)
- if present, then issue rmmod lp
- try again

If mount doesn't work, try:
- fdisk /dev/sda
- type p and look what kind of partition you have on your Zip drive. For
example, mine give:

Quote:

> Command (m for help): p

> Disk /dev/sda: 64 heads, 32 sectors, 96 cylinders
> Units = cylinders of 2048 * 512 bytes

>    Device Boot   Begin    Start      End   Blocks   Id  System
> /dev/sda1            1        1       96    98288   83  Linux native

That means I have a ext2 partition on the Zip ! If none of these are OK,
then I think you'll have to recompile the Kernel with the SCSI support
and the ZIP driver compiled as a module. Check the MINIHOW-TO.

Hope it help you.

---
Jean-Francois

 
 
 

1. Parallel port zip-drive installation problem

Hi all,

I'm new to linux and have a problem getting my parallel port zip-drive
to work. I rebuilt my kernel to add scsi support, scsi disk support,
scsi misc support and ppa support (make dep;make clean;make zlilo;make
vmlinux;make modules;make modules_install).
Now when I boot my system the following message passes my screen:
...
scsi0 : PPA driver version 0.26 using 8-bit mode on port 0x378.
scsi : 1 host.
  Vendor: IOMEGA    Model: ZIP 100           Rev: D.09
  Type:   Direct-Access                      ANSI SCSI revision: 02
scsi : detected total.
Partition check:
 hda: hda1 hda2 hda3 < hda5 > hda4
 hdc: [PTBL] [528/32/63] hdc1
VFS: Mounted root (ext2 filesystem) readonly.
...
It doesn't seem to 'load' any scsi drives, while it DOES find the scsi
device. I cant mount, like the HOWTO's say, with an 'mount /dev/sda
/mnt' or 'mount /dev/sda0 /mnt' command. Neither does 'fdisk /dev/sda'
work, it says it's unable to open /dev/sda. I also tried 'MAKEDEV sda'
without any result.
Can anybody tell me where I missed anything?

Thanx in advance, Paul Meyer

2. HOWTO AGP ATI RAGE IIC and xwindows

3. Parallel ZIP Drive Installation

4. Q: too much data too little memory

5. zip drive on second parallel port:

6. Frame incoming page request

7. Seperate parallel port and zip drive:

8. Pipes - child buffers its output

9. Can't Find Mounting Zip Drive (Parallel Port)

10. Parallel Port Zip drive with slackware?

11. how to mount a parallel port zip drive under RH 6.0

12. Parallel Port ZIP drive, but 2 SCSI disks

13. SIIG parallel port & Zip Drive