|
|||||||
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Does anybody know how to do it??
|
|
|
|||
|
|
|
#2
|
||||
|
||||
|
I think you have a MTP device.
The first thing to do is to check whether it is supported by libmtp, the library used to connect to those devices on Linux. Install the mtp-tools package and type this command to a terminal console: mtp-detect. The output should let you know how the software sees your device. But libmtp also provides a supported devices list where the closer player I see is the: 041e:4162 Creative ZEN X-Fi for the last libmtp version. So if you are ready to invest a little time on this, download the libmtp source. Extract the content (tar zxf libmtp-1.0.x.tar.bz) and follow their advices as written in the README file: Quote:
It's not very hard to do, open the file and add two lines like the one for the Zen X-FI: Code:
{ "Creative", 0x041e, "ZEN X-Fi", 0x4162,
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
Put the right IDs corresponding to your X-FI2. Use the lsusb command on a terminal to get them (first ID for the make, second ID for the model). So you will end with something like: Code:
{ "Creative", 0x041e, "ZEN X-Fi2", 0x****,
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
Then install the software following the INSTALL file instructions (./configure, make, make install). If everything is OK your player will be recognized by mtp-detect and other softwares supporting MTP devices, like music managers: Banshee, Amarok, Rhythmbox, etc. Please share your device's IDs and experience so we can help libmtp developers to improve their library. |
|
#3
|
||||
|
||||
|
The X-Fi2 is MSC, don't know if that causes problems with your method though.. (I don't know linux at all)
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
Ok, thank you for correcting me. That's new from Creative.
So you can use Banshee with the Mass Storage Media Player Support extension. Rythmbox, Exaile and maybe other music managers too. To work better you can add a special file in the root of the player named .is_audio_player. This file will tell the system your device is a media device and not only a storage disk and present the file formats supported. Read the Rhythmbox FAQ about it. Once recognized you will be able to see it inside the music manager and drop/send music to it. |
|
#6
|
||||
|
||||
|
Okay, thanks for all the info!
I just downloaded Banshee, and it works really well. Thank you!
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 10:55 AM.












I just downloaded Banshee, and it works really well. Thank you!
Linear Mode
