Comment 2 for bug 348006

Revision history for this message
Robert Voje (robert-voje-dk) wrote :

I updated Ubuntu with the latest unofficial patch on Till Kamppeter's site, and now it's 'kind of' working again, at least I get to print a test page...
But I had to remove the printer, and install it again manually, because the autoinstaller could'nt find a valid model name.
Here is my syslog from that session:

First, I deleted the printer, then powered it off, and then on. And here the log begins:

Mar 25 21:06:51 bob kernel: [ 9120.924020] usb 1-1: new high speed USB device using ehci_hcd and address 5
Mar 25 21:06:51 bob kernel: [ 9121.059221] usb 1-1: configuration #1 chosen from 1 choice
Mar 25 21:06:51 bob kernel: [ 9121.059686] scsi7 : SCSI emulation for USB Mass Storage devices
Mar 25 21:06:51 bob kernel: [ 9121.059844] usb-storage: device found at 5
Mar 25 21:06:51 bob kernel: [ 9121.059846] usb-storage: waiting for device to settle before scanning
Mar 25 21:06:51 bob hal_lpadmin: Running hal_lpadmin
Mar 25 21:06:52 bob hal_lpadmin: hal_lpadmin triggered by low-level USB device
Mar 25 21:06:52 bob hal_lpadmin: Polling device ID from the printer ...
Mar 25 21:06:56 bob kernel: [ 9126.061144] usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0803
Mar 25 21:06:56 bob kernel: [ 9126.067852] usb-storage: device scan complete
Mar 25 21:06:56 bob kernel: [ 9126.069502] scsi 7:0:0:0: Direct-Access EPSON Stylus Storage 1.00 PQ: 0 ANSI: 2
Mar 25 21:06:56 bob kernel: [ 9126.076466] sd 7:0:0:0: [sde] Attached SCSI removable disk
Mar 25 21:06:56 bob kernel: [ 9126.076537] sd 7:0:0:0: Attached scsi generic sg5 type 0
Mar 25 21:06:56 bob hal_lpadmin: Written device ID into HAL database entry: MFG:Seiko Epson Corp.;MDL:Printer (Composite Device);DES:;CMD:;
Mar 25 21:06:56 bob hal_lpadmin: add
Mar 25 21:06:56 bob hal_lpadmin: Printer reported by HAL: Seiko Epson Corp. Printer (Composite Device) L14P20502071215330
Mar 25 21:06:56 bob hal_lpadmin: URIs: ['usb://Seiko%20Epson%20Corp./Printer%20(Composite%20Device)?serial=L14P20502071215330', 'hal:///org/freedesktop/Hal/devices/usb_device_4b8_803_L14P20502071215330_if1_printer_noserial']
Mar 25 21:06:56 bob hal_lpadmin: HPLIP Fax URIs: None
Mar 25 21:06:56 bob hal_lpadmin: Calling GetReady
Mar 25 21:06:56 bob hal_lpadmin: D-Bus method call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name com.redhat.NewPrinterNotification was not provided by any .service files
Mar 25 21:06:59 bob hal_lpadmin: Device ID: MFG:Seiko Epson Corp.;MDL:Printer (Composite Device);DES:;CMD:; URI:usb://Seiko%20Epson%20Corp./Printer%20(Composite%20Device)?serial=L14P20502071215330
Mar 25 21:07:00 bob hal_lpadmin: PPD: lsb/usr/cups-included/textonly.ppd; Status: 3
Mar 25 21:07:00 bob hal_lpadmin: Did not add printer with URI usb://Seiko%20Epson%20Corp./Printer%20(Composite%20Device)?serial=L14P20502071215330, no exact model fit found

Then I chose to add the printer manually, and the model name turned up in the list automatically (R300), so I chose it.
Here is the syslog after that:

Mar 25 21:07:54 bob kernel: [ 9184.079703] ppdev0: registered pardevice
Mar 25 21:07:54 bob hp: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 25 21:07:54 bob kernel: [ 9184.124162] ppdev0: unregistered pardevice
Mar 25 21:07:54 bob kernel: [ 9184.276078] ppdev0: registered pardevice
Mar 25 21:07:54 bob kernel: [ 9184.324026] ppdev0: unregistered pardevice
Mar 25 21:07:54 bob kernel: [ 9184.714146] ppdev0: registered pardevice
Mar 25 21:07:54 bob python: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 25 21:07:54 bob kernel: [ 9184.760155] ppdev0: unregistered pardevice
Mar 25 21:08:02 bob python: hp-info[14429]: warning: No display found.
Mar 25 21:08:02 bob python: hp-info[14429]: error: hp-info -u/--gui requires Qt4 GUI support. Entering interactive mode.
Mar 25 21:08:02 bob python: hp-systray[14430]: warning: No display found.
Mar 25 21:08:02 bob python: hp-systray[14430]: error: hp-systray requires Qt4 GUI and DBus support. Exiting.
Mar 25 21:08:06 bob python: hp-info[14429]: warning: Unable to connect to dbus. Is hp-systray running?
Mar 25 21:08:06 bob python: hp-info[14429]: error: Unexpected error. Exiting.
Mar 25 21:09:01 bob /USR/SBIN/CRON[14540]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)

To me, it looks like there is some kind of bug in the model name recognition code.
Anyway, I tried the same procedure yesterday, and was still unable to print a test page (gs segfault again), so something must have been fixed in the unofficial beta code.

--Robert