I just installed an HP USB printer, but the test page does not print. I would appreciate any suggestions for diagnosis procedures.
Printer: HP Officejet 6310, connected locally by USB
Kernel: 2.6.12-12mdk
Distro: Mandriva 2006
Uninstalled kdelibc1 in order to install conflicting PyQt-3.14.1-1
Installed hplip-1.6.12 (which required the PyQt 3.14)
hp-setup correctly detected an HP Officejet 6300 series printer.
KDEprint shows jobs are queued and processing, but nothing happens.
Rebooting computer or restarting CUPS has no effect.
dmesg excerpts:
Code:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: UHCI Host Controller
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1f.4: irq 23, io base 0x00002440
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ts: Compaq touchscreen protocol output
usb 1-1: new full speed USB device using uhci_hcd and address 2
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5311
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device scan complete
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
lp0: console ready
drivers/usb/class/usblp.c: usblp0: removed
Code:
# lsusb
Bus 001 Device 002: ID 03f0:5311 Hewlett-Packard
Bus 001 Device 001: ID 0000:0000
/etc/cups/cupsd.conf excerpts:
Code:
LogLevel info
TempDir /var/spool/cups/tmp
Port 631
BrowseAddress @LOCAL
BrowseDeny All
BrowseAllow 127.0.0.1
BrowseAllow @LOCAL
BrowseOrder deny,allow
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From @LOCAL
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
The rest of cupsd.conf appears to be commented out. I just changed LogLevel to debug, and will test tomorrow. In the meantime, please suggest what else I should check.