Thanks for the help I don't use backlist because in the wiki says so. In http://wiki.archlinux.org/index.php/CUPS_printer-specific_problems#LaserJet_... i can read: "Ensure that the usblp module is not blacklisted in the MODULES array of /etc/rc.conf" Just in case, I'll try it anyway. Thanks 2010/8/3 vlad <vla@uni-bonn.de>:
On Tue, Aug 03, 2010 at 12:25:48PM +0100, Mauro Santos wrote:
On 08/03/2010 11:12 AM, Mario Daniel Carugno wrote:
Hi list
I've a hp 1020 printer. In order to work, the module usblp must not be loaded. So, i remove that from DAEMONS section at /etc/rc.conf When i boot Arch, that works fine. The module is not loaded, and the printer works. But when i turn off, and then turn on the printer, the usblp module is loaded, and the printer doesn't print. How can i prevent this loading ? I guess it's a udev rule, but i don't know how to configure it. Please, anybody can give a hand on this ? Thanks !
MODULES=(... !usblp ....) --