From owner-freebsd-ports@FreeBSD.ORG Mon Sep 26 08:27:53 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567FB106566C for ; Mon, 26 Sep 2011 08:27:53 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost03.isp.att.net (fmailhost03.isp.att.net [207.115.11.53]) by mx1.freebsd.org (Postfix) with ESMTP id 45A558FC08 for ; Mon, 26 Sep 2011 08:27:53 +0000 (UTC) Date: Mon, 26 Sep 2011 08:27:52 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-210-187-7.sdf.bellsouth.net[68.210.187.7]) by isp.att.net (frfwmhc03) with SMTP id <20110926082752H03002sd8ke>; Mon, 26 Sep 2011 08:27:52 +0000 X-Originating-IP: [68.210.187.7] From: "Thomas Mueller" To: freebsd-ports@freebsd.org References: Message-Id: <20110926082753.567FB106566C@hub.freebsd.org> Cc: Michael Holmes Subject: Re: Options for emulators/wine? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 08:27:53 -0000 from Michael Holmes : > HAL shouldn't be necessary, but you might need to manually set up > CUPS. Winemaker is just a tool for building open-source Windows apps > on Wine with ease. There are a few GUI tools to set up CUPS, but if I > recall correctly, the web interface to CUPS is pretty > self-explanatory. HP do have a nice GUI called HPLIP for utilising > their printers on Linux (and ported to FreeBSD) available on ports as > print/hplip, but it doesn't work with the GENERIC console config, and > seems to be quite awkward to set up (you apparently cannot load USB > mass storage until the printer is 'adopted' by the generic USB stack). I don't know what you mean by "adopted" (by the generic USB stack): seems mystic to me. CUPS would be necessary to setup printing for BSD and Linux, but would it be necessary when using Wine and going the MS-Windows way? Package message said that ulpt had to be turned off in kernel config and not loaded as a module. On the older computer, I tried unsuccessfully to setup the printer last June 29 from both NetBSD and FreeBSD, using hplip in both cases. Predominant message was "No devices found". NetBSD pkgsrc had only an outdated hpijs, but pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/) had hplip. Message said also to disable umass, but that was too harsh, and prevented recognizing USB sticks. Would Linux offer a better chance with hplip than BSD? I tried also with Linux (Slackware 13.0), but hplip version was behind, and that failed. There is also the Ethernet option with the printer, but I need an Ethernet switch or additional router for that, which I intend to order. First attempt to build hplip on the new computer failed due to libieee1284 dependency being for i386 only. Subsequently I turned off that option after finding it was for parallel-port scanners only, not USB. Tom