Thanks to all who replied before to this thread........
Synopsis: Attempting to connect Fuji FinePix-3800 camera as a mountable external usb drive. Still not working, but believe I'm closer to the problem.......
More: I've seen the advice about mounting USB devices, memory, scsi, whatnot and believe that I'm doing all of that part of the mounting correctly. I've attempted all various mount variations and have not successfully been able to read from the device, even when it's by itself on the scsi list.
I've implemented the suggestion to have my CDROM comfortably working on the non-scsi channel ( I do not see any registered scsi devices in /proc/scsi/scsi until I attempt to mount the usb camera. This seems alright to me, because I don't know of any advantages in having it run through scsi also...(correct me if you know better).
Curious: After attempting to connect the USB camera, do get a new scsi device appear in the /proc/scsi/scsi. The camera get's identified and I'm able to run sniffer stuff like usbtree and see the appropriate stuff show up. Here's what it looks like....
[danny@Jughead danny]$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: FUJIFILM Model: USB-DRIVEUNIT Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
Here's what the relevant part of /proc/bus/usb/devices file looks like........
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=04cb ProdID=011a Rev=10.00
S: Product=USB Mass Storage
S: SerialNumber=Y-406^^^^^020909XFPX0001010541
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=05 Prot=00 Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=1ms
Here's where the curious part really starts.........this is my /var/log/messages.......
Feb 3 14:05:47 localhost kernel: hub.c: USB new device connect on bus3/1, assigned device number 2
Feb 3 14:05:47 localhost kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x11a) is not claimed by any active driver.
Feb 3 14:05:50 localhost /etc/hotplug/usb.agent: Setup usb-storage for USB product 4cb/11a/1000
Feb 3 14:05:51 localhost kernel: SCSI subsystem driver Revision: 1.00
Feb 3 14:05:51 localhost kernel: Initializing USB Mass Storage driver...
Feb 3 14:05:51 localhost kernel: usb.c: registered new driver usb-storage
Feb 3 14:05:51 localhost kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Feb 3 14:06:03 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 1425
Feb 3 14:06:09 localhost kernel: usb.c: USB disconnect on device 2
Feb 3 14:06:14 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 207
Feb 3 14:06:14 localhost kernel: Vendor: FUJIFILM Model: USB-DRIVEUNIT Rev: 1.00
Feb 3 14:06:14 localhost kernel: Type: Direct-Access ANSI SCSI revision: 02
Feb 3 14:06:14 localhost kernel: USB Mass Storage support registered.
Feb 3 14:09:27 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 537
Feb 3 14:09:32 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 1445
Feb 3 14:09:37 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 305
Feb 3 14:09:42 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 1213
Feb 3 14:09:47 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 73
Feb 3 14:09:52 localhost kernel: usb-uhci.c: interrupt, status 3, frame# 981
Those "usb-uhci.c: interupt..." messages keep going until I shutdown....camera on or not.....once attempted (not even to mount, just power up device and connect), they keep going..........to me, it looks like my problem is not so much "mounting the usb as scsi" as it is with the USB. Bridge?...Internal Hub? Need driver?....I'm at a total loss.....
I really appreciate everyone's help, I've learned a ton up to this point and I'm really trying to "do for myself"....problem is, I don't know what else to read or try......anyone know what the usb-uhci.c file is related to?
Dan D
-- Dan Devine <dannyboy259@attbi.com> |