Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Erin McNew
On Nov 25, 2007 11:27 PM, Matthias Apitz [EMAIL PROTECTED] wrote:

 El día Sunday, November 25, 2007 a las 10:23:05PM -0800, Erin McNew
 escribió:

  I've been trying to get my photo printer working recently, and seem to
 have
  run into a bit of a snag.  I just tried to print out a picture as a
 test,
  and instead of a picture, I got: PCL commands across the top of one page
 of
  photo paper, and the printer spewed the rest of my paper out empty
 (taught
  me an important lesson about testing without having large quantities of
  photo paper in the printer...)
  Anyway, I was looking on google, and I don't seem to see other people
 having
  this problem, but I'm not sure what I could've done wrong.  I'm using
 the
  hpijs driver, which is supposed to work perfectly under linux, and works
  perfectly for my other hp printer.  Is this printer just not supported
 by
  FreeBSD?  I couldn't find anything that stated directly either way in my
  quick googling, so I was hoping somebody here might have some ideas for
  things to check, etc.
 
  Thanks!
  ~TuxGirl

 Maybe it could help if you explain exactly how do you print the
 file, from command line or from some kind of application?
 The PCL across the top of one page, does it looks like stairs?
 I.e. does start the 2nd line where 1st line ends?

matthias


Ok.  Let's see what other information I can provide.

I was printing from the gimp.  I looked at the printer setup, and it said
that it was using lpr.
As for the PCL, the first line was pretty short, and the second line did
start indented.  I don't recall if it started where the first ended, but if
not, it was close to that.  I couldn't see any further lines, but apparently
there were more, as the printer kept spitting out pages...

Thanks!
~Erin

-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HP Deskjet 9800 with hpijs driver

2007-11-25 Thread Erin McNew
I've been trying to get my photo printer working recently, and seem to have
run into a bit of a snag.  I just tried to print out a picture as a test,
and instead of a picture, I got: PCL commands across the top of one page of
photo paper, and the printer spewed the rest of my paper out empty (taught
me an important lesson about testing without having large quantities of
photo paper in the printer...)
Anyway, I was looking on google, and I don't seem to see other people having
this problem, but I'm not sure what I could've done wrong.  I'm using the
hpijs driver, which is supposed to work perfectly under linux, and works
perfectly for my other hp printer.  Is this printer just not supported by
FreeBSD?  I couldn't find anything that stated directly either way in my
quick googling, so I was hoping somebody here might have some ideas for
things to check, etc.

Thanks!
~TuxGirl

-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Canon A620, FreeBSD and gphoto2

2007-09-06 Thread Erin McNew
Thank you for the suggestions.  I did try mounting the camera, but since I
had to use gphoto2 in linux, I figured I'd probably need to do so in freebsd
as well.  It gave me the message saying it required a block device.

I do not quite know what you mean about switching my camera to PTP mode.  I
did not need to do anything special under Linux, but I will google a bit to
see what I can figure out related to that.

I will look into your suggestions a bit more closely tonight when I get back
home.

If I'm understanding your explanation correctly, the fact that my camera is
showing up as ugen0 instead of usb0 is not a problem, correct?

Thanks!
~Erin

On 9/5/07, Predrag Punosevac [EMAIL PROTECTED] wrote:

 You should try to mount your camera manually first as
 su -
 password
 mount_msdosfs /dev/ugen0 /mnt

 If you can not read the camera only then you should use gphoto2 but
 logged as a supper user to avoid
 permission problems. If that fails i.e. if you get the message BLOCK
 DEVICE RECUIRED you
 should try to use gphoto2.

 This is step by step for my Sony Cyber-Shot W70
 1. Change into PTP mode on camera
 2. Go to su mode (this can be avoided but I left it so that my wife
 cannot mess with it)
 3. gphoto2 --auto-detect will list your camera as Sony DSC-F707V (PTP
 mode) usb:
 4. gphoto2 --help to get various commands
 5 gphoto2 --L will list all the files in numerical order
 6 gphoto2 --get-file=NUMBER Range (will get you files in that range)
 7 WARNING you may need to issue the commands some time multiple times
 because
 they fail. The following message is not uncommon
 *** Error ***

 Note you might not need to go to PTP mode for your particular camera!

 If that fail then you can use cheap card reader which are well detected
 by FreeBSD.

 There is an excellent thread that you can review
 http://www.bsdforums.org/forums/showthread.php?t=12015page=7pp=15

 maybe somebody left specific details for you camera but I think I gave
 you a big push:-)

 Please let me know how it goes.

 Predrag



 Erin McNew wrote:
  I'm trying to get my Canon A620 camera to work with gphoto2 under
 FreeBSD.
 
  dmesg is telling me that my camera is /dev/ugen0.
 
  [osiris temp] gphoto2 --list-ports
  Devices found:
  2
  Path Description
  --
  ptpip:   PTP/IP Connection
  usb: Universal Serial Bus
 
  [osiris temp] gphoto2 --port /dev/ugen0 -P
  *** Error ***
  An error occurred in the io-library ('I/O problem'): Failed to open
  '/dev/ugen0' (m).
  *** Error (-7: 'I/O problem') ***
 
  [osiris temp] gphoto2 -L
 
  1
  *** Error ***
  An error occurred in the io-library ('Bad parameters'): Could not find
 USB
  device (vendor 0x4a9, product 0x30fc). Make sure this device is
 connected to
  the computer.
  *** Error (-2: 'Bad parameters') ***
 
  I tried using --debug, but it didn't seem to give me that much more
 detail,
  at least that I could understand.  I also tried specifying the port as
 usb
  and the camera as Canon PowerShot A620 (PTP mode) (as specified in
 gphoto2
  --list-cameras).  None of this worked.  Each gave me the bad
 parameters
  error, which is slightly frustrating.
 
  I believe that this could be due to the fact that the camera is being
 seen
  as ugen0 instead of usb.  Is there a way to cause it to be seen as usb?
 
  Thanks!
  ~Erin
 
 
 
 




-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Canon A620, FreeBSD and gphoto2

2007-09-05 Thread Erin McNew
I'm trying to get my Canon A620 camera to work with gphoto2 under FreeBSD.

dmesg is telling me that my camera is /dev/ugen0.

[osiris temp] gphoto2 --list-ports
Devices found:
2
Path Description
--
ptpip:   PTP/IP Connection
usb: Universal Serial Bus

[osiris temp] gphoto2 --port /dev/ugen0 -P
*** Error ***
An error occurred in the io-library ('I/O problem'): Failed to open
'/dev/ugen0' (m).
*** Error (-7: 'I/O problem') ***

[osiris temp] gphoto2 -L

1
*** Error ***
An error occurred in the io-library ('Bad parameters'): Could not find USB
device (vendor 0x4a9, product 0x30fc). Make sure this device is connected to
the computer.
*** Error (-2: 'Bad parameters') ***

I tried using --debug, but it didn't seem to give me that much more detail,
at least that I could understand.  I also tried specifying the port as usb
and the camera as Canon PowerShot A620 (PTP mode) (as specified in gphoto2
--list-cameras).  None of this worked.  Each gave me the bad parameters
error, which is slightly frustrating.

I believe that this could be due to the fact that the camera is being seen
as ugen0 instead of usb.  Is there a way to cause it to be seen as usb?

Thanks!
~Erin



-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]