From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 20:26:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DBE16A4BF for ; Sun, 24 Aug 2003 20:26:12 -0700 (PDT) Received: from adsl-63-198-56-213.dsl.snfc21.pacbell.net (adsl-63-198-56-213.dsl.snfc21.pacbell.net [63.198.56.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD6BD43FCB for ; Sun, 24 Aug 2003 20:26:11 -0700 (PDT) (envelope-from jd108@pacbell.net) Received: from pacbell.net (localhost [127.0.0.1]) ESMTP id h7P3QAqr007981; Sun, 24 Aug 2003 20:26:10 -0700 (PDT) (envelope-from jd108@pacbell.net) Message-ID: <3F4981D2.4050906@pacbell.net> Date: Sun, 24 Aug 2003 20:26:10 -0700 From: "Joseph I. Davida" User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Stevens References: <2F4F7EBD-D6A3-11D7-881B-000A959CEE6A@pursued-with.net> In-Reply-To: <2F4F7EBD-D6A3-11D7-881B-000A959CEE6A@pursued-with.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: usb to ethernet converter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 03:26:12 -0000 If that is the case, how is it that the protocol can work over direct connection to USB port and not over ethernet? This area needs a little clarification. All we are changing is the physical interface, but keeping the rest of the filters, which do the printer specific conversion to bitmaps (or whatever that format is) the same. So the only change would be in the physical connection. I just need to know more details why it cannot work. Cheers, Joe Kevin Stevens wrote: > > On Sunday, Aug 24, 2003, at 18:47 US/Pacific, Joseph I. Davida wrote: > >> I would like to use a usb-2-ethernet converter >> (Aopen has one - found it at a web site for $12). >> >> What I want to use it for is to convert a usb >> device like a printer to an ethernet connected >> printer. > > > It's not going to work. You need a print server of some kind (lpr, > Novell, AppleTalk) to handle connectivity protocol and spooling. That > functionality is provided via Ethernet print servers or cards - just > converting the raw signaling isn't enough. > > KeS >