![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Just Give Me the Beans!
![]() Join Date: May 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
|
Re: USB flash device mounted as a music player
There's none on mine.
|
|
|
|
|
#12 |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Mar 2006
Location: Hampshire,UK
Beans: 1,783
Xubuntu 9.04 Jaunty Jackalope
|
This post could be related to an Ubuntu bug filed at: https://bugs.launchpad.net/ubuntu/+s...nfo/+bug/90286
---------------------------- Hey Guys, found a possible answer for this, works for me. Picked up the solution from here: https://bugs.launchpad.net/ubuntu/+s...nfo/+bug/90286 To handle this manually, insert your offending flash drive, and once loaded run Code:
lsusb Code:
tim@fiesty:~$ lsusb Bus 005 Device 006: ID 090c:1000 Feiya Technology Corp. Memory Bar Bus 005 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 006: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 The "Feiya Technology Corp. Memory Bar" is what we are looking for, yours might be a different model but the fix should be the same. This device carries the same product ID as other products that are music players. We need to remove the entry from: Code:
/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi Code:
sudo cp /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi.bak Code:
sudo gedit /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi Code:
<append key="portable_audio_player.input_formats" type="strlist">audio/x-ms-wma</append>
</match>
</match>
<!-- Feiya Technology Corp Memory Bar -->
<match key="@storage.originating_device:usb.vendor_id" int="0x090c">
<match key="@storage.originating_device:usb.product_id" int="0x1000">
<merge key="portable_audio_player.type" type="string">generic</merge>
<merge key="portable_audio_player.access_method" type="string">storage</merge>
<append key="portable_audio_player.input_formats" type="strlist">audio/mpeg</append>
</match>
</match>
<!-- Peak Digital Audio Player -->
<match key="@storage.originating_device:usb.vendor_id" int="0xd7d">
Reinsert your flash drive and it should now appear as a flash drive/disk and not invoke the music app! This action may get broken again by hal backports or updates, until the devs sort it out. If it doesn't work, restore your original .fdi file Hope this helps (you do all this at your own risk, I can't take responsibility if this does damage to your system!)
__________________
Experience is the only genuine knowledge Karmic kernel for my dvb card (Asustek Dual P7131) now fixed thanks to Vink's custom kernel from Alexey's patch Bimmablog |
|
|
|
|
#13 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2005
Location: Tamworth, UK
Beans: 138
Gutsy Gibbon Testing
|
Re: USB flash device mounted as a music player
Nice one, worked like a charm.
And thanks for the PM alerting me to your post! |
|
|
|
|
#14 |
|
Just Give Me the Beans!
![]() Join Date: Apr 2006
Beans: 32
Ubuntu 7.04 Feisty Fawn
|
Re: USB flash device mounted as a music player
Thanks, worked for me too.
|
|
|
|
|
#15 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 1
|
Re: USB flash device mounted as a music player
I've tried this workaround, and it works concerning the wrong recognization, but I'm not able to mount the device.
Anyone could help? (thanks in advance, and sorry 4 my english, I'm italian) |
|
|
|
|
#16 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 1
|
Re: USB flash device mounted as a music player
I tried but I could not find a Feiya Memory Bar entry anywhere.
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|