Date: Tue, 21 Nov 2000 07:44:27 -0800 (PST) From: Bill Schoolcraft <bill@wiliweld.com> To: gerti-freebsdq@bitart.com Cc: FreeBSD <freebsd-questions@FreeBSD.org> Subject: Re: USB and gphoto ? which port ? Message-ID: <Pine.LNX.4.10.10011210742150.2548-100000@lnxc-1080.i.linuxcare.com> In-Reply-To: <20001120230838.12938.qmail@camelot.bitart.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 20 Nov 2000 it looks like Gerd Knops composed: GK-->Bill wrote: GK-->> Hello Family, GK-->> I'm a little lost on the USB stuff for this is my first experience GK-->> using it and it applies to a new digital camera and the program GK-->> gphoto. With two USB ports I have a 4 port hub plugged into one, and GK-->> the camera directly plugged into the other. GK-->> GK-->> <dmesg_outupt> GK-->> GK-->> ata1: at 0x170 irq 15 on atapci0 GK-->> uhci0: <Intel 82801AA (ICH) USB controller> port 0xe000-0xe01f irq 10 GK-->> at device 31.2 on pci0 GK-->> usb0: <Intel 82801AA (ICH) USB controller> on uhci0 GK-->> usb0: USB revision 1.0 GK-->> uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 GK-->> uhub0: 2 ports with 2 removable, self powered GK-->> uhub0: port 1 power on failed, IOERROR GK-->> uhub0: port 2 power on failed, IOERROR GK-->> uhub1: Kawatsu Semiconductor, Inc. MiniHub 4000P, class 9/0, rev GK-->> 1.10/1.00, addr 2 GK-->> uhub1: 4 ports with 4 removable, bus powered GK-->> umass0: HP USB DIGITAL CAMERA, rev 1.10/1.00, addr 3 GK-->> fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on GK-->> isa0 GK-->> GK-->> </dmesg_outupt> GK-->> GK-->> The camera is at the following: GK-->> GK-->> [umass0: HP USB DIGITAL CAMERA, rev 1.10/1.00, addr 3] GK-->> GK-->> and I'd like to know how to direct gphoto to that address ? There is GK-->> the standard field in gphoto that asks for the "port", there are the GK-->> standard COM-1 through COM-4 options then there is a special "other" GK-->> field and that's where I'm attempting to direct the connection. GK-->> GK-->> I've emailed all the links at the gphoto site and received nothing GK-->> back. GK-->> :( GK-->> GK-->The camera registers as umass device, hence it will look to the system GK-->like a disk, not some serial device. Assuming you do not have any SCSI GK-->disks, these commands might get you started (I don't have this camera GK-->so I do not know if this will work for you): GK--> GK-->as user root: GK--> GK--> mkdir /camera GK--> camcontrol rescan 0 GK--> mount_msdos /dev/da0s1 /camera GK--> GK-->If everything worked you should be able to see the 'contents' of the GK-->camera in the directory /camera. GK--> GK-->Gerd GK--> Thanks, I'm at work now so I'll have to wait till I get home to try this. I'm having friends over for Thanksgiving (US Holiday) and I'd hate to have to take pictures and then use Micro$oft GUI to show and send to their email address. (whew :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10011210742150.2548-100000>