From owner-freebsd-questions@FreeBSD.ORG Thu Jan 19 23:20:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 60B5516A41F for ; Thu, 19 Jan 2006 23:20:17 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55DC43D5A for ; Thu, 19 Jan 2006 23:20:14 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from localhost.i.cz (ss.eunet.cz [193.85.228.13]) by ss.eunet.cz (8.13.3/8.13.1) with ESMTP id k0JNKBne017979 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 20 Jan 2006 00:20:11 +0100 (CET) (envelope-from mime@traveller.cz) From: Michal Mertl To: ivan.roth@free.fr In-Reply-To: <20060119005838.que0d9m7y84cs4sg@imp4.free.fr> References: <20060119005838.que0d9m7y84cs4sg@imp4.free.fr> Content-Type: text/plain Date: Fri, 20 Jan 2006 00:20:09 +0100 Message-Id: <1137712809.1200.42.camel@genius.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: again canon printer trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 23:20:17 -0000 ivan.roth@free.fr wrote: > Michal Mertl wrote: > > ivan.roth@free.fr wrote: > > > >>Ok, two short questions. > >> > >>-Is someone able to translate this for me (seems to be Czech)? > >> http://www.abclinuxu.cz/hardware/show/65412;jsessionid=10vmgmw8u8l16 > >> > >>-May my problem be due to acpi in any way? I don't know acpi either. But may > try > >>something like debug.acpi.disabled="isa" in /boot/device.hints. Good or bad > idea > >>? > > > > > > Hello. I am Czech. The page talks about using the printer under Linux. > > Canon provides drivers for it. I don't know if they can be used because > > I don't know the CUPS much. If the driver/filter program is (can be) > > invoked manually, you could probably use it with FreeBSD native CUPS. If > > not you can possibly run Linux CUPS and print to it even from FreeBSD > > native applications. If the program directly communicates with the > > printer you may be out of luck because you don't run Linux kernel and > > the emulation may not be complete in these low-level areas. > > > > I didn't see your original post but printing issue can not be caused by > > ACPI unless the interface for printing doesn't work at all. If for > > example you use USB connection to the printer and something else USB > > works, than ACPI can't be at fault. > > > > HTH > > > > Michal > > > > > > > > Hi Michal, > > Definetely this ML should be read at least by czech people. Others are welcome > for sure. Thanks a million for your translation and re-explanation. > > I am going to test in that way tomorrow. Of course, I still do not understand > why I cannot print directly with > /dev/lpt0. I have never tried this but I believe it should work. You have to know how to talk to your printer, usualy using some language like Postscript or PCL or some vendor special language for modern ink printers. > About acpi, I told that because I have ppc0: > port 0x378-0x37f irq 7 on acpi0 in dmesg and all the examples I saw had isa > instead of acpi. Any idea? Is it normal? I think that the old reports were from older FreeBSD version which didn't have ACPI or from old machines which didn't have lpt in ACPI. Nowadays "on acpi0" is pretty common. > Thanks again Michal. >