Re: [newbie] Canon Powershot A85

2005-03-12 Thread Mr. Geek
Eric Huff wrote:
In theory it's a storage device, so you should be able to.  OTOH,
I'd rather play safe and let the camera do it.

Mr Geek, have you been able to mount it as a storage device?  I
haven't on my A80.
eric
Eric; I didn't even try to mount it. Once it was working inside of 
Digikam and GPhoto, I didn't see a need to. Since Digikam has a delete 
option when connected to the camera, I'm using that to clear the flash 
card's memory. Works like a charm.

--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-12 Thread Eric Huff
> In theory it's a storage device, so you should be able to.  OTOH,
> I'd rather play safe and let the camera do it.

Mr Geek, have you been able to mount it as a storage device?  I
haven't on my A80.

eric

-- 
Mandrake HowTo's & More:  http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-12 Thread Eric Huff
"Mr. Geek" <[EMAIL PROTECTED]> wrote:

> So I hope that my next question won't seem as strange. Is there
> some software that will allow me to erase pictures which are
> stored on the camera?

I have a delete script I wrote that I tied to a menu (watch for
email line feeds):


#!/bin/sh

#gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal mode)"
-D-R

echo "Delete all pictures? (y/n)"

read WAIT

if [ "$WAIT" = "y" ] ; then

echo preparing to delete

#gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal
mode)" -D -R

gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal mode)"
-D -R

echo Done deleting

echo

else
echo OK, NOT deleting
fi

sleep 2


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-12 Thread Eric Huff
On Fri, 11 Mar 2005 16:30:56 +
Anne Wilson <[EMAIL PROTECTED]> wrote:

> On Friday 11 Mar 2005 15:59, Mikkel L. Ellertson wrote:
> >
> > I guess it is possible that you have to turn the camera on, but
> > I do not think so. (Unless you had to do that for it to be
> > detected in Windows.)
> 
> Mine is not detected until I switch it on - and it must be in Play
> mode.

Same way for my Powershot A80.

And as far as i can tell, it won't mount as a hard drive.  So i
wrote a few gphoto2 scripts and tied them to keys.  I'm pretty happy
with the way they work.

eric
-- 
Mandrake HowTo's & More:  http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Duncan Anderson
Anne Wilson wrote:
On Friday 11 Mar 2005 15:59, Mikkel L. Ellertson wrote:
 

I guess it is possible that you have to turn the camera on, but I do not
think so. (Unless you had to do that for it to be detected in Windows.)
   

Mine is not detected until I switch it on - and it must be in Play mode.
 


For what it's worth, my Samsung needs to be switched on, and the same 
applies to many other cameras, although some do activate automatically 
as soon as they are connected to the USB bus.

cheers
Duncan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread rikona
Hello Anne,

Friday, March 11, 2005, 10:42:05 AM, Anne wrote:

AW> On Friday 11 Mar 2005 17:49, Phlod wrote:
>>
>> Well, I don't know how much this will help you, but I had the same
>> problem with my Powershot A85, and this is how I got it working.
>> First I installed the usbview package to make sure it was being
>> detected.  It wasn't, so, lacking a great amount of patience, I
>> simply plugged it into a known working USB slot (the one next to my
>> mouse), and poof, it showed up on USB View.  Using GTKam I simply
>> rescanned for new cameras, and it showed up.  The rest was pretty
>> much self-explanitory.
>>
AW> It's worth mentioning at this point that not all usb slots are
AW> equal.

True. I have two usb slots in front, both go to the MB. One sees my
Olympus C-60, the other does not. I'm not sure why they are different.

-- 

 rikonamailto:[EMAIL PROTECTED]

  



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mikkel L. Ellertson
Aron Smith wrote:
The Camera has to be on so that the usb port on the camera is active
I guess this is camera dependant. The ones I have used it the past 
turned on as soon as I plugged in the USB cable. They also powered 
themselves off the USB cable when it was plugged in.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Aron Smith
On Friday 11 March 2005 07:59 am, Mikkel L. Ellertson wrote:
> Mr. Geek wrote:
> > Mikkel L. Ellertson wrote:
> >> Mr. Geek wrote:
> >>> Hey Gang. I'm curious to know how I can go about detecting my digital
> >>> camera (See Subject above) which is connected to one of my USB 2.0
> >>> ports. Mandrake sees the USB ports but not the camera.
> >>>
> >>> Digikam and GPhoto seem to be able to work with this camera (It's
> >>> listed in their respective camera lists, but since it's not being
> >>> seen on the USB port, nothing is able to connect to the camera.
> >>>
> >>> If it helps, Hotplug is installed and running, and my USB mouse has
> >>> been running for months without a hitch.
> >>>
> >>> What's the best way to mount a USB device, in which standard folder,
> >>> and other than the standard USB Kernel modules, is there anything
> >>> else needed?
> >>>
> >>> FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
> >>
> >> Are you sure it is not being seen? I have not looked up the camera,
> >> but most newer cameras show up as a storage device. Hotplug may have
> >> already mounted it as /mnt/camera or /mnt/removable.
> >>
> >> What does the output of lsusb show?
> >>
> >> Mikkel
> >
> > Mikkel; Thanks for getting back to me. Here's the output from lsusb;
> >
> > Bus 004 Device 001: ID :
> > Bus 003 Device 001: ID :
> > Bus 002 Device 002: ID 045e:0040 Logitech Corp. Optical Mouse
> > Bus 002 Device 001: ID :
> > Bus 001 Device 001: ID :
> >
> > I tried the mouse on some of the other USB ports and it came back
> > without a hitch on those ports as well.
> >
> > Would I have to activate anything on the camera to enable USB
> > connections? That's about the only other thing that would make any
> > sense, unless the USB cable is bad, but the camera is only a few months
> > old, and was working on some Windows PC's without any problems, even
> > with this USB cable.
> >
> >
> > Thanks for any help you can offer.
>
> I guess it is possible that you have to turn the camera on, but I do not
> think so. (Unless you had to do that for it to be detected in Windows.)
> I would double check the cable connections, and if you can, try a
> different cable. Even if Linux didn't identify the camera properly, it
> should still show up in the output of lsusb. Here is the output on my
> system with two unsupported cameras.
>
> Bus 002 Device 003: ID 05cb:1483 PowerVision Technologies, Inc. Trust
> CombiScan 19200
> Bus 002 Device 002: ID 1046:9967 Winbond Electronics Corp. [hex]
> W9967CF/W9968CF WebCam IC
> Bus 002 Device 001: ID :
> Bus 001 Device 001: ID :
>
> Mikkel
The Camera has to be on so that the usb port on the camera is active


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Kaj Haulrich wrote:
Mr. Geek, if you mount your camera as /mnt camera, become root in a 
terminal, cd to /mnt and issue the command chmod 777 camera  (where 
camera can be anything you choose, i.e. removable or whatever).  
That will allow you to write, delete etc. directly on the camera.

Beware though, sometimes you won't be allowed to chmod even as root.  
In order to bypass that, you'll have to edit your /etc/fstab so 
that umask=0 (instead of the default 0022) for the device line.  
Save that file, umount the device and mount again.

Now you'll have all permission set drwxrwxrwx which means that root, 
yourself and all others can do as they please.

Kaj Haulrich.
Kaj; Thanks for the info. It turns out that Digikam allows me to erase 
the camera's flash card memory without a single problem (it has a delete 
option). Since Digikam sets up a default folder for the pics in my /home 
folder, permissions aren't a problem.

My whole problem revolved around the fact that the camera wasn't in 
"play" mode when I tried to access it. Now it's working fine.
--
Mr. Geek
Registered Linux User #190712


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Kaj Haulrich
On Friday 11 March 2005 19:41, Mr. Geek wrote:
> Thanks to everyone who tried to help, and especially to Anne,
> who's suggestion got things working.
>
> It was somewhat weird that the camera would have to be in a
> certain mode to work with a computer.
>
> So I hope that my next question won't seem as strange. Is there
> some software that will allow me to erase pictures which are
> stored on the camera? Or something to re-format the flash card in
> the camera?
>
> Thanks again!

Mr. Geek, if you mount your camera as /mnt camera, become root in a 
terminal, cd to /mnt and issue the command chmod 777 camera  (where 
camera can be anything you choose, i.e. removable or whatever).  
That will allow you to write, delete etc. directly on the camera.

Beware though, sometimes you won't be allowed to chmod even as root.  
In order to bypass that, you'll have to edit your /etc/fstab so 
that umask=0 (instead of the default 0022) for the device line.  
Save that file, umount the device and mount again.

Now you'll have all permission set drwxrwxrwx which means that root, 
yourself and all others can do as they please.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.1) - kernel 2.6.8*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Anne Wilson
On Friday 11 Mar 2005 18:41, Mr. Geek wrote:
> Thanks to everyone who tried to help, and especially to Anne, who's
> suggestion got things working.
>
> It was somewhat weird that the camera would have to be in a certain mode
> to work with a computer.
>
I don't think so, really.  The computer isn't going to get any signal at all 
to analyse until you do that, is it?

