Re: [expert] USB card reader support on 9.0 ?

2002-12-04 Thread Michal 'hramrach' Suchanek
On Sun, Dec 01, 2002 at 05:32:26PM -0800, Munagala Ramanath wrote:
> --- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> > I have conected a Nikon 755 under 9.0 and has work like a charm.
> > 
> > After be sure usb, usb-core, usb-storage and ide-scsi modules are
> > loaded I 
> > created a directory to be mounted (mkdir -m 777 /mnt/camera).
> > 
> > Then, after have usb-pluged the camera, I did:
> > mount -t vfat /dev/sda1 /mnt/camera
> 
> My problem is that the /dev/sda* files are not created. The modules
Do you have sd_mod loaded?
try loading it manually or adding

add above usb-storege sd_mod

into /etc/modules.conf

I also managed to make the thingie automount by adding something like

REGISTER ^scsitarget0/lun0/part1$ EXEC mount /dev/sda1

to a file included from /etc/devfsd.conf
but I have no GNU/Linux system available here to reproduce the exact syntax.

When I tried supermount I was not able to read several hundred KiB from
the flash reader without replugging it and the system eventually locked up.

I did not find a way to deregister the device after unmounting it so that it
automounts next time it is plugged in. I can do ls -l scsilun0 which
makes the dev/sda1 go away. I think I can even use eject to do that.
But I did not find a way to make it autoeject when I unmount and unplug it.

I wonder what would be the proper solution for more complex cases where more
than one reader is used, or other scsi(-emulation) drivers are needed. 

I have no idea how multi-card readers would be used as one would probably like
to exhange cards in some slots w/o unplugging the reader.

-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-04 Thread Victor
Hello,
I'm having a similar problem with my generic USB Card Reader. I tried 
making some devices using MAKEDEV but that did not seem to work. The 
messages file shows that the kernel realizes the reader is there but not 
device was created to mount. I'm not sure if this affects anything but I 
am using ide-scsi emulation for two of my cdrom drives. Any advice? I'll 
be happy to provide more details on the problem if there's any interest.

Thanks,
Victor

Munagala Ramanath wrote:

Hi,

I'm trying to use my Fuji FinePix 2600Z camera. It works fine with 8.2:
When i plug it into the USB port, I get /dev/sda1 created and I can
mount it.

But on ML 9.0 no /dev/sd* devices get created; this is what I see in
the
logfile:
-
Nov 29 14:33:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 2
Nov 29 14:33:05 abc kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x100)
is not
claimed by any active driver.
Nov 29 14:33:08 abc /etc/hotplug/usb.agent: Setup usb-storage
usb-storage for USB product 4cb/100/100
Nov 29 14:33:09 abc kernel: Initializing USB Mass Storage driver...
Nov 29 14:33:09 abc kernel: usb.c: registered new driver usb-storage
Nov 29 14:33:09 abc kernel: scsi1 : SCSI emulation for USB Mass Storage
devicesNov 29 14:33:09 abc kernel:   Vendor: Fujifilm  Model: FinePix
1400Zoom  Rev: 0100
Nov 29 14:33:09 abc kernel:   Type:   Direct-Access
ANSI SCSI revision: 02
Nov 29 14:33:09 abc kernel: USB Mass Storage support registered.
Nov 29 14:52:37 abc kernel: usb-uhci.c: interrupt, status 3, frame#
1024
-

The same sort of thing happens when I plug in a USB card reader that
has
a SmartMedia card in it:

-
Nov 29 22:00:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 4
Nov 29 22:00:05 abc kernel: scsi2 : SCSI emulation for USB Mass Storage
devicesNov 29 22:00:05 abc kernel: usb-uhci.c: interrupt, status 4,
frame# 28
Nov 29 22:00:05 abc kernel:   Vendor: General   Model: Flash Disk Drive
Rev: 2.05
Nov 29 22:00:05 abc kernel:   Type:   Direct-Access
ANSI SCSI revision: 02
Nov 29 22:00:09 abc /etc/hotplug/usb.agent: Setup usb-storage for USB
product 3538/1/205
-

