From: <oy...@if...> - 2005-02-09 22:22:45
|
I'm having some trouble getting the card reader on the hp photosmart 2610 to work. I've followed the instructions and have the following in /etc/mtools.conf: mtools_skip_check=1 drive p: file=":0" remote I'm starting ptal-photod with: root:~# ptal-photod hpjd:192.168.2.205 -maxaltports 26 -bindtoall Then I try the following: root:~# mdir p: ptal-photod(hpjd:192.168.2.205): Error opening the peripheral's photo-card access channel! floppyd_io: Input/output error Printing and scanning works well. And I've disabled the the memory card security (so network access to the card is allowed). The photosmart can access the pictures without any problems. |
From: Till K. <til...@gm...> - 2005-02-09 22:35:54
|
Is there no USB mass storage access to the card on the PhotoSmart 2610, would be much faster. Till Øyvind Hagen wrote: > I'm having some trouble getting the card reader on the hp photosmart > 2610 to work. I've followed the instructions and have the following in > /etc/mtools.conf: > mtools_skip_check=1 > drive p: file=":0" remote > > I'm starting ptal-photod with: > root:~# ptal-photod hpjd:192.168.2.205 -maxaltports 26 -bindtoall > > Then I try the following: > root:~# mdir p: > ptal-photod(hpjd:192.168.2.205): Error opening the peripheral's > photo-card access channel! > floppyd_io: Input/output error > > Printing and scanning works well. And I've disabled the the memory card > security (so network access to the card is allowed). The photosmart can > access the pictures without any problems. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel > > |
From: <oy...@if...> - 2005-02-10 12:50:17
|
I'm accessing the printer through the network. Till Kamppeter wrote: > Is there no USB mass storage access to the card on the PhotoSmart 2610,= =20 > would be much faster. >=20 > Till >=20 > =D8yvind Hagen wrote: >=20 >> I'm having some trouble getting the card reader on the hp photosmart=20 >> 2610 to work. I've followed the instructions and have the following in= =20 >> /etc/mtools.conf: >> mtools_skip_check=3D1 >> drive p: file=3D":0" remote >> >> I'm starting ptal-photod with: >> root:~# ptal-photod hpjd:192.168.2.205 -maxaltports 26 -bindtoall >> >> Then I try the following: >> root:~# mdir p: >> ptal-photod(hpjd:192.168.2.205): Error opening the peripheral's=20 >> photo-card access channel! >> floppyd_io: Input/output error >> >> Printing and scanning works well. And I've disabled the the memory=20 >> card security (so network access to the card is allowed). The=20 >> photosmart can access the pictures without any problems. >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real user= s. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >> >> _______________________________________________ >> hpoj-devel mailing list >> hpo...@li... >> https://lists.sourceforge.net/lists/listinfo/hpoj-devel >> |
From: Cory M. <cor...@hp...> - 2005-02-09 22:55:23
|
Please use hplip found to http://hpinkjet.sf.net for accessing photo cards... Cory hplip team On Wed, 2005-02-09 at 23:20 +0100, =D8yvind Hagen wrote: > I'm having some trouble getting the card reader on the hp photosmart=20 > 2610 to work. I've followed the instructions and have the following in=20 > /etc/mtools.conf: > mtools_skip_check=3D1 > drive p: file=3D":0" remote >=20 > I'm starting ptal-photod with: > root:~# ptal-photod hpjd:192.168.2.205 -maxaltports 26 -bindtoall >=20 > Then I try the following: > root:~# mdir p: > ptal-photod(hpjd:192.168.2.205): Error opening the peripheral's=20 > photo-card access channel! > floppyd_io: Input/output error >=20 > Printing and scanning works well. And I've disabled the the memory card=20 > security (so network access to the card is allowed). The photosmart can=20 > access the pictures without any problems. >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >=20 > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel |
From: <oy...@if...> - 2005-02-10 12:57:58
|
I tried using only hplip, but then neither printing nor scanning worked.=20 Since there was a conflict between hplip and hpoj in debian, I had to=20 download the sources for hplip. I then tried to use hpoj for scanning=20 and printing, which worked just fine. The device URI is=20 "ptal:/hpjd:192.168.2.205" and the printer is "hprint". I then tried: root:/usr/local/share/hplip# ./photo -phprint HP Linux Imaging and Printing System (ver. 0.8.8) Photo Card Access Utility ver. 3.0 Copyright (c) 2003-4 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. [WARNING]: Malformed/non-HP URI: ptal:/hpjd:192.168.2.205 Traceback (most recent call last): File "./photo", line 660, in ? pc =3D photocard.PhotoCard( None, device_uri, printer_name ) File "/usr/local/share/hplip/pcard/photocard.py", line 120, in __init_= _ self.device =3D device.Device( None, device_uri, printer_name ) File "/usr/local/share/hplip/base/device.py", line 545, in __init__ raise Error( ERROR_INVALID_DEVICE_URI ) base.g.Error: ('Unknown/invalid device-uri field', 4) Cory Meisch wrote: > Please use hplip found to http://hpinkjet.sf.net for accessing photo > cards... >=20 > Cory > hplip team >=20 > On Wed, 2005-02-09 at 23:20 +0100, =D8yvind Hagen wrote: >=20 >>I'm having some trouble getting the card reader on the hp photosmart=20 >>2610 to work. I've followed the instructions and have the following in=20 >>/etc/mtools.conf: >>mtools_skip_check=3D1 >>drive p: file=3D":0" remote >> >>I'm starting ptal-photod with: >>root:~# ptal-photod hpjd:192.168.2.205 -maxaltports 26 -bindtoall >> >>Then I try the following: >>root:~# mdir p: >>ptal-photod(hpjd:192.168.2.205): Error opening the peripheral's=20 >>photo-card access channel! >>floppyd_io: Input/output error >> >>Printing and scanning works well. And I've disabled the the memory card= =20 >>security (so network access to the card is allowed). The photosmart can= =20 >>access the pictures without any problems. >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users= . >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >> >>_______________________________________________ >>hpoj-devel mailing list >>hpo...@li... >>https://lists.sourceforge.net/lists/listinfo/hpoj-devel |
From: Joe P. <joe...@sn...> - 2005-02-10 14:31:33
|
On Thursday 10 February 2005 07:55, =D8yvind Hagen wrote: > I tried using only hplip, but then neither printing nor scanning worked. > Since there was a conflict between hplip and hpoj in debian, I had to > download the sources for hplip. I then tried to use hpoj for scanning > and printing, which worked just fine. The device URI is > "ptal:/hpjd:192.168.2.205" and the printer is "hprint". I then tried: > > root:/usr/local/share/hplip# ./photo -phprint > HP Linux Imaging and Printing System (ver. 0.8.8) > Photo Card Access Utility ver. 3.0 > Copyright (c) 2003-4 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. > > [WARNING]: Malformed/non-HP URI: ptal:/hpjd:192.168.2.205 It looks like you haven't set up a new queue for use with hplip. Assuming y= ou=20 use CUPS, in the cups browser interface, choose device "AppSocket/Hp=20 JetDirect", then enter a device URI that hplip understands. Supposedly you= =20 can find the correct URI by running hplip]$ /usr/share/hplip/probe -bnet (with the printer on) =46or some reason, I haven't yet been able to use hplip/probe on my system = (even=20 with iptables stopped). If you can't get it to work for you, try using this= =20 device URI in CUPS: hp:/net/Photosmart_2600_series?ip=3D192.168.x.x (use your printer's IP addr= ess) If you want to leave hpoj installed, you will need to stop it before starti= ng=20 hplip, because they cannot be run at the same time. On my FC1 system: ]# /etc/init.d/ptal-init stop ]# /etc/init.d/hplip start I have hplip start at boot instead of hpoj: ]# /sbin/chkconfig --del ptal-init ]# /sbin/chkconfig --add hplip A further note: I just installed the latest hplip (0.8.8) and am having som= e=20 trouble with it. hplip-0.8.7 works pretty well for me, though there are a f= ew=20 issues here that may or may not be related to my system (mis?)configuration. I'm interested in hearing your results. =2D-=20 Joe Piolunek |
From: <oy...@if...> - 2005-02-10 16:43:42
|
Joe Piolunek wrote: > It looks like you haven't set up a new queue for use with hplip. Assuming you > use CUPS, in the cups browser interface, choose device "AppSocket/Hp > JetDirect", then enter a device URI that hplip understands. Supposedly you > can find the correct URI by running > > hplip]$ /usr/share/hplip/probe -bnet (with the printer on) root:~# hplip_probe -bnet HP Linux Imaging and Printing System (ver. 0.8.7) Device Detection (Probe) Utility ver. 1.0 Copyright (c) 2003-4 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. [WARNING]: No devices found > For some reason, I haven't yet been able to use hplip/probe on my system (even > with iptables stopped). If you can't get it to work for you, try using this > device URI in CUPS: > > hp:/net/Photosmart_2600_series?ip=192.168.x.x (use your printer's IP address) Added "hp:/net/Photosmart_2600_series?ip=192.168.2.205" > If you want to leave hpoj installed, you will need to stop it before starting > hplip, because they cannot be run at the same time. > > On my FC1 system: > > ]# /etc/init.d/ptal-init stop > ]# /etc/init.d/hplip start > > I have hplip start at boot instead of hpoj: > > ]# /sbin/chkconfig --del ptal-init > ]# /sbin/chkconfig --add hplip > OK, I removed hpoj and installed hplip. > A further note: I just installed the latest hplip (0.8.8) and am having some > trouble with it. hplip-0.8.7 works pretty well for me, though there are a few > issues here that may or may not be related to my system (mis?)configuration. > I'm interested in hearing your results. I ended up with the printer working, scanning not working and: root:~# hplip_photo -d hp:/net/Photosmart_2600_series?ip=192.168.2.205 HP Linux Imaging and Printing System (ver. 0.8.7) Photo Card Access Utility ver. 3.0 Copyright (c) 2003-4 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. \ [ERROR]: Unable to open photo card channel: ('Device I/O error', 12) | [ERROR]: Unable to mount photo card on device. Check that device is powered on and photo card is correctly inserted. The card is an SD card if that makes a difference. |
From: Cory M. <cor...@hp...> - 2005-02-10 17:34:48
|
Hi, If you need network scanning, then I would stick to hpoj. That feature is not yet available in hplip. Sorry. Cory hplip team On Thu, 2005-02-10 at 17:41 +0100, =D8yvind Hagen wrote: > Joe Piolunek wrote: > > It looks like you haven't set up a new queue for use with hplip. Assumi= ng you=20 > > use CUPS, in the cups browser interface, choose device "AppSocket/Hp=20 > > JetDirect", then enter a device URI that hplip understands. Supposedly = you=20 > > can find the correct URI by running > >=20 > > hplip]$ /usr/share/hplip/probe -bnet (with the printer on) >=20 > root:~# hplip_probe -bnet > HP Linux Imaging and Printing System (ver. 0.8.7) > Device Detection (Probe) Utility ver. 1.0 > Copyright (c) 2003-4 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. >=20 > [WARNING]: No devices found >=20 > > For some reason, I haven't yet been able to use hplip/probe on my syste= m (even=20 > > with iptables stopped). If you can't get it to work for you, try using = this=20 > > device URI in CUPS: > >=20 > > hp:/net/Photosmart_2600_series?ip=3D192.168.x.x (use your printer's IP = address) >=20 > Added "hp:/net/Photosmart_2600_series?ip=3D192.168.2.205" >=20 > > If you want to leave hpoj installed, you will need to stop it before st= arting=20 > > hplip, because they cannot be run at the same time. > >=20 > > On my FC1 system: > >=20 > > ]# /etc/init.d/ptal-init stop > > ]# /etc/init.d/hplip start > >=20 > > I have hplip start at boot instead of hpoj: > >=20 > > ]# /sbin/chkconfig --del ptal-init > > ]# /sbin/chkconfig --add hplip > >=20 >=20 > OK, I removed hpoj and installed hplip. >=20 > > A further note: I just installed the latest hplip (0.8.8) and am having= some=20 > > trouble with it. hplip-0.8.7 works pretty well for me, though there are= a few=20 > > issues here that may or may not be related to my system (mis?)configura= tion. > > I'm interested in hearing your results. >=20 > I ended up with the printer working, scanning not working and: >=20 > root:~# hplip_photo -d hp:/net/Photosmart_2600_series?ip=3D192.168.2.205 > HP Linux Imaging and Printing System (ver. 0.8.7) > Photo Card Access Utility ver. 3.0 > Copyright (c) 2003-4 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. >=20 > \ [ERROR]: Unable to open photo card channel: ('Device I/O error', 12) > | [ERROR]: Unable to mount photo card on device. Check that device is=20 > powered on and photo card is correctly inserted. >=20 >=20 > The card is an SD card if that makes a difference. >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >=20 > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel |
From: <oy...@if...> - 2005-02-10 17:52:03
|
Cory Meisch wrote: > Hi, > If you need network scanning, then I would stick to hpoj. That feature > is not yet available in hplip. Sorry. > > Cory > hplip team OK, good to know, thanks. Seems like I'll stick with hpoj for now. |
From: Bill A. <ba...@ca...> - 2005-08-10 18:41:53
|
This thread was relevant for me, and I'd like to add the following command as an alternative to probe : hp-makeuri <ip addr> I found this tip in Sec 7 (Troubleshooting) of hplip_readme.html in /usr/share/hplip. |