View previous topic :: View next topic |
Author |
Message |
bobspencer123 Guru
Joined: 19 Dec 2005 Posts: 544
|
Posted: Mon Jan 16, 2006 2:14 am Post subject: hplip printing works won't scan (SOLVED --sort of) |
|
|
here is the output from scanimage -L with debug
Code: |
sanei_debug] Setting debug level of dll to 128.
[dll] sane_init: SANE dll backend version 1.0.11 from sane-backends 1.0.17
[dll] sane_init: reading dll.conf
[dll] add_backend: adding backend `hpaio'
[dll] sane_get_devices
[dll] load: searching backend `hpaio' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-hpaio.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-hpaio.so.1'
[dll] init: initializing backend `hpaio'
[dll] init: backend `hpaio' is version 1.0.6
Broken pipe
|
here is the output from cat /var/log/messages
Code: | Jan 15 22:37:24 tux usb 2-2: new full speed USB device using uhci_hcd and address 4
Jan 15 22:37:24 tux drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x03F0 pid 0x4B11
Jan 15 22:37:31 tux hpiod: 0.9.5 accepting connections at 32783...
Jan 15 22:37:32 tux python: hpssd [ERROR] Server exited with error: Unable to bind to socket
Jan 15 22:37:55 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:37:55 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:40:40 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:40:40 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:40:45 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:40:45 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:40:59 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:40:59 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:43:28 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:43:28 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:45:05 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:45:05 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 22:45:26 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 22:45:26 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 23:02:42 tux scanimage: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 23:02:42 tux scanimage: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 23:13:05 tux hp: unable to open /var/run/hpssd.port: No such file or directory: prnt/hpijs/hplip_api.c 84
Jan 15 23:13:05 tux hpiod: invalid message:
Jan 15 23:13:05 tux hp: unable to connect hpssd socket 50002: Connection refused: prnt/hpijs/hplip_api.c 710
Jan 15 23:13:05 tux hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport0: No such file or directory: io/hpiod/ppdevice.cpp 828
Jan 15 23:13:05 tux hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport1: No such file or directory: io/hpiod/ppdevice.cpp 828
Jan 15 23:13:05 tux hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport2: No such file or directory: io/hpiod/ppdevice.cpp 828
Jan 15 23:13:05 tux hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport3: No such file or directory: io/hpiod/ppdevice.cpp 828
Jan 15 23:13:29 tux rc-scripts: ERROR: wrong args. ( start] / start] )
Jan 15 23:13:29 tux rc-scripts: Usage: hplip { start|stop|restart|pause|zap }
Jan 15 23:13:30 tux rc-scripts: hplip without arguments for full help
Jan 15 23:13:32 tux hpiod: 0.9.5 accepting connections at 32792...
Jan 15 23:13:33 tux python: hpssd [ERROR] Server exited with error: Unable to bind to socket
|
I have hplip-0.9.7
I have sane-backends-1.0.15
I have searched for hours and hours on both google and these forums and the only suggestions have been something about editing /usr/share/hplip/hpssd.py but in the most recent ebuild the change of removing "env" is already in place. I think my main problem is the "unable to bind to socket" error but I don't know what to do. The second error I posted comes from the messages when I try: /etc/init.d/hplip restart ----it can't kill some process.
Many thanks for any help.
Oh, yeah one last note I had this all working in about 10 minutes but then needed a fresh install and now can't get it to work. For what it's worth.
My printer is a HP officejet 6210.
Last edited by bobspencer123 on Tue Jan 17, 2006 4:52 am; edited 1 time in total |
|
Back to top |
|
|
bobspencer123 Guru
Joined: 19 Dec 2005 Posts: 544
|
Posted: Tue Jan 17, 2006 4:51 am Post subject: |
|
|
Well I couldn't fix this problem so I reinstalled my whole gentoo system (since it was only a day or two old anyways from a previous install) and now it works. Although I'm still getting the "unable to kill such and such pid when I reboot or halt. But it works nonetheless. I'm thinking that because I installed hpoj first (by mistake) this might have had something to do with it but quite honestly I don't know and right now don't care since it works again. So I will mark as basically solved. |
|
Back to top |
|
|
|