From owner-freebsd-questions Sun Aug 22 16:10:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.twcny.rr.com (mail1-0.nyroc.rr.com [24.92.226.74]) by hub.freebsd.org (Postfix) with ESMTP id 1110D154D5 for ; Sun, 22 Aug 1999 16:10:45 -0700 (PDT) (envelope-from reichman@twcny.rr.com) Received: from twcny.rr.com ([24.95.188.113]) by mail1.twcny.rr.com (Post.Office MTA v3.5.2 release 221 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Sun, 22 Aug 1999 19:10:40 -0400 Message-ID: <37C085B4.B855185A@twcny.rr.com> Date: Sun, 22 Aug 1999 19:20:20 -0400 From: "Mark S. Reichman" X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: robert t tan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: parralel Iomega ZIP drive. References: <199908211154.NAA09731@mail.a1.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This comes standard in the 3.2 Generic Kernel. (I earlier versions too...) I removed the '#' sign from the front of vpo0 to get the drive to work... # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? controller vpo0 at ppbus? Funny thing.. I have not used my zip drive in a long time. I used to use /dev/da0s4. In fact, thats is what is in my /etc/fstab. Hrmmm.. The drive now works using da0s1.. mark@slugo:/dos:>mount -t msdos /dev/da0s1 /dos/zip During bootup I get this... ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 vpo0: on ppbus 0 vpo0: EPP 1.9 mode plip0: on ppbus 0 [...snip...] da0 at vpo0 bus 0 target 6 lun 0 da0: Removable Direct Access SCSI-2 device da0: Attempt to query device size failed: NOT READY, Medium not present robert t tan wrote: > > Hi, > > How do you connect a parralel zip drive to a FreeBSD 3.1 box. Ive checked > out the FAQ's which says its supported throught the ppbus, I made sure my > kernel contains the lines needed but I can't get it to work. > > this is the dmesg|grep ppbus output > > nlpt0: on ppbus 0 > ppi0: on ppbus 0 > plip0: on ppbus 0 > > I tried: > > mount -t msdos /dev/da0s4 /zip ( Bad signature and some more ) or, > > mount -t msdos /dev/ppi0 /zip ( says: mount: Block device required ) > > tnx, rotan ( rotan@cs.pdx.edu ). > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message