Impresona HP PSC 1310 no me funciona con GNU/Debian Lenny

Saludos a todos.
Uso Debian Lenny en una PC Emachines T2792
La impresora es una HP PSC All-in-one Series 1310 (puerto USB).

Problema:
No puedo usar nada de la impresora, pero la PC sí la detecta. Al correr el inicio cuando enciendo Debian, me sale un mensaje indicándome que vaya a /etc/rc2.d/S19hpoj pero una vez allí no tengo idea de qué cambiar.

Instalé según instrucciones de esta página : http://hplipopensource.com/hplip-web/install/install/index.html
Bajé el hplip-3.8.9.run que es un "shell script" y lo corrí en terminal con este comando:

$ sh hplip-3.8.9.run

En su momento desconecté y reconecté el cable de USB según instrucciones.
Cuando llegó a la parte donde automaticamente encuentra Devices, no apareció ninguno.

Con dmesg:

[ 1110.089401] usb 2-2: New USB device found, idVendor=03f0, idProduct=3f11
[ 1110.089419] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1110.089422] usb 2-2: Product: psc 1310 series
[ 1110.089425] usb 2-2: Manufacturer: hp
[ 1110.089427] usb 2-2: SerialNumber: MY477BC24SO2
[ 1110.439103] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3F11
[ 1110.439159] usbcore: registered new interface driver usblp
[ 2916.896094] usb 2-2: USB disconnect, address 2
[ 2916.896533] usblp0: removed
[ 2952.444175] usb 2-2: new full speed USB device using uhci_hcd and address 3
[ 2952.644019] usb 2-2: configuration #1 chosen from 1 choice
[ 2952.655135] usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3F11
[ 2952.655430] usb 2-2: New USB device found, idVendor=03f0, idProduct=3f11
[ 2952.655437] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2952.655440] usb 2-2: Product: psc 1310 series
[ 2952.655442] usb 2-2: Manufacturer: hp

Con /var/log/messages

Sep 17 17:16:36 debian python: hp-toolbox(UI)[4268]: warning: Supplies information not available for this device.
Sep 17 17:17:12 debian kernel: [ 1109.872046] usb 2-2: new full speed USB device using uhci_hcd and address 2
Sep 17 17:17:12 debian kernel: [ 1110.060016] usb 2-2: configuration #1 chosen from 1 choice
Sep 17 17:17:12 debian kernel: [ 1110.089401] usb 2-2: New USB device found, idVendor=03f0, idProduct=3f11
Sep 17 17:17:12 debian kernel: [ 1110.089419] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 17:17:12 debian kernel: [ 1110.089422] usb 2-2: Product: psc 1310 series
Sep 17 17:17:12 debian kernel: [ 1110.089425] usb 2-2: Manufacturer: hp
Sep 17 17:17:12 debian kernel: [ 1110.089427] usb 2-2: SerialNumber: MY477BC24SO2
Sep 17 17:17:12 debian kernel: [ 1110.439103] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3F11
Sep 17 17:17:12 debian kernel: [ 1110.439159] usbcore: registered new interface driver usblp
Sep 17 17:43:27 debian python: hplip-install[6165]: warning: There are 1 missing OPTIONAL dependencies.
Sep 17 17:43:27 debian python: hplip-install[6165]: warning: Missing REQUIRED dependency for option 'network': libnetsnmp-devel (libnetsnmp-devel - SNMP networking library development files)
Sep 17 17:43:27 debian python: hplip-install[6165]: warning: This installer cannot install 'libnetsnmp-devel' for your distro/OS and/or version.
Sep 17 17:43:27 debian python: hplip-install[6165]: warning: Option 'network' has been turned off.
Sep 17 17:47:19 debian kernel: [ 2916.896094] usb 2-2: USB disconnect, address 2
Sep 17 17:47:19 debian kernel: [ 2916.896533] usblp0: removed
Sep 17 17:47:54 debian kernel: [ 2952.444175] usb 2-2: new full speed USB device using uhci_hcd and address 3
Sep 17 17:47:55 debian kernel: [ 2952.644019] usb 2-2: configuration #1 chosen from 1 choice
Sep 17 17:47:55 debian kernel: [ 2952.655135] usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3F11
Sep 17 17:47:55 debian kernel: [ 2952.655430] usb 2-2: New USB device found, idVendor=03f0, idProduct=3f11
Sep 17 17:47:55 debian kernel: [ 2952.655437] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 17:47:55 debian kernel: [ 2952.655440] usb 2-2: Product: psc 1310 series
Sep 17 17:47:55 debian kernel: [ 2952.655442] usb 2-2: Manufacturer: hp

No sé donde está el problema y menos como solucionarlo, podrían por favor ayudarme.
Gracias