Re: canon a40 digicam

2002-10-29 Thread Morten Grunnet Buhl
Omer Faruk Sen ([EMAIL PROTECTED]) wrote:
> Has anyone here achived to work canon a40 digital camera with FreeBSD? 
I hav not use either gphoto or canon a40, but I have a Digital IXUS that 
I have been using with the port graphics/s10sh. Right our of the port it
didnt support my camera so I patched ( 4 lines of code) it to use my
cameras product ID. Maybe you can do the same. if you want I can send
you the patches. just remove the no-spam in my email to replay.

Morten.

--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



canon a40 digicam

2002-10-28 Thread Omer Faruk Sen
Has anyone here achived to work canon a40 digital camera with FreeBSD? 

I have followed these steps but it didn't work: 

1) Edited usbd.conf
 device "PowerShot A40, Canon Inc."
  product 0x3058
  vendor 0x4a9
  attach "/usr/local/bin/gphoto2 --auto-detect" 

2)kldload usb.ko
3)usbd
4)usbdevs' output:
addr 1: UHCI root hub, Intel
addr 2: PowerShot A40, Canon Inc. 

5)And my dmesg output related with usb* 

usb0:  on uhci0
usb0: USB revision 1.0
usb1:  on uhci1
usb1: USB revision 1.0
usb2:  on uhci2
usb2: USB revision 1.0 

But kernel doesn't recoginize my camera. Maybe I am doing sth wrong? 

By the way here is my gphoto's output (run by root) :
pdp:/home/balli# gphoto2 --camera "Canon PowerShot A40" --port "usb" -L

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

For debugging messages, please use the --debug option.
Debugging messages may help finding a solution to your problem.
If you intend to send any error or debug messages to the gphoto
developer mailing list <[EMAIL PROTECTED]>, please run
gphoto2 as follows: 

  env LANG=C gphoto2 --debug --camera "Canon PowerShot A40" --port "usb" -L 

Please make sure there is sufficient quoting around the arguments. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message