public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* hama card reader 19in1 question on USB (not workie)
@ 2005-04-19 12:04 Grzegorz Piotr Jaskiewicz
  2005-04-19 13:36 ` DervishD
  0 siblings, 1 reply; 3+ messages in thread
From: Grzegorz Piotr Jaskiewicz @ 2005-04-19 12:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello

Does anyone have sucessfully used device in subject ?
It doesn't seem to work here. All I get is:


Apr 19 14:03:44 thinkpaddie kernel: usb 1-1.4: new full speed USB device
using uhci_hcd and address 7
Apr 19 14:03:44 thinkpaddie kernel: scsi5 : SCSI emulation for USB Mass
Storage devices
Apr 19 14:03:44 thinkpaddie kernel: usb-storage: device found at 7
Apr 19 14:03:44 thinkpaddie kernel: usb-storage: waiting for device to
settle before scanning
Apr 19 14:03:46 thinkpaddie usb.agent[13125]:      usb-storage: already
loaded
Apr 19 14:03:49 thinkpaddie kernel:   Vendor: USB Read  Model: CF Card
     CF  Rev: 1.8D
Apr 19 14:03:49 thinkpaddie kernel:   Type:   Direct-Access
         ANSI SCSI revision: 00
Apr 19 14:03:50 thinkpaddie kernel: Attached scsi removable disk sda at
scsi5, channel 0, id 0, lun 0
Apr 19 14:03:50 thinkpaddie kernel: usb-storage: device scan complete
Apr 19 14:03:50 thinkpaddie scsi.agent[13167]:      sd_mod: loaded
sucessfully (for disk)
Apr 19 14:03:50 thinkpaddie udev[13180]: configured rule in
'/etc/udev/rules.d/devfs.rules' at line 23 applied, added symlink '%k %c{2}'
Apr 19 14:03:50 thinkpaddie udev[13180]: configured rule in
'/etc/udev/rules.d/devfs.rules' at line 23 applied, 'sda' becomes '%c{1}'
Apr 19 14:03:50 thinkpaddie udev[13180]: creating device node
'/dev/scsi/host5/bus0/target0/lun0/disc'


But no SD card is detected, and I can't mount the card.

- --
GJ
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCZPPdi0HtPCVkDAURAh39AJ4xIwn3X95ez+Kmn9v/vm6LbbXVDgCffdol
+pDKDEIgxyNUy7iTugUxHPY=
=riFn
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hama card reader 19in1 question on USB (not workie)
  2005-04-19 12:04 hama card reader 19in1 question on USB (not workie) Grzegorz Piotr Jaskiewicz
@ 2005-04-19 13:36 ` DervishD
  2005-04-19 19:44   ` Grzegorz Piotr Jaskiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: DervishD @ 2005-04-19 13:36 UTC (permalink / raw)
  To: Grzegorz Piotr Jaskiewicz; +Cc: Linux Kernel Mailing List

    Hi Grzegorz :)

 * Grzegorz Piotr Jaskiewicz <gj@pointblue.com.pl> dixit:
> Apr 19 14:03:49 thinkpaddie kernel:   Vendor: USB Read  Model: CF Card
>      CF  Rev: 1.8D
> Apr 19 14:03:49 thinkpaddie kernel:   Type:   Direct-Access
>          ANSI SCSI revision: 00
[...]
> But no SD card is detected, and I can't mount the card.

    Only the first LUN is being detected. You need a kernel with
CONFIG_SCSI_MULTI_LUN in order to have all slots detected in the card
reader. I have a 8-in-1 card reader with 4 slots and I need multiple
LUN support.

    Try that ;)

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.dervishd.net & http://www.pleyades.net/
It's my PC and I'll cry if I want to...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hama card reader 19in1 question on USB (not workie)
  2005-04-19 13:36 ` DervishD
@ 2005-04-19 19:44   ` Grzegorz Piotr Jaskiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Grzegorz Piotr Jaskiewicz @ 2005-04-19 19:44 UTC (permalink / raw)
  To: DervishD; +Cc: Linux Kernel Mailing List

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks dude, it worked !


DervishD wrote:
>     Hi Grzegorz :)
> 
>  * Grzegorz Piotr Jaskiewicz <gj@pointblue.com.pl> dixit:
> 
>>Apr 19 14:03:49 thinkpaddie kernel:   Vendor: USB Read  Model: CF Card
>>     CF  Rev: 1.8D
>>Apr 19 14:03:49 thinkpaddie kernel:   Type:   Direct-Access
>>         ANSI SCSI revision: 00
> 
> [...]
> 
>>But no SD card is detected, and I can't mount the card.
> 
> 
>     Only the first LUN is being detected. You need a kernel with
> CONFIG_SCSI_MULTI_LUN in order to have all slots detected in the card
> reader. I have a 8-in-1 card reader with 4 slots and I need multiple
> LUN support.
> 
>     Try that ;)
> 
>     Raúl Núñez de Arenas Coronado
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCZV+ki0HtPCVkDAURAl+SAJ9EtCRBO1al5Q/jkYXAgMEpMdpmuACdE9ix
0g6SWend2Gta9G7mJuHR26o=
=0c55
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-19 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 12:04 hama card reader 19in1 question on USB (not workie) Grzegorz Piotr Jaskiewicz
2005-04-19 13:36 ` DervishD
2005-04-19 19:44   ` Grzegorz Piotr Jaskiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox