From owner-freebsd-questions Thu Mar 30 7: 8:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 632B937B75A for ; Thu, 30 Mar 2000 07:07:51 -0800 (PST) (envelope-from lowell@world.std.com) Received: from world.std.com (lowell@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id KAA25916 for ; Thu, 30 Mar 2000 10:07:39 -0500 (EST) Received: (from lowell@localhost) by world.std.com (8.9.3/8.9.3) id KAA14719; Thu, 30 Mar 2000 10:07:37 -0500 (EST) To: freebsd-questions@freebsd.org Subject: Re: Printer compatibility References: From: Lowell Gilbert Date: 30 Mar 2000 10:07:36 -0500 In-Reply-To: Ronald Klop's message of Thu, 30 Mar 2000 16:16:41 +0200 (CEST) Message-ID: Lines: 28 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ronald Klop writes: > I'm pleased it worked for you. Maybe you (or somebody else) wants to know > why it is interuptdriven by default. It's because the installation can be > done via a parallel port connection and than you need the interuptdriven > port. So the GENERIC kernel is compiled that way. That other OS you > mention can't install via the parallel port, so the problem does not occur > there. That's almost kinda right. Actually, you want an interrupt-driven port in any case, but there are different ways of handling the interrupts for network versus printing use, and the default kernel is set up for networking (for the reasons described above). What you really want to do (the advice is somewhat version-dependent, but definitely applies to 3.x, and I *think* to 4.0 as well, although I can only check the former) is recompile the kernel to use "tty" instead of "net" in the ppc device description. Then you run your printer in interrupt mode, which should be a lot more efficient than polled mode. Some hardware won't support interrupt mode anyway, but you want to use it if you can. > BTW: It would be nice if the port would switch automaticaly when you open > the lpt device or the plip device. Yes, that would be nice. Got diffs? Be well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message