Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Motorola Atrix USB Storage issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1322
Location: London

PostPosted: Sun Jan 01, 2012 9:59 am    Post subject: Motorola Atrix USB Storage issue Reply with quote

Hello,

Not sure if anyone's come across this, but I have a Motorola Atrix... when I mount it as USB storage, I can only access one of the block devices - i.e. it has ~10GB internal storage and a 16GB microsd card. the expected behaviour is to see both devices as seperate block devices, say sdc/sdd - but I can only see sdc.

I guess I have to suspect udev here...? Does anyone else have this issue (or more interestingly, not have this issue?)

looking at dmesg... I wonder if it's 'giving both' sdc so the second is all ~I see... I need to have a fiddle I think...

Code:
usb 2-4: new high speed USB device number 2 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=708f
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi6 : usb-storage 2-4:1.0
scsi 6:0:0:0: Direct-Access     Motorola MB860            0000 PQ: 0 ANSI: 2
sd 6:0:0:0: [sdc] Attached SCSI removable disk
usb 2-4: USB disconnect, device number 2
usb 2-4: new high speed USB device number 3 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=708f
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi7 : usb-storage 2-4:1.0
scsi 7:0:0:0: Direct-Access     Motorola MB860            0000 PQ: 0 ANSI: 2
sd 7:0:0:0: [sdc] Attached SCSI removable disk
usb 2-4: USB disconnect, device number 3
usb 2-4: new high speed USB device number 4 using ehci_hcd
usb 2-4: New USB device found, idVendor=22b8, idProduct=7086
usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-4: Product: MB860
usb 2-4: Manufacturer: Motorola
usb 2-4: SerialNumber: xxxx
scsi8 : usb-storage 2-4:1.0
scsi 8:0:0:0: Direct-Access     Motorola MB860            0000 PQ: 0 ANSI: 2
sd 8:0:0:0: [sdc] Attached SCSI removable disk
sd 8:0:0:0: [sdc] 22467584 512-byte logical blocks: (11.5 GB/10.7 GiB)
sd 8:0:0:0: [sdc] No Caching mode page present
sd 8:0:0:0: [sdc] Assuming drive cache: write through
sd 8:0:0:0: [sdc] No Caching mode page present
sd 8:0:0:0: [sdc] Assuming drive cache: write through
 sdc:
Back to top
View user's profile Send private message
acidrums4
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2009
Posts: 108
Location: Al otro lado del monitor

PostPosted: Sun May 06, 2012 2:20 pm    Post subject: Reply with quote

Did you solve this issue? I'm about to buy an Atrix, but if this happen I will have a headache (I had the same issue with my last phone, a Motorola Z6).

Googling around, I found that maybe you don't have set CONFIG_SCSI_MULTI_LUN in your kernel config...
Back to top
View user's profile Send private message
sgarcia
Apprentice
Apprentice


Joined: 21 May 2003
Posts: 246
Location: Bakersfield, CA

PostPosted: Mon May 07, 2012 12:28 am    Post subject: Reply with quote

I don't have an Atrix, but I do have several devices that *should* mount their SD cards separately. This didn't work until I went into the kernel and changed the SCSI driver to probe all LUNs.

CONFIG_SCSI_MULTI_LUN=y

Once I set this, that problem went away.
_________________
Ignorance killed the cat. Curiosity was framed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum