Belinda Marchand wrote:
<snip>
> I just installed Mandrake 8.0 (Kernel 2.4.3-20mdk).
> If I wanted to use the usb-storage device with this camera,
> what are the steps I need to follow be be able to mount
> it? What modules need to be loaded, how do I know which
> device name was assigned to it? According to the log
The USB Guide mostly tells you these things, available on the linux-usb web
site:
http://www.linux-usb.org/USB-guide/book1.html
You may be better off with a user space tool like ODS
(http://ods.sourceforge.net/), or possibly jphoto, gphoto or some other user
space tools than the mass storage driver (assuming relevant support, which I
don't have much of a clue about, although your camera does claim to be
DIGITA).

> files below, this device was not claimed by any active
> driver. In /proc/bus/usb/devices the camera appears
> with "Driver=hub". I have no idea if this is a good or bad
> sign, nor how to turn this information into something I can
> use. I searched through the list archives some but I could
> not find someone who had run into a similar problem or
> an explanation of how to fix it. The archives go way back
> so I didn't look too far back from the present.
The device isn't recognised as a hub, you need to start at a T: line when you
read this. See below.

This is a virtual root hub (i.e. host)
> T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=0000 ProdID=0000 Rev= 0.00
> S:  Product=USB UHCI Root Hub
> S:  SerialNumber=b000
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms

This is where you should start reading:
> T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=03f0 ProdID=4102 Rev= 0.02
> S:  Manufacturer=Hewlett-Packard
> S:  Product=HP PhotoSmart 618 (DIGITA)
> S:  SerialNumber=000309670970
> C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 10mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none)
So no driver is being assigned.
> E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms

This is a virtual root hub too:
> T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=0000 ProdID=0000 Rev= 0.00
> S:  Product=USB UHCI Root Hub
> S:  SerialNumber=b400
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
> 
> This is the output from /proc/bus/usb/drivers
> 
> usbdevfs
> hub
You don't have usb-storage loaded, although loading probably won't help.
 
> This is the partial output from /var/log/messages
> 
<snip>
> May 30 21:17:28 gris322pc1 kernel: hub.c: USB new device connect on bus2/1, assigned 
>device number 2
> May 30 21:17:28 gris322pc1 kernel: usb.c: USB device 2 (vend/prod 0x3f0/0x4102) is 
>not claimed by any active driver.
So you don't have anything that recognises your device loaded, although the
device is detected by the USB subsystem.

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to