Again, no /dev/sd* devices created, so I'm not sure what to mount.

Any help is appreciated. Thanks.

Ram


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: Re: [expert] USB card reader support on 9.0 ?

2002-12-02 Thread falcaraz
Perhaps some installation problems?

I have tested this in two different computers and I hadn't any problem,
sda1 is created as soon as I plug the usb cable with the camera in
postion to download images.


Francisco Alcaraz
Murcia (Spain)

- Mensaje Original -
Remitente: Munagala Ramanath <[EMAIL PROTECTED]>
Fecha: Lunes, Diciembre 2, 2002 2:32 am
Asunto: Re: [expert] USB card reader support on 9.0 ?

> 
> --- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> > I have conected a Nikon 755 under 9.0 and has work like a charm.
> > 
> > After be sure usb, usb-core, usb-storage and ide-scsi modules are
> > loaded I 
> > created a directory to be mounted (mkdir -m 777 /mnt/camera).
> > 
> > Then, after have usb-pluged the camera, I did:
> > mount -t vfat /dev/sda1 /mnt/camera
> 
> My problem is that the /dev/sda* files are not created. The modules
> seem to be loaded ok.
> 
> Ram
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: Re: [expert] USB card reader support on 9.0 ?

2002-12-02 Thread falcaraz
Perhaps some installation problems?

I have tested this in two different computers and I hadn't any problem,
sda1 is created as soon as I plug the usb cable with the camera in
postion to download images.


Francisco Alcaraz
Murcia (Spain)

- Mensaje Original -
Remitente: Munagala Ramanath <[EMAIL PROTECTED]>
Fecha: Lunes, Diciembre 2, 2002 2:32 am
Asunto: Re: [expert] USB card reader support on 9.0 ?

> 
> --- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> > I have conected a Nikon 755 under 9.0 and has work like a charm.
> > 
> > After be sure usb, usb-core, usb-storage and ide-scsi modules are
> > loaded I 
> > created a directory to be mounted (mkdir -m 777 /mnt/camera).
> > 
> > Then, after have usb-pluged the camera, I did:
> > mount -t vfat /dev/sda1 /mnt/camera
> 
> My problem is that the /dev/sda* files are not created. The modules
> seem to be loaded ok.
> 
> Ram
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-01 Thread Munagala Ramanath

--- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> I have conected a Nikon 755 under 9.0 and has work like a charm.
> 
> After be sure usb, usb-core, usb-storage and ide-scsi modules are
> loaded I 
> created a directory to be mounted (mkdir -m 777 /mnt/camera).
> 
> Then, after have usb-pluged the camera, I did:
> mount -t vfat /dev/sda1 /mnt/camera

My problem is that the /dev/sda* files are not created. The modules
seem to be loaded ok.

Ram


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-01 Thread Francisco Alcaraz Ariza
I have conected a Nikon 755 under 9.0 and has work like a charm.

After be sure usb, usb-core, usb-storage and ide-scsi modules are loaded I 
created a directory to be mounted (mkdir -m 777 /mnt/camera).

Then, after have usb-pluged the camera, I did:
mount -t vfat /dev/sda1 /mnt/camera

And it worked fine, using konqueror or nautilus to move the files from the 
camera to my harddrive.

I tested this in a Toshiba laptop (SAtellite 4090) and a Pentium 4.



