I have a notebook (32-bit x86) and two laser printers, an HP1020 at one location and an HP P1006 at another.
I just did a clean install of kubuntu lucid (keeping my /home partition) on my notebook. I had everything working under karmic.
I downloaded the foo2zjs (and foo2xqx) drivers and installed them.
It seems not to have installed correctly.
/usr/share/foo2zjs/firmware got sihpP1006.dl installed (should have been sihp1020.dl)
and /usr/share/foo2xqx/firmware was empty.
Nothing worked.
I manually copied sihpP1006.dl to /usr/share/foo2xqx/firmware and that got my HP P1006 to work.
I just replaced sihpP1006.dl with sihp1020.dl in /usr/share/foo2zjs/firmware and, hopefully, that should work when I take my notebook back to the location where my HP1020 is.
Aside from the install itself going sideways, the remaining problem is that hp-toolkit doesn't see any printers and won't let me install them in a way that works. I installed one called HP1006a so it wouldn't conflict with my HP1006 instance that I had installed through the CUPS web interface, but it won't work and hp-toolkit segfaults on exit.
Any help would be appreciated.
Below are a few terminal snippets of how things look on my system.
Notice how foo2zjs has a lot of files under it, but foo2xqx didn't have any to start with.
TIA
Joe
[img width=400 height=76]http://mysite.verizon.net/josephj11/hp-toolkit.png[/img]
I just did a clean install of kubuntu lucid (keeping my /home partition) on my notebook. I had everything working under karmic.
I downloaded the foo2zjs (and foo2xqx) drivers and installed them.
It seems not to have installed correctly.
/usr/share/foo2zjs/firmware got sihpP1006.dl installed (should have been sihp1020.dl)
and /usr/share/foo2xqx/firmware was empty.
Nothing worked.
I manually copied sihpP1006.dl to /usr/share/foo2xqx/firmware and that got my HP P1006 to work.
I just replaced sihpP1006.dl with sihp1020.dl in /usr/share/foo2zjs/firmware and, hopefully, that should work when I take my notebook back to the location where my HP1020 is.
Aside from the install itself going sideways, the remaining problem is that hp-toolkit doesn't see any printers and won't let me install them in a way that works. I installed one called HP1006a so it wouldn't conflict with my HP1006 instance that I had installed through the CUPS web interface, but it won't work and hp-toolkit segfaults on exit.
Any help would be appreciated.
Below are a few terminal snippets of how things look on my system.
Notice how foo2zjs has a lot of files under it, but foo2xqx didn't have any to start with.
TIA
Joe
Code:
bigbird@sananda:/usr/share/foo2zjs$ ls -lR .: total 40 drwxrwxr-x 2 root lp 4096 2011-04-21 04:41 crd drwxrwxr-x 2 root lp 4096 2011-04-21 05:23 firmware -rw-r--r-- 1 root root 5940 2011-04-21 04:41 gamma-lookup.ps -rw-r--r-- 1 root root 777 2011-04-21 04:41 gamma.ps -rw-r--r-- 1 root root 1796 2011-04-21 04:41 hplj1020_icon.gif -rwxr-xr-x 1 root root 5155 2011-04-21 04:41 hplj10xx_gui.tcl drwxrwxr-x 2 root lp 4096 2010-03-25 04:12 icm drwxr-xr-x 2 root root 4096 2011-02-15 10:30 tmp ./crd: total 1768 -rw-r--r-- 1 root root 293295 2011-04-21 04:41 [email]2300w-1200@150-l250-kx,ucr100,0-per.crd[/email] -rw-r--r-- 1 root root 293295 2011-04-21 04:41 [email]2300w-1200@150-l250-kx,ucr100,50-per.crd[/email] -rw-r--r-- 1 root root 293295 2011-04-21 04:41 [email]2300w-1200@150-l250-kx,ucr100,75-per.crd[/email] -rw-r--r-- 1 root root 293295 2011-04-21 04:41 [email]2300w-1200@150-l250-kx,ucr125,75-per.crd[/email] -rw-r--r-- 1 root root 293224 2011-04-21 04:41 kh.crd -rw-r--r-- 1 root root 293224 2011-04-21 04:41 kx.crd -rw-r--r-- 1 root root 2114 2011-04-21 04:41 prolog.ps -rw-r--r-- 1 root root 11822 2011-04-21 04:41 screen1200.ps -rw-r--r-- 1 root root 21185 2011-04-21 04:41 screen2400.ps ./firmware: total 220 -rw-r--r-- 1 root root 222891 2011-04-21 05:23 sihpP1006.dl ./icm: total 0 ./tmp: total 0 bigbird@sananda:/usr/share/foo2zjs$
Code:
bigbird@sananda:/usr/share/foo2xqx$ ls -lR .: total 4 drwxrwxr-x 2 root lp 4096 2011-04-21 04:41 firmware ./firmware: total 220 -rw-r--r-- 1 root root 222891 2011-04-21 04:41 sihpP1006.dl bigbird@sananda:/usr/share/foo2xqx$
Code:
bigbird@sananda:/usr/share/ppd/hplip/HP$ locate sihp /home/bigbird/installs/HP/foo2zjs/sihp1020.dl /home/bigbird/installs/HP/foo2zjs/sihp1020.img /home/bigbird/installs/HP/foo2zjs/sihpP1006.dl /home/bigbird/installs/HP/foo2zjs/sihpP1006.img /home/bigbird/installs/foo2zjs/sihpP1006.dl /home/bigbird/installs/foo2zjs/sihpP1006.img /lib/firmware/asihpi /lib/firmware/asihpi/dsp2400.bin /lib/firmware/asihpi/dsp5000.bin /lib/firmware/asihpi/dsp6200.bin /lib/firmware/asihpi/dsp6205.bin /lib/firmware/asihpi/dsp6400.bin /lib/firmware/asihpi/dsp6600.bin /lib/firmware/asihpi/dsp8700.bin /lib/firmware/asihpi/dsp8900.bin /usr/share/doc/linux-firmware/licenses/LICENCE.asihpi /usr/share/foo2xqx/firmware/sihpP1006.dl /usr/share/foo2zjs/firmware/sihpP1006.dl bigbird@sananda:/usr/share/ppd/hplip/HP$
Code:
bigbird@sananda:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.10.2) HP Device Manager ver. 15.0 Copyright (c) 2001-9 Hewlett-Packard Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Segmentation fault bigbird@sananda:~$
Comment