http://bugzilla.novell.com/show_bug.cgi?id=526847 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=526847#c1 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO CC| |jsmeix@novell.com Info Provider| |rkrell@gmx.net OS/Version|Other |SuSE Other --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2009-07-31 02:37:40 MDT --- More than likely this has nothing to do with the YaST printer setup because the YaST printer setup calls the CUPS command line tools "lpinfo" and "lpadmin" to set up a queue, see http://en.opensuse.org/YaST/Development/Printer_Enhancement "Strict Compliance With CUPS". To verify this, set up a second print queue with another printer setup tool, preferably as root directly with the CUPS command line tools "lpinfo" and "lpadmin" to make sure that the setup happens in full compliance to CUPS. 1. Determine your the currently used printer connection (the so called CUPS DeviceURI): root@host# grep '^DeviceURI' /etc/cups/printers.conf which should result something like socket://192.168.101.202:9100 where "192.168.101.202" is the actual IP address of your printer or lpd://192.168.101.202/lpt1 where "192.168.101.202" is the actual IP address of your printer and "lpt1" is the actual remote LPD queue name inside your printer 2. Find a PPD file for your printer: root@host# lpinfo -m | grep Kyocera | grep -i 'FS.*2000' which should result manufacturer-PPDs/kyocera/Kyocera_FS-2000D_en.ppd.gz Kyocera FS-2000D 3. Set up the second queue (type it all on one single line): lpadmin -p testqueue -v socket://... or lpd://... -m manufacturer-PPDs/kyocera/Kyocera_FS-2000D_en.ppd.gz -E where you must replace "socket://... or lpd://..." with the actual DeviceURI of your printer. More than likely KDE4 applications also fail to print to this "testqueue" which would prove that the issue is in KDE4 and not in YaST or elsewhere. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.