Re: HP Photosmart 715 (215) USB digital camera

2002-02-14 Thread christophe barbé
On Thu, Feb 14, 2002 at 04:36:58PM -0500, Jason M. Harvey wrote:
> hello,
> 
> i have an update! afaik, the camera doesn't have any other usb
> settings... i was able to mount it, tho, with:
> 
> mount /dev/sda1 /mnt/cam -t usbdevfs

Oops, you need some help.

usbdevfs is a filesystem used to provide USB devices entry points (with
usb you don't create device files in /dev/ but simply mount this
filesystem).

In my /etc/fstab I have the following line:

none  /proc/bus/usb  usbdevfs devuid=0,devgid=102,devmode=0660 0 0

This line said that I want to mount automatically (at boot time) the usb
devives filesystem at the mount point /proc/bus/usb with the userid 0
the group id 102 and the mode 0660 (for all files in this filesystem).

Then when this filesystem is mounted you will see files appears when you
plug a device. These files are used by the userland tool to use you camera.

gphoto2 use the library libusb to access your usb device.

So you need to mount correctly usbdevfs, install gphoto2-2.0beta5 (which
is in sid now) and libusb0 (version >= 0.1.5) and then when you are ready
send me a mail.

You camera is not supported in the last beta but could be use with a
special option that we will determine together. If we succeed using your
camera then it will be easy to add it in the supported cameras list.

Christophe