El Dom 01 Dic 2002 20:48, Munagala Ramanath escribió:
> Hi,
>
> I'm trying to use my Fuji FinePix 2600Z camera. It works fine with 8.2:
> When i plug it into the USB port, I get /dev/sda1 created and I can
> mount it.
>
> But on ML 9.0 no /dev/sd* devices get created; this is what I see in
> the
> logfile:
> -
> Nov 29 14:33:05 abc kernel: hub.c: USB new device connect on bus1/2,
> assigned device number 2
> Nov 29 14:33:05 abc kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x100)
> is not
> claimed by any active driver.
> Nov 29 14:33:08 abc /etc/hotplug/usb.agent: Setup usb-storage
> usb-storage for USB product 4cb/100/100
> Nov 29 14:33:09 abc kernel: Initializing USB Mass Storage driver...
> Nov 29 14:33:09 abc kernel: usb.c: registered new driver usb-storage
> Nov 29 14:33:09 abc kernel: scsi1 : SCSI emulation for USB Mass Storage
> devicesNov 29 14:33:09 abc kernel:   Vendor: Fujifilm  Model: FinePix
> 1400Zoom  Rev: 0100
> Nov 29 14:33:09 abc kernel:   Type:   Direct-Access
>  ANSI SCSI revision: 02
> Nov 29 14:33:09 abc kernel: USB Mass Storage support registered.
> Nov 29 14:52:37 abc kernel: usb-uhci.c: interrupt, status 3, frame#
> 1024
> -
>
> The same sort of thing happens when I plug in a USB card reader that
> has
> a SmartMedia card in it:
>
> -
> Nov 29 22:00:05 abc kernel: hub.c: USB new device connect on bus1/2,
> assigned device number 4
> Nov 29 22:00:05 abc kernel: scsi2 : SCSI emulation for USB Mass Storage
> devicesNov 29 22:00:05 abc kernel: usb-uhci.c: interrupt, status 4,
> frame# 28
> Nov 29 22:00:05 abc kernel:   Vendor: General   Model: Flash Disk Drive
>  Rev: 2.05
> Nov 29 22:00:05 abc kernel:   Type:   Direct-Access
>  ANSI SCSI revision: 02
> Nov 29 22:00:09 abc /etc/hotplug/usb.agent: Setup usb-storage for USB
> product 3538/1/205
> -
>
> Again, no /dev/sd* devices created, so I'm not sure what to mount.
>
> Any help is appreciated. Thanks.
>
> Ram
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] USB card reader support on 9.0 ?

2002-12-01 Thread Munagala Ramanath
Hi,

I'm trying to use my Fuji FinePix 2600Z camera. It works fine with 8.2:
When i plug it into the USB port, I get /dev/sda1 created and I can
mount it.

But on ML 9.0 no /dev/sd* devices get created; this is what I see in
the
logfile:
-
Nov 29 14:33:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 2
Nov 29 14:33:05 abc kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x100)
is not
claimed by any active driver.
Nov 29 14:33:08 abc /etc/hotplug/usb.agent: Setup usb-storage
usb-storage for USB product 4cb/100/100
Nov 29 14:33:09 abc kernel: Initializing USB Mass Storage driver...
Nov 29 14:33:09 abc kernel: usb.c: registered new driver usb-storage
Nov 29 14:33:09 abc kernel: scsi1 : SCSI emulation for USB Mass Storage
devicesNov 29 14:33:09 abc kernel:   Vendor: Fujifilm  Model: FinePix
1400Zoom  Rev: 0100
Nov 29 14:33:09 abc kernel:   Type:   Direct-Access
 ANSI SCSI revision: 02
Nov 29 14:33:09 abc kernel: USB Mass Storage support registered.
Nov 29 14:52:37 abc kernel: usb-uhci.c: interrupt, status 3, frame#
1024
-

The same sort of thing happens when I plug in a USB card reader that
has
a SmartMedia card in it:

-
Nov 29 22:00:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 4
Nov 29 22:00:05 abc kernel: scsi2 : SCSI emulation for USB Mass Storage
devicesNov 29 22:00:05 abc kernel: usb-uhci.c: interrupt, status 4,
frame# 28
Nov 29 22:00:05 abc kernel:   Vendor: General   Model: Flash Disk Drive
 Rev: 2.05
Nov 29 22:00:05 abc kernel:   Type:   Direct-Access
 ANSI SCSI revision: 02
Nov 29 22:00:09 abc /etc/hotplug/usb.agent: Setup usb-storage for USB
product 3538/1/205
-

Again, no /dev/sd* devices created, so I'm not sure what to mount.

Any help is appreciated. Thanks.

Ram


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com