https://bugzilla.novell.com/show_bug.cgi?id=342496#c2 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |feiko_w@hotmail.com --- Comment #2 from Johannes Meixner <jsmeix@novell.com> 2007-11-21 02:46:10 MST --- Regarding comment #1: It is an old and known problem that hp-check often reports false-positives. Consider hp-check only as a test which results some hints where to look but not the ultimate truth. Regarding "libnetsnmp-devel": Our package name is "net-snmp-devel". Regarding "ppdev": This is a kernel module (see "lsmod" whether or not is is loaded) which is only needed for parallel port devices. Let's focus on comment #0 (i.e. the real problem): 1. The crucial point whether the DeviceURI is correct or not is that the matching CUPS backend reports exactly this DeviceURI when it is run in device discovery mode (i.e. without any argument). For CUPS it is totally meaningless hwt "hwinfo" or whichever other hardware autodetection tool (e.g. kernel/udev/HAL) reports. As root run /usr/lib/cups/backend/usb and check if the DeviceURI which it reports is the same as what is set as DeviceURI for your print queue. For example my HP DeskJet 3320: root@host# /usr/lib/cups/backend/usb direct usb://hp/deskjet%203320?serial=TH27T2H35B35 "hp deskjet 3320" ... The correct DeviceURI for the usb backend is usb://hp/deskjet%203320?serial=TH27T2H35B35 2. There is a usblp <-> usbfs/libusb conflict, see bug #184825. To avoid the conflict, use the hp backend instead of the usb backend. As root run "hp-setup" to set up your printer. This makes sure you get the hp backend for the print queue. For example my HP DeskJet 3320: root@host# /usr/lib/cups/backend/hp direct hp:/usb/deskjet_3320?serial=TH27T2H35B35 "HP deskjet 3320" ... The correct DeviceURI for the hp backend is hp:/usb/deskjet_3320?serial=TH27T2H35B35 3. If a print queue with the hp backend becomes disabled after reboot, see bug #334166 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.