After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672005 - support for non-usb mass storage devices
support for non-usb mass storage devices
Status: RESOLVED DUPLICATE of bug 581018
Product: banshee
Classification: Other
Component: general
2.2.1
Other Linux
: Normal enhancement
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-13 16:40 UTC by Fabrice Bellet
Modified: 2012-03-13 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
handle non usb mass storage devices (1.21 KB, patch)
2012-03-13 16:40 UTC, Fabrice Bellet
none Details | Review

Description Fabrice Bellet 2012-03-13 16:40:45 UTC
Created attachment 209624 [details] [review]
handle non usb mass storage devices

Hi!

I own a sansa fuze v2 player, with rockbox, and use a micro-SD card in this device as the main storage place to put my music on. The advantage oh this method is that a micro-SD card with a SD adapter can be read on my computer without supplementary cables (which is a good thing, as the USB cable for this player has a proprietary connector...)

I wanted to try banshee and use this SD card as my sync device, but a found a different behaviour on a Dell box (where the SD card is handled by the usb storage kernel layer, because the SD card reader is an USB device), and on a X220 thinkpad, where the SD card is handled by the MMC layer.

So, after looking a bit at the source code, I found that the MassStorageSource class makes the assumption that a mass storage device is always tied to an usb device. This very simple workaround seems to work for me : it allows me to see my SD card, via the mmc layer on the thinkpad, as a rockbox device in banshee.
Comment 1 Bertrand Lorentz 2012-03-13 18:39:57 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

I'll move the patch to the main bug.

*** This bug has been marked as a duplicate of bug 581018 ***