View previous topic :: View next topic |
Author |
Message |
Karl_R Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 Mar 2004 Posts: 118 Location: Sydney
|
Posted: Sun Feb 19, 2006 11:37 pm Post subject: [SOLVED] hplip device not showing up in cups device dropdown |
|
|
Hi,
I have alredy posted this question here as this auther says he has solved the problem, but doesn't specify how... and hasn't returned to the forums to explain.
I have a HP PSC (printer-scanner-copier) 1410 and am not using samba just plugging it into my USB port. hotplug does spot it and I can see it appear using usbview.
However when I go to set up the printer in cups according to the hplip instructions, I can't see my printer in the device drop down list.
hplip starts OK, see the log message as follows, (it does give me a no such process warning on hplip stop, but I think it is just a failing to shutdown a process that has already stopped due to a SIGCHILD signal caught during normal hplip stop)
but I notice from /var/log/messages that there is a problem generated when the printer is plugged in, as follows:-
Code: | Feb 14 23:12:40 katana hpiod: 0.9.7 accepting connections at 32771...
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport0: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport1: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport2: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport3: No such file or directory: io/hpiod/ppdevice.cpp 836
|
I am using kernel Code: | gentoo-sources-2.6.12-r10 |
my emerge USE flags are
Code: | # emerge -pv hplip
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] net-print/hplip-0.9.7-r3 +X +cups +foomaticdb +ppds +qt -scanner -snmp +usb 0 kB
Total size of downloads: 0 kB
# emerge -pv cups
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] net-print/cups-1.1.23-r7 -gnutls +nls +pam -samba -slp +ssl 0 kB
Total size of downloads: 0 kB
|
any ideas?
Cheers
Karl
Last edited by Karl_R on Mon Feb 20, 2006 8:11 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Karl_R Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 Mar 2004 Posts: 118 Location: Sydney
|
Posted: Mon Feb 20, 2006 8:11 pm Post subject: |
|
|
Thanks to this HOWTO I can now print.
I had forgotten to make the USB printer module usblp an load it!
So All is well in the world again..... but I am still seeing the
Code: | Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport0: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport1: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport2: No such file or directory: io/hpiod/ppdevice.cpp 836
Feb 14 23:13:02 katana hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport3: No such file or directory: io/hpiod/ppdevice.cpp 836 |
messages. Anyone know why?
Cheers
Karl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kwisatz_haderais Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24648176642b32a77151f3.gif)
Joined: 28 Sep 2004 Posts: 143
|
Posted: Fri May 12, 2006 7:20 pm Post subject: |
|
|
I'm getting the same messages and it hangs my scanimage.
I've got usblp compiled into the kernel, so that's not the issue.
Why is hplip looking for a parallel device? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kwisatz_haderais Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24648176642b32a77151f3.gif)
Joined: 28 Sep 2004 Posts: 143
|
Posted: Fri May 12, 2006 8:01 pm Post subject: |
|
|
Errata: it doesn't hand scanimage, but it takes a hell amount of time. Took scanimage -L about 5 minutes to come up with the line
Quote: | stilgar ~ # scanimage -L
device `hpaio:/usb/psc_1300_series?serial=HU3AKBQ14Z9F' is a hp psc_1300_series multi-function peripheral |
my /etc/sane.d/dll.conf holds nothing else than the line hpaio |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|