Date: Mon, 29 Oct 2001 20:41:36 +0000 (GMT) From: Tim Joseph <tim.spam@spicy.org.uk> To: <freebsd-stable@freebsd.org>, <freebsd-hardware@freebsd.org> Subject: USB: Support for Fujifilm 4800Z (fwd) Message-ID: <Pine.BSO.4.33.0110292040060.9101-100000@aramis.ticktock.foo.uk>
next in thread | raw e-mail | index | archive | help
(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: <AcerLabs M5237 (Aladdin-V) USB controller> mem 0xdffff000-0xdfffffff irq 10 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: <AcerLabs M5237 (Aladdin-V) USB controller> 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-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.33.0110292040060.9101-100000>