I figured it out! It's the file:

/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi

The vendor id for SanDisk players is missing a leading zero. Line 445 of
the file reads:

        <match key="@storage.originating_device:usb.vendor_id"
int="0x781">

when it should read:

        <match key="@storage.originating_device:usb.vendor_id"
int="0x0781">

Now my e280 is mounting as expected. Spread the word, there are lots of
duplicate bugs I'll bet are being caused by this!

-- 
Sandisk Sansa e250 won't connect
https://bugs.launchpad.net/bugs/345916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to