> So I hope that my next question won't seem as strange. Is there some
> software that will allow me to erase pictures which are stored on the
> camera? Or something to re-format the flash card in the camera?
>
In theory it's a storage device, so you should be able to.  OTOH, I'd rather 
play safe and let the camera do it.

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Anne Wilson
On Friday 11 Mar 2005 18:45, Mr. Geek wrote:
> Anne Wilson wrote:
> > On Friday 11 Mar 2005 18:15, Mr. Geek wrote:
> >>Anne Wilson wrote:
> >>>Mine is not detected until I switch it on - and it must be in Play mode.
> >>>
> >>>Anne
> >>
> >>That did the trick Anne! It wasn't in play mode! Jeesh!
> >
> > ;-)  Not just a pretty face ;-)
> >
> > Anne
>
> Uh, Er, nevermind. I found the stuff I needed in Digikam. Guess I should
> spend some "quality time" with it before asking, Hmmm? Grin!

And when you've done that, take a look at GwenView - *verrry* nice

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Anne Wilson wrote:
On Friday 11 Mar 2005 18:15, Mr. Geek wrote:
Anne Wilson wrote:
Mine is not detected until I switch it on - and it must be in Play mode.
Anne
That did the trick Anne! It wasn't in play mode! Jeesh!

;-)  Not just a pretty face ;-)
Anne
Uh, Er, nevermind. I found the stuff I needed in Digikam. Guess I should 
spend some "quality time" with it before asking, Hmmm? Grin!

--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Anne Wilson
On Friday 11 Mar 2005 17:49, Phlod wrote:
>
> Well, I don't know how much this will help you, but I had the same
> problem with my Powershot A85, and this is how I got it working.
> First I installed the usbview package to make sure it was being
> detected.  It wasn't, so, lacking a great amount of patience, I simply
> plugged it into a known working USB slot (the one next to my mouse), and
> poof, it showed up on USB View.  Using GTKam I simply rescanned for new
> cameras, and it showed up.  The rest was pretty much self-explanitory.
>
It's worth mentioning at this point that not all usb slots are equal.  Some 
devices will work perfectly on slots that are directly on the motherboard, 
but not on slots that are in any sense extensions.  It's not only linux, 
either.  My HP printer would not install in windows if I plugged it into a 
powered usb hub, which is , after all, just an extension of one of the back 
sockets.  And then there's the problem of fake(?) usb2 slots.

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Thanks to everyone who tried to help, and especially to Anne, who's 
suggestion got things working.

It was somewhat weird that the camera would have to be in a certain mode 
to work with a computer.

So I hope that my next question won't seem as strange. Is there some 
software that will allow me to erase pictures which are stored on the 
camera? Or something to re-format the flash card in the camera?

Thanks again!
--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Anne Wilson
On Friday 11 Mar 2005 18:15, Mr. Geek wrote:
> Anne Wilson wrote:
> > Mine is not detected until I switch it on - and it must be in Play mode.
> >
> > Anne
>
> That did the trick Anne! It wasn't in play mode! Jeesh!

;-)  Not just a pretty face ;-)

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Anne Wilson wrote:
Mine is not detected until I switch it on - and it must be in Play mode.
Anne
That did the trick Anne! It wasn't in play mode! Jeesh!
--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Phlod
Mr. Geek wrote:
Hey Gang. I'm curious to know how I can go about detecting my digital 
camera (See Subject above) which is connected to one of my USB 2.0 
ports. Mandrake sees the USB ports but not the camera.

