View previous topic :: View next topic |
Author |
Message |
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Sat Apr 07, 2012 8:36 pm Post subject: SOLVED external usb mass storage devices not recognized |
|
|
i have an android phone and a BMW Navigator IV (garmin zumo 660) each of which have and internal usb mass storage device and an external usb mass storage device (micro sd card).
When I plug either into my gentoo laptop the internal device is recognized however the external devices are not.
Anyone have any insight on this problem?
On my windows laptop both mass storage devices are recognized.
Thanks,
Gene
Last edited by imesg on Mon Apr 09, 2012 8:58 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54782 Location: 56N 3W
|
Posted: Sat Apr 07, 2012 8:40 pm Post subject: |
|
|
imesg,
In your kernel, you probably need Code: | [*] Probe all LUNs on each SCSI device |
USB storage devices typically expose multiple volumes as different SCSI Logical Units on the same device.
Without that kernel option, you only get logical unit 0. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Mon Apr 09, 2012 8:57 pm Post subject: |
|
|
NeddySeagoon wrote: | imesg,
In your kernel, you probably need Code: | [*] Probe all LUNs on each SCSI device |
USB storage devices typically expose multiple volumes as different SCSI Logical Units on the same device.
Without that kernel option, you only get logical unit 0. |
Thanks Neddy. This has confounded for a while and all I had to do was ask. |
|
Back to top |
|
|
FastTurtle Guru
Joined: 03 Sep 2002 Posts: 500 Location: Flakey Shake & Bake Caliornia, USA
|
Posted: Fri Mar 15, 2013 1:18 am Post subject: |
|
|
That might fix a minor buggaboo of mine
I didn't have that checked for some reason |
|
Back to top |
|
|
|