Hi,

Between the 14 Feb., 2012 Angstrom image with kernel 2.6.5+, and image
2.6.15 of 1 May, 2012, usb drives (whether flash or actual hard
drives) are no longer recognized on the beaglebone rev. A5 That is,
the drives no longer show up in /proc/partitions.

Here are the logs and partition table dumps:

################################################
## BROKEN: kernel 2.6.15

root@beaglebone:~# dmesg
   ...
[  382.573425] usb 1-1.4: new high-speed USB device number 8 using musb-hdrc
[  382.678955] usb 1-1.4: New USB device found, idVendor=090c, idProduct=6200
[  382.678985] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[  382.679016] usb 1-1.4: Product: Generic USB2.0 card 
[  382.679016] usb 1-1.4: Manufacturer: Silicon Motion, Inc.
[  382.679016] usb 1-1.4: SerialNumber: 12345678901234567890
[  382.679992] usb-storage: USB Mass Storage device detected
[  382.682037] usb-storage: -- associate_dev
[  382.682037] usb-storage: Vendor: 0x090c, Product: 0x6200, Revision: 0x0100
[  382.682067] usb-storage: Interface Subclass: 0x06, Protocol: 0x50
[  382.682067] usb-storage: Transport: Bulk
[  382.682098] usb-storage: Protocol: Transparent SCSI
[  382.682220] scsi1 : usb-storage 1-1.4:1.0
[  382.682708] usb-storage 1-1.4:1.0: waiting for device to settle before 
scanning
[  382.687835] usb-storage: *** thread sleeping.
[  383.673400] usb-storage 1-1.4:1.0: starting scan
[  383.673431] usb-storage: usb_stor_control_msg: rq=fe rqtype=a1 value=0000 
index=00 len=1
[  383.673553] usb-storage: GetMaxLUN command result is 1, data is 0
[  383.673614] usb-storage 1-1.4:1.0: scan complete
root@beaglebone:~# cat /proc/partitions 
major minor  #blocks  name

 179        0    3813376 mmcblk0
 179        1      72261 mmcblk0p1
 179        2    3494137 mmcblk0p2

##################################################
##  WORKING: kernel 2.6.5+ 

root@beaglebone:~# dmesg
   ...
[  455.277089] usb 1-1.4: new high-speed USB device number 8 using musb-hdrc
[  455.382771] usb 1-1.4: New USB device found, idVendor=090c, idProduct=6200
[  455.382797] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[  455.382818] usb 1-1.4: Product: Generic USB2.0 card 
[  455.382833] usb 1-1.4: Manufacturer: Silicon Motion, Inc.
[  455.382849] usb 1-1.4: SerialNumber: 12345678901234567890
[  455.386210] scsi1 : usb-storage 1-1.4:1.0
[  456.388571] scsi 1:0:0:0: Direct-Access     Generic  USB  SD Reader   1.00 
PQ: 0 ANSI: 0 CCS
[  456.396383] sd 1:0:0:0: Attached scsi generic sg0 type 0
[  456.398910] sd 1:0:0:0: [sda] 62535680 512-byte logical blocks: (32.0 
GB/29.8 GiB)
[  456.399340] sd 1:0:0:0: [sda] Write Protect is off
[  456.399364] sd 1:0:0:0: [sda] Mode Sense: 4b 00 00 08
[  456.399784] sd 1:0:0:0: [sda] No Caching mode page present
[  456.405528] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  456.425964] sd 1:0:0:0: [sda] No Caching mode page present
[  456.431781] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  456.444378]  sda: sda1
[  456.446890] sd 1:0:0:0: [sda] No Caching mode page present
[  456.452722] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  456.459115] sd 1:0:0:0: [sda] Attached SCSI removable disk
root@beaglebone:~# cat /proc/partitions 
major minor  #blocks  name

 179        0    3813376 mmcblk0
 179        1      72261 mmcblk0p1
 179        2    3494137 mmcblk0p2
   8        0   31267840 sda
   8        1   31266816 sda1
###################################################

Any ideas?

#-----------------------------------
#  John Brzustowski
#  14 Hillcrest Ave., Wolfville, NS 
#  B4P 1T4    Canada  

_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to