> Am wondering if anyone in this newsgroup has ever gotten either a Kodak
> 4300 series digital camera or an hp PSC 750 *SCANNING FUNCTIONALITY* to
> work under linux.
> These are the bottlenecks I've got in going 100% MSWindows free and am
> really eager to get them to work... no luck thus far. Google searching
> gives me no info on the Kodak camera 4300 series and the scanning
> funcionality on the hp PSC 750 (via hpoj package) appears to be in a
> broken state of development.
> Am eager to know if any users out there have gotten these periferals to
> work....
> Thanks,
> Frank
HP PSC 750
Date: Saturday 20 April 2002 10:06:21 am
Groups:alt.os.linux.mandrake
References: 1 2 3
Note: HPoj docs /usr/share/doc/hpoj-0.8
I have the same and no problem with 8.1 and 8.2
8.2 recognise the printer and configure printer and scanner
for 8.1 do the following :
printer:
first make a node/s (if not present in /dev/usb/):
/dev/usb/mknod lp0 c 180 0
/dev/usb/mknod lp1 c 180 1
etc....
run 'ptal-init setup' (as root) and note the name of the prnter like
mlc:usb:PSC_750
Use Control Center to configure printer and give as printer queue
/dev/ptal-printd/mlc_usb_PSC_750 on the place usqb0 is detected
Note: This printer queue did not work for me, but the next step did, the
nodes must be there though.
or add to /dev/ptal-start.conf:
---start here---
# Added Fri Nov 16 18:28:07 CST 2001 by ptal-init setup:
ptal-mlcd usb:PSC_750 -device /dev/usb/lp* -devidmatch "MDL:PSC 750;"
$PTAL_MLCD_CMDLINE_APPEND
ptal-printd mlc:usb:PSC_750 $PTAL_PRINTD_CMDLINE_APPEND
---stop here---
(Watch the wrap)
scanner:
make a node (if not present in dev):
mknod /dev/usbscanner c 180 48
go to /etc/sane.d
open dll.conf and comment all but 'Hp'
edit hp.conf and add
---start here---
mlc:usb:PSC_750
option connect-ptal
---stop here---
after this is done rerun ptal-init setup (as root) and do what it says. If
you get a error make a node/s (if not present in dev):
/dev/mknod lp0 c 180 0
/dev/mknod lp1 c 180 1
etc....
Note: this last step overcame an error in running ptal-init setup for
me, but your YMMV.
You should now have an entry in the directory /dev/ptal-printd/ named
mlc_usb_PSC_750 and you should have two enties in /dev/ptal-mlcd/, one
named usb:probe and the other usb:PSC_750.
And thats all
Final note: These are my notes added to a post by Danny (see header and
thanks) to get my HP PCS_750 working in Mdk 8.2.
This worked for me.
--
HTH,
Dave