From owner-freebsd-questions Thu Jun 22 9:43:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from area51.v-wave.com (area51.v-wave.com [24.108.26.39]) by hub.freebsd.org (Postfix) with SMTP id 1E50737C329 for ; Thu, 22 Jun 2000 09:43:17 -0700 (PDT) (envelope-from flatline@area51.v-wave.com) Received: (qmail 51192 invoked by uid 1001); 22 Jun 2000 16:44:15 -0000 Date: Thu, 22 Jun 2000 10:44:15 -0600 From: Chris Wasser To: Mike Muir Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ULPT success anyone? Message-ID: <20000622104415.A51068@area51.v-wave.com> References: <394ECEDD.30EC5FEC@es.co.nz> <394ED72D.E73F8741@es.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <394ED72D.E73F8741@es.co.nz>; from mmuir@es.co.nz on Mon, Jun 19, 2000 at 07:30:05PM -0700 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 19, 2000 at 07:30:05PM -0700, Mike Muir wrote: > Seems as though some control is being sent along the wire, but the data > just isnt getting there.. any ideas? I have a USB printer running under 4.0-STABLE (June 1) as we speak, works great. Here's my relevant config: uhci0: port 0xe000-0xe01f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ulpt0: vendor 0x0729 product 0x1284, rev 1.00/1.04, addr 2, iclass 7/1 in my kernel: device uhci device ohci device usb device ugen device ulpt my /etc/printcap: lp|Fujitsu PrintPartner 10V Postscript 11MB:\ :sh:\ :rs:\ :sf:\ :mx#0:\ :lp=/dev/ulpt0:\ :sd=/var/spool/output/lpd0:\ :lf=/var/log/lpd-errs: And for usbd, I run it without any flags. It detects removal and additions to the USB ports. I'm also using a Belkin Smart Cable which is actually a usb->parallel cable. This particular setup is running off an ABIT BE6-II. For the device entries I simply used MAKEDEV. Hope this helps some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message