From owner-freebsd-stable Mon Oct 29 12:41:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 0EF8337B403; Mon, 29 Oct 2001 12:41:45 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=porthos.ticktock.foo.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15yJE7-0001el-0X; Mon, 29 Oct 2001 20:41:43 +0000 Received: from aramis.ticktock.foo.uk (aramis.ticktock.foo.uk [192.168.1.3]) by porthos.ticktock.foo.uk (8.11.6/8.11.6) with ESMTP id f9TKff607894; Mon, 29 Oct 2001 20:41:41 GMT (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by aramis.ticktock.foo.uk (8.11.4/8.11.6) with ESMTP id f9TKfdL30081; Mon, 29 Oct 2001 20:41:40 GMT (envelope-from tim.spam@spicy.org.uk) X-Authentication-Warning: aramis.ticktock.foo.uk: tim owned process doing -bs Date: Mon, 29 Oct 2001 20:41:36 +0000 (GMT) From: Tim Joseph X-X-Sender: To: , Subject: USB: Support for Fujifilm 4800Z (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Originally posted to freebsd-questions) Hi, Is there any support for using my digital camera's (Fujifilm 4800Z) USB connection to transfer pics from SmartMedia cards to my PC? I'm hoping that umass will be my saviour. I'm running FreeBSD 4.x-stable, but I'll try a less stable patch if there's one knocking around! Any hints and tips would be appreciated. For interest, here's the usb bit of my dmesg (ugen0 is the camera): ohci0: mem 0xdffff000-0xdfffffff irq 10 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uscanner0: EPSON Perfection1240, rev 1.00/1.14, addr 2 ugen0: Fuji Photo Film Co., Ltd. USB Mass Storage, rev 1.10/10.00, addr 3 And this is the output of usbdevs -v (port 2 is the camera): Controller /dev/usb0: addr 1: self powered, config 1, OHCI root hub(0x0000), AcerLabs(0x0000), rev 0x0100 port 1 addr 2: self powered, config 1, Perfection1240(0x010b), EPSON(0x04b8), rev 0x0114 port 2 addr 3: self powered, config 1, USB Mass Storage(0x0100), Fuji Photo Film Co., Ltd.(0x04cb), rev 0x1000 This is with the following bits in my kernel: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) # USB support #device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device umass # Disks/Mass storage - Requires scbus and da device uscanner # Scanners Thanks for your help! From, Tim -- To email me, please remove the ".spam" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message