Digikam and GPhoto seem to be able to work with this camera (It's 
listed in their respective camera lists, but since it's not being seen 
on the USB port, nothing is able to connect to the camera.

If it helps, Hotplug is installed and running, and my USB mouse has 
been running for months without a hitch.

What's the best way to mount a USB device, in which standard folder, 
and other than the standard USB Kernel modules, is there anything else 
needed?

FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
Well, I don't know how much this will help you, but I had the same 
problem with my Powershot A85, and this is how I got it working.
First I installed the usbview package to make sure it was being 
detected.  It wasn't, so, lacking a great amount of patience, I simply 
plugged it into a known working USB slot (the one next to my mouse), and 
poof, it showed up on USB View.  Using GTKam I simply rescanned for new 
cameras, and it showed up.  The rest was pretty much self-explanitory.

--Phlod

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread M.Schild

> > What's the best way to mount a USB device, in which standard folder, and
> > other than the standard USB Kernel modules, is there anything else
> > needed?
> >
> > FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
>
> Are you sure it is not being seen? I have not looked up the camera, but
> most newer cameras show up as a storage device


I don´t know if this will help but I had trouble with RH7.3 and my Fuji 
Finepix which is a storage device.
I was told to try 
mount /dev/ sda1 /mnt   ( not too sure about the spaces)

It worked. 
Didn´t have trouble with Mdk 10
Maryse



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Anne Wilson
On Friday 11 Mar 2005 15:59, Mikkel L. Ellertson wrote:
>
> I guess it is possible that you have to turn the camera on, but I do not
> think so. (Unless you had to do that for it to be detected in Windows.)

Mine is not detected until I switch it on - and it must be in Play mode.

> I would double check the cable connections, and if you can, try a
> different cable. Even if Linux didn't identify the camera properly, it
> should still show up in the output of lsusb. Here is the output on my
> system with two unsupported cameras.
>
> Bus 002 Device 003: ID 05cb:1483 PowerVision Technologies, Inc. Trust
> CombiScan 19200
> Bus 002 Device 002: ID 1046:9967 Winbond Electronics Corp. [hex]
> W9967CF/W9968CF WebCam IC
> Bus 002 Device 001: ID :
> Bus 001 Device 001: ID :
>
Again, my camera was not supported until 2.4.21, and I can confirm that it was 
still detected in that way.  Have you got a recent kernel on the relevant 
box, Mr. Geek?

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mikkel L. Ellertson
Mr. Geek wrote:
Mikkel L. Ellertson wrote:
Mr. Geek wrote:
Hey Gang. I'm curious to know how I can go about detecting my digital 
camera (See Subject above) which is connected to one of my USB 2.0 
ports. Mandrake sees the USB ports but not the camera.

Digikam and GPhoto seem to be able to work with this camera (It's 
listed in their respective camera lists, but since it's not being 
seen on the USB port, nothing is able to connect to the camera.

If it helps, Hotplug is installed and running, and my USB mouse has 
been running for months without a hitch.

What's the best way to mount a USB device, in which standard folder, 
and other than the standard USB Kernel modules, is there anything 
else needed?

FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
Are you sure it is not being seen? I have not looked up the camera, 
but most newer cameras show up as a storage device. Hotplug may have 
already mounted it as /mnt/camera or /mnt/removable.

What does the output of lsusb show?
Mikkel

Mikkel; Thanks for getting back to me. Here's the output from lsusb;
Bus 004 Device 001: ID :
Bus 003 Device 001: ID :
Bus 002 Device 002: ID 045e:0040 Logitech Corp. Optical Mouse
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :
I tried the mouse on some of the other USB ports and it came back 
without a hitch on those ports as well.

Would I have to activate anything on the camera to enable USB 
connections? That's about the only other thing that would make any 
sense, unless the USB cable is bad, but the camera is only a few months 
old, and was working on some Windows PC's without any problems, even 
with this USB cable.

Thanks for any help you can offer.
I guess it is possible that you have to turn the camera on, but I do not 
think so. (Unless you had to do that for it to be detected in Windows.) 
I would double check the cable connections, and if you can, try a 
different cable. Even if Linux didn't identify the camera properly, it 
should still show up in the output of lsusb. Here is the output on my 
system with two unsupported cameras.

Bus 002 Device 003: ID 05cb:1483 PowerVision Technologies, Inc. Trust 
CombiScan 19200
Bus 002 Device 002: ID 1046:9967 Winbond Electronics Corp. [hex] 
W9967CF/W9968CF WebCam IC
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Q.H. Wang
Hi there,

Have you tried gphoto or gphoto2? It's quite powerful. I'm kinda success to 
handle two cameras, one is SONY something and another is KODAK something. 
Both are not listed models but gphoto2 could handle it as a generic type. 
HTH.

Bests,

Q.H.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Mikkel L. Ellertson wrote:
Mr. Geek wrote:
Hey Gang. I'm curious to know how I can go about detecting my digital 
camera (See Subject above) which is connected to one of my USB 2.0 
ports. Mandrake sees the USB ports but not the camera.

Digikam and GPhoto seem to be able to work with this camera (It's 
listed in their respective camera lists, but since it's not being seen 
on the USB port, nothing is able to connect to the camera.

If it helps, Hotplug is installed and running, and my USB mouse has 
been running for months without a hitch.

What's the best way to mount a USB device, in which standard folder, 
and other than the standard USB Kernel modules, is there anything else 
needed?

FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
Are you sure it is not being seen? I have not looked up the camera, but 
most newer cameras show up as a storage device. Hotplug may have already 
mounted it as /mnt/camera or /mnt/removable.

What does the output of lsusb show?
Mikkel
Mikkel; Thanks for getting back to me. Here's the output from lsusb;
Bus 004 Device 001: ID :
Bus 003 Device 001: ID :
Bus 002 Device 002: ID 045e:0040 Logitech Corp. Optical Mouse
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :
I tried the mouse on some of the other USB ports and it came back 
without a hitch on those ports as well.

Would I have to activate anything on the camera to enable USB 
connections? That's about the only other thing that would make any 
sense, unless the USB cable is bad, but the camera is only a few months 
old, and was working on some Windows PC's without any problems, even 
with this USB cable.

Thanks for any help you can offer.
--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Christopher Taylor
On Fri, 11 Mar 2005 09:00:54 -0600, Mikkel L. Ellertson
<[EMAIL PROTECTED]> wrote:
> Mr. Geek wrote:
> > Hey Gang. I'm curious to know how I can go about detecting my digital
> > camera (See Subject above) which is connected to one of my USB 2.0
> > ports. Mandrake sees the USB ports but not the camera.
> >
> > Digikam and GPhoto seem to be able to work with this camera (It's listed
> > in their respective camera lists, but since it's not being seen on the
> > USB port, nothing is able to connect to the camera.
> >
> > If it helps, Hotplug is installed and running, and my USB mouse has been
> > running for months without a hitch.
> >
> > What's the best way to mount a USB device, in which standard folder, and
> > other than the standard USB Kernel modules, is there anything else needed?
> >
> > FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
> >
> Are you sure it is not being seen? I have not looked up the camera, but
> most newer cameras show up as a storage device. Hotplug may have already
> mounted it as /mnt/camera or /mnt/removable.
> 
> What does the output of lsusb show?
> 
> Mikkel
> --
> 
>   Do not meddle in the affairs of dragons,
> for you are crunchy and taste good with Ketchup!
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
> Join the Club : http://www.mandrakeclub.com
> 
> 
> 
> 
I just purchased a Kodak camera and it was not in the list for didkam,
so I looked under the settings where the list of cameras was and saw
an auto detect button.  This came up with a generic usb camera.  I
have been using this with complete success.  The process isn't
automated like the Windows software, but I have a lot more control
over what gets downloaded and where.  HTH.

-- 
Christopher Taylor - Registered Linux User #383327

If this message is sent to a mailing list please 'Reply to List' or
re-write the To field.
This will save on a lot of duplicate emails going out.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Canon Powershot A85

2005-03-11 Thread Mikkel L. Ellertson
Mr. Geek wrote:
Hey Gang. I'm curious to know how I can go about detecting my digital 
camera (See Subject above) which is connected to one of my USB 2.0 
ports. Mandrake sees the USB ports but not the camera.

Digikam and GPhoto seem to be able to work with this camera (It's listed 
in their respective camera lists, but since it's not being seen on the 
USB port, nothing is able to connect to the camera.

If it helps, Hotplug is installed and running, and my USB mouse has been 
running for months without a hitch.

What's the best way to mount a USB device, in which standard folder, and 
other than the standard USB Kernel modules, is there anything else needed?

FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
Are you sure it is not being seen? I have not looked up the camera, but 
most newer cameras show up as a storage device. Hotplug may have already 
mounted it as /mnt/camera or /mnt/removable.

What does the output of lsusb show?
Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Canon Powershot A85

2005-03-11 Thread Mr. Geek
Hey Gang. I'm curious to know how I can go about detecting my digital 
camera (See Subject above) which is connected to one of my USB 2.0 
ports. Mandrake sees the USB ports but not the camera.

Digikam and GPhoto seem to be able to work with this camera (It's listed 
in their respective camera lists, but since it's not being seen on the 
USB port, nothing is able to connect to the camera.

If it helps, Hotplug is installed and running, and my USB mouse has been 
running for months without a hitch.

What's the best way to mount a USB device, in which standard folder, and 
other than the standard USB Kernel modules, is there anything else needed?

FYI, I'm running Mandrake 10.1, kernel 2.6.8.1-12mdk.
--
Mr. Geek
Registered Linux User #190712

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com