> 
> and then cam had three dir's, 001/, device/, and drivers/. 001/ contains
> three "files", numbered, but not in sequence. i first 
> thought these were the images, but i could not read them with any
> application. i currently have 5 pics on the camera, not three.
> the other two dir's contained only camera information, as well as the
> current kernel modules being used to access the camera.
> i installed gphoto2. it kept telling my "No Such Directory". running
> gphoto2 in debug mode, i saw it was looking for gphoto2 where there
> was a gphoto2_port ... i can't remember the exact name... it was in
> /usr/lib, maybe. so, i created a symlink from the gphoto2_port to
> gphoto2, and tried it again, in debug mode. no more Directory error, but
> now the --list-camera tells me 0 (zero) cameras found.
> also, in debug mode, it looks as if certian libraries aren't being read
> properly - it says "failed to open ...library 
> ... is  a valid library...
> 
> the gphoto2 i installed was from a woody image from back in november. i
> will see if i can fit the latest version on a floppy in case
> it has changed since then -- i'll also remove my symlink first!
> 
> if anyone has any other ideas, please let me know!
> 
> thanks again,
> jason
> 
> On Tue, Feb 12, 2002 at 11:12:18PM +0100, David Karlström wrote:
> | I think that you have to set the camera in some special USB-mode (using the
> | setup-menu on the camera). There are two modes, one works, one doesn't...
> | 
> | I tried it on mine, and it was detected as a scsi-drive with the correct
> | size. But I couldn't mount it, looks like it's not vfat or something, I'll
> | send the errors later if I remember.
> | 
> | /David
> | 
> | - Original Message -
> | From: "Jason M. Harvey" <[EMAIL PROTECTED]>
> | To: 
> | Sent: Tuesday, February 12, 2002 10:28 PM
> | Subject: Re: HP Photosmart 715 (215) USB digital camera
> | 
> | okay,
> | 
> | i've tried it again. i can get as far as loading the modules, and the
> | "pc" being displayed in the camera's lcd. going on what claus said, i've
> | tried to mount it as a scsi device (i think).
> | when i first try "mount /dev/sda1 /mnt/cam" it tells me i must specify
> | the filesystem type. so, i added the "-t vfat" then it says "sda1 is not
> | a valid block device". according to dmesg (and syslog), the device is
> | being seen and assigned a number, but says it is not owned by any driver
> | or something to that effect. i've also tried sda2 and so on, as well as
> | sdb1 and so on. and i have added that line to fstab as claus suggested:
> | /dev/sda1 /mnt/kamera vfat
> | user,iocharset=iso8859-1,umask=0,exec,codepage=850,rw,noauto 0 0, and
> | also tried a few other devices that sda1.
> | this is my only "scsi device"... i'm used to ide devices ranging from
> | hda1 to hdc3!
> | when i am unable to mount the fs, both /proc/scsi/scsi and /proc/bus/usb
> | are empty, if that helps.
> | i also have an ibm_pc_cam, which is usb and works fine with xawtv. i've
> | also tried using the hp_cam with or without the ibm_cam plugged in, just
> | in case!
> | Christophe, i have gphoto installed from woody (i think it's version 2),
> | but haven't tried it yet 'cause i don't know which port to specify the
> |

Re: HP Photosmart 715 (215) USB digital camera

2002-02-14 Thread Jason M. Harvey
hello,

i have an update! afaik, the camera doesn't have any other usb
settings... i was able to mount it, tho, with:

mount /dev/sda1 /mnt/cam -t usbdevfs

and then cam had three dir's, 001/, device/, and drivers/. 001/ contains
three "files", numbered, but not in sequence. i first 
thought these were the images, but i could not read them with any
application. i currently have 5 pics on the camera, not three.
the other two dir's contained only camera information, as well as the
current kernel modules being used to access the camera.
i installed gphoto2. it kept telling my "No Such Directory". running
gphoto2 in debug mode, i saw it was looking for gphoto2 where there
was a gphoto2_port ... i can't remember the exact name... it was in
/usr/lib, maybe. so, i created a symlink from the gphoto2_port to
gphoto2, and tried it again, in debug mode. no more Directory error, but
now the --list-camera tells me 0 (zero) cameras found.
also, in debug mode, it looks as if certian libraries aren't being read
properly - it says "failed to open ...library 
... is  a valid library...

the gphoto2 i installed was from a woody image from back in november. i
will see if i can fit the latest version on a floppy in case
it has changed since then -- i'll also remove my symlink first!

if anyone has any other ideas, please let me know!

thanks again,
jason

On Tue, Feb 12, 2002 at 11:12:18PM +0100, David Karlström wrote:
| I think that you have to set the camera in some special USB-mode (using the
| setup-menu on the camera). There are two modes, one works, one doesn't...
| 
| I tried it on mine, and it was detected as a scsi-drive with the correct
| size. But I couldn't mount it, looks like it's not vfat or something, I'll
| send the errors later if I remember.
| 
| /David
| 
| - Original Message -
| From: "Jason M. Harvey" <[EMAIL PROTECTED]>
| To: 
| Sent: Tuesday, February 12, 2002 10:28 PM
| Subject: Re: HP Photosmart 715 (215) USB digital camera
| 
| okay,
| 
| i've tried it again. i can get as far as loading the modules, and the
| "pc" being displayed in the camera's lcd. going on what claus said, i've
| tried to mount it as a scsi device (i think).
| when i first try "mount /dev/sda1 /mnt/cam" it tells me i must specify
| the filesystem type. so, i added the "-t vfat" then it says "sda1 is not
| a valid block device". according to dmesg (and syslog), the device is
| being seen and assigned a number, but says it is not owned by any driver
| or something to that effect. i've also tried sda2 and so on, as well as
| sdb1 and so on. and i have added that line to fstab as claus suggested:
| /dev/sda1 /mnt/kamera vfat
| user,iocharset=iso8859-1,umask=0,exec,codepage=850,rw,noauto 0 0, and
| also tried a few other devices that sda1.
| this is my only "scsi device"... i'm used to ide devices ranging from
| hda1 to hdc3!
| when i am unable to mount the fs, both /proc/scsi/scsi and /proc/bus/usb
| are empty, if that helps.
| i also have an ibm_pc_cam, which is usb and works fine with xawtv. i've
| also tried using the hp_cam with or without the ibm_cam plugged in, just
| in case!
| Christophe, i have gphoto installed from woody (i think it's version 2),
| but haven't tried it yet 'cause i don't know which port to specify the
| camera is on, since it's usb and not serial.
| what a sec i may not have gphoto2 installed, maybe just gphoto. i
| will have to look into that - my box at home is offline, that's why
| things take so long. i guess at this point i'm wondering if i'm mounting
| it correctly as a scsi device, and if the fs is vfat on my specific
| camera - the 215 using a compactflash card.
| as always, i apreciate any advice for my to try!
| 
| thanks,
| jason
| 
| 
| 
| -- 
| To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
| with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
| 

---
| registered linux user #202942   |   http://counter.li.org/  |
| Debian GNU/Linux 3.0 Woody  |   2.4.16-k6   |
| [EMAIL PROTECTED]  |   http://theigloo.dhs.org |
---


pgpcApvYYIXEL.pgp
Description: PGP signature


Re: HP Photosmart 715 (215) USB digital camera

2002-02-12 Thread David Karlström
I think that you have to set the camera in some special USB-mode (using the
setup-menu on the camera). There are two modes, one works, one doesn't...

I tried it on mine, and it was detected as a scsi-drive with the correct
size. But I couldn't mount it, looks like it's not vfat or something, I'll
send the errors later if I remember.

/David

- Original Message -
From: "Jason M. Harvey" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, February 12, 2002 10:28 PM
Subject: Re: HP Photosmart 715 (215) USB digital camera

okay,

i've tried it again. i can get as far as loading the modules, and the
"pc" being displayed in the camera's lcd. going on what claus said, i've
tried to mount it as a scsi device (i think).
when i first try "mount /dev/sda1 /mnt/cam" it tells me i must specify
the filesystem type. so, i added the "-t vfat" then it says "sda1 is not
a valid block device". according to dmesg (and syslog), the device is
being seen and assigned a number, but says it is not owned by any driver
or something to that effect. i've also tried sda2 and so on, as well as
sdb1 and so on. and i have added that line to fstab as claus suggested:
/dev/sda1 /mnt/kamera vfat
user,iocharset=iso8859-1,umask=0,exec,codepage=850,rw,noauto 0 0, and
also tried a few other devices that sda1.
this is my only "scsi device"... i'm used to ide devices ranging from
hda1 to hdc3!
when i am unable to mount the fs, both /proc/scsi/scsi and /proc/bus/usb
are empty, if that helps.
i also have an ibm_pc_cam, which is usb and works fine with xawtv. i've
also tried using the hp_cam with or without the ibm_cam plugged in, just
in case!
Christophe, i have gphoto installed from woody (i think it's version 2),
but haven't tried it yet 'cause i don't know which port to specify the
camera is on, since it's usb and not serial.
what a sec i may not have gphoto2 installed, maybe just gphoto. i
will have to look into that - my box at home is offline, that's why
things take so long. i guess at this point i'm wondering if i'm mounting
it correctly as a scsi device, and if the fs is vfat on my specific
camera - the 215 using a compactflash card.
as always, i apreciate any advice for my to try!

thanks,
jason




Re: HP Photosmart 715 (215) USB digital camera

2002-02-12 Thread Jason M. Harvey
On Fri, Feb 08, 2002 at 10:02:35PM -0500, christophe barbé wrote:
| I missed this thread but if you are looking for a program to use your
| digital camera under linux, have a look at gphoto2.
| The final gphoto2 release is soon to be releasedi. If your camera is not
| yet supported it's time to speak and your camera will be supported in the
| final release.
| 
| For the HP photosmart 715, I've some hints that it could supported.
| 
| TRY GPHOTO2 now. beta3 is in unstable. If it doesn't work tell me and
| I'm sure we can do something for your camera.
| 
| Christophe
| 
| 
| On Fri, Feb 08, 2002 at 08:22:56PM -0500, Jason M. Harvey wrote:
| > >
| > >
| > >no, I just use konqueror, opens the 'disk' and edits the pictures from 
here 
| > >with the gimp. I hope you'll succeed easily!
| > >Greetings from Denmark
| > 
| > 
| > l?rdag den 26. januar 2002 00:02 skrev du:
| > > great!! thanks!
| > >
| > > btw, are you using gphoto? and if so, which camera model did you have to
| > > select in it?
| > >
| > > i can't wait to get home and try it again!
| > >
| > > On Fri, Jan 25, 2002 at 11:37:01PM +0100, Claus Ladekj?r Wilson wrote:
| > > | I have 315 c and it works fine with my old kernel. It needs three or two
| > > | modules - usb-uhci and usb_core and usb_storage - I recall. Good luck!
| > > | If it doesn't work - use a card reader in stead (Maybe you need to load
| > > | scsi_mod too, because it works as a scsi-disk with the vfat file 
system).
| > > | Greetings.
| > > |
| > 
| > <-- snip -->
| > hello again.
| > 
| > i've finally had a chance to play with my camera. i used modconf to load
| > usb_core and usb_storage... and also scsi_mod. that went well. usb-uhci
| > failed (device or resorce busy irq... ". so, since i was running out
| > of time, i tried inserting usb-ohci instead of usb-uhci. that worked
| > supposedly. i think after that the camera's lcd finally said "pc" -
| > until then it didn't. i took a look in /proc/scsi/scsi and didn't see
| > anything. gphoto --list-cameras didn't give me any output. i tried
| > configuring gphoto while it was running... it gave me ttys1-4 (serial
| > ports?) or other. i thought to choose other and use /dev/usb but
| > /dev/usb is a directory with a lot of stuff!
| > 
| > Claus, you said you use konqueror to browse the files and open them with
| > gimp i'm curious to know what you are mounting to view them! if
| > you're clicking on an icon, could you take a look at the properties and
| > let me know the path and/or mount point?
| > 
<-- snip -->

okay,

i've tried it again. i can get as far as loading the modules, and the
"pc" being displayed in the camera's lcd. going on what claus said, i've
tried to mount it as a scsi device (i think).
when i first try "mount /dev/sda1 /mnt/cam" it tells me i must specify
the filesystem type. so, i added the "-t vfat" then it says "sda1 is not
a valid block device". according to dmesg (and syslog), the device is
being seen and assigned a number, but says it is not owned by any driver
or something to that effect. i've also tried sda2 and so on, as well as
sdb1 and so on. and i have added that line to fstab as claus suggested:
/dev/sda1 /mnt/kamera vfat 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,rw,noauto 0 0, and
also tried a few other devices that sda1.
this is my only "scsi device"... i'm used to ide devices ranging from
hda1 to hdc3! 
when i am unable to mount the fs, both /proc/scsi/scsi and /proc/bus/usb
are empty, if that helps.
i also have an ibm_pc_cam, which is usb and works fine with xawtv. i've
also tried using the hp_cam with or without the ibm_cam plugged in, just
in case!
Christophe, i have gphoto installed from woody (i think it's version 2),
but haven't tried it yet 'cause i don't know which port to specify the
camera is on, since it's usb and not serial.
what a sec i may not have gphoto2 installed, maybe just gphoto. i
will have to look into that - my box at home is offline, that's why
things take so long. i guess at this point i'm wondering if i'm mounting
it correctly as a scsi device, and if the fs is vfat on my specific
camera - the 215 using a compactflash card.
as always, i apreciate any advice for my to try!

thanks,
jason


---
| registered linux user #202942   |   http://counter.li.org/  |
| Debian GNU/Linux 3.0 Woody  |   2.4.16-k6   |
| [EMAIL PROTECTED]  |   http://theigloo.dhs.org |
---


pgpOhOJhmN1Cd.pgp
Description: PGP signature


Re: HP Photosmart 715 (215) USB digital camera

2002-02-08 Thread christophe barbé
I missed this thread but if you are looking for a program to use your
digital camera under linux, have a look at gphoto2.
The final gphoto2 release is soon to be releasedi. If your camera is not
yet supported it's time to speak and your camera will be supported in the
final release.

For the HP photosmart 715, I've some hints that it could supported.

TRY GPHOTO2 now. beta3 is in unstable. If it doesn't work tell me and
I'm sure we can do something for your camera.

Christophe


On Fri, Feb 08, 2002 at 08:22:56PM -0500, Jason M. Harvey wrote:
> >
> >
> >no, I just use konqueror, opens the 'disk' and edits the pictures from here 
> >with the gimp. I hope you'll succeed easily!
> >Greetings from Denmark
> 
> 
> l?rdag den 26. januar 2002 00:02 skrev du:
> > great!! thanks!
> >
> > btw, are you using gphoto? and if so, which camera model did you have to
> > select in it?
> >
> > i can't wait to get home and try it again!
> >
> > On Fri, Jan 25, 2002 at 11:37:01PM +0100, Claus Ladekj?r Wilson wrote:
> > | I have 315 c and it works fine with my old kernel. It needs three or two
> > | modules - usb-uhci and usb_core and usb_storage - I recall. Good luck!
> > | If it doesn't work - use a card reader in stead (Maybe you need to load
> > | scsi_mod too, because it works as a scsi-disk with the vfat file system).
> > | Greetings.
> > |
> 
> <-- snip -->
> hello again.
> 
> i've finally had a chance to play with my camera. i used modconf to load
> usb_core and usb_storage... and also scsi_mod. that went well. usb-uhci
> failed (device or resorce busy irq... ". so, since i was running out
> of time, i tried inserting usb-ohci instead of usb-uhci. that worked
> supposedly. i think after that the camera's lcd finally said "pc" -
> until then it didn't. i took a look in /proc/scsi/scsi and didn't see
> anything. gphoto --list-cameras didn't give me any output. i tried
> configuring gphoto while it was running... it gave me ttys1-4 (serial
> ports?) or other. i thought to choose other and use /dev/usb but
> /dev/usb is a directory with a lot of stuff!
> 
> Claus, you said you use konqueror to browse the files and open them with
> gimp i'm curious to know what you are mounting to view them! if
> you're clicking on an icon, could you take a look at the properties and
> let me know the path and/or mount point?
> 
> thanks,
> jason
> 
>  -
> | registered linux user #202942   |   http://counter.li.org/  |
> | Debian GNU/Linux 3.0 Woody  |   2.4.16-k6   |
> | [EMAIL PROTECTED]  |   http://theigloo.dhs.org |
>  -



-- 
Christophe Barbé <[EMAIL PROTECTED]>
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

As every cat owner knows, nobody owns a cat.
--Ellen Perry Berkeley


pgpsNCtj4i3SA.pgp
Description: PGP signature


Re: HP Photosmart 715 (215) USB digital camera

2002-02-08 Thread Jason M. Harvey
>
>
>no, I just use konqueror, opens the 'disk' and edits the pictures from here 
>with the gimp. I hope you'll succeed easily!
>Greetings from Denmark


l?rdag den 26. januar 2002 00:02 skrev du:
> great!! thanks!
>
> btw, are you using gphoto? and if so, which camera model did you have to
> select in it?
>
> i can't wait to get home and try it again!
>
> On Fri, Jan 25, 2002 at 11:37:01PM +0100, Claus Ladekj?r Wilson wrote:
> | I have 315 c and it works fine with my old kernel. It needs three or two
> | modules - usb-uhci and usb_core and usb_storage - I recall. Good luck!
> | If it doesn't work - use a card reader in stead (Maybe you need to load
> | scsi_mod too, because it works as a scsi-disk with the vfat file system).
> | Greetings.
> |

<-- snip -->
hello again.

i've finally had a chance to play with my camera. i used modconf to load
usb_core and usb_storage... and also scsi_mod. that went well. usb-uhci
failed (device or resorce busy irq... ". so, since i was running out
of time, i tried inserting usb-ohci instead of usb-uhci. that worked
supposedly. i think after that the camera's lcd finally said "pc" -
until then it didn't. i took a look in /proc/scsi/scsi and didn't see
anything. gphoto --list-cameras didn't give me any output. i tried
configuring gphoto while it was running... it gave me ttys1-4 (serial
ports?) or other. i thought to choose other and use /dev/usb but
/dev/usb is a directory with a lot of stuff!

Claus, you said you use konqueror to browse the files and open them with
gimp i'm curious to know what you are mounting to view them! if
you're clicking on an icon, could you take a look at the properties and
let me know the path and/or mount point?

thanks,
jason

 -
| registered linux user #202942   |   http://counter.li.org/  |
| Debian GNU/Linux 3.0 Woody  |   2.4.16-k6   |
| [EMAIL PROTECTED]  |   http://theigloo.dhs.org |
 -


pgpm2VdwJq6ul.pgp
Description: PGP signature