Hello, On Aug 29 01:03 Gabriel Dovalo wrote (shortened):
------------/var/log/messages------------------- Aug 28 23:54:03 diamante kernel: parport 0x378: You gave this address, but there is probably no parallel port there!
See https://bugzilla.novell.com/show_bug.cgi?id=185135
Now, I run: YaST2 > Hardware > Printer (nothing more) ... and it starts printing all pending jobs.
"YaST2 > Hardware > Printer" reloads the parport-related modules or parallel port printer autodetection, see http://lists.suse.com/archive/suse-linux-e/2005-Nov/1206.html Perhaps the "lp" module is not automatically loaded on your system. Do (as root) modprobe lp to load it manually. Make sure that all parallel port related kernel modules are loaded: parport, parport_pc, lp, and optionally ppdev. lsmod | egrep '^parport|^lp|^ppdev' must list at least parport, parport_pc, and lp. As a workaround to force loading of the "lp" module: Either add the "modprobe lp" command to /etc/init.d/boot.local (which is the old-stlye way) or add "lp" to MODULES_LOADED_ON_BOOT in /etc/sysconfig/kernel (which is the new-stlye way). Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5 Mail: jsmeix@suse.de 90409 Nuernberg, Germany WWW: http://www.suse.de/