I have a USB media player that appears, when connected to a Ubuntu box, as two mass storage devices. The first, I believe, is a fake mass storage device and is used to control the video player. The second is an actual SDcard mass storage device and contains the media files.
This all works fine on the fully equipped USB host Ubuntu box. But I ultimately want to control the media player using a PIC processor acting like a USB host.
Currently, the PIC processor can read a USB thumb drive. I was hoping I could start off by connecting the media player in place of the USB thumb drive and similarly read the SDcard inside the media player. But no such luck.
On the Ubuntu system the SDcard was the second of the two mass storage devices found on the media player. So I am thinking the SDcard would be the 2nd enumerated device. Humm, if true, anyone know how to point the PIC processor to the 2nd enumerated mass storage device?
-thanks