I have a new MP3 player - Samsung P2 - that is not recognized by my Gutsy. It's not in "storage media", and is not seen by Amarok.
I tried installing mtp-tools, then running mtp-detect, but it's not detected.
I tried
but I get
What does it mean? What repository should I enable to install libmtp?
I tried downloading the sources, but ./configure fails with
I tried typing the setenv command, but it says "bash: setenv: command not found".
So... Would installing the libmtp solve my problem? if so, how do I install them? If not... what else can I try?
Of course the player is working fine with Vista...
Thanks,
Cristian
I tried installing mtp-tools, then running mtp-detect, but it's not detected.
I tried
Code:
sudo apt-get install libmtp2
Code:
Package libmtp2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libmtp2 has no installation candidate
I tried downloading the sources, but ./configure fails with
Code:
configure: error: I can't find the libusb libraries on your system. You may need to set the LDFLAGS environment variable to include the search path where you have libusb installed before running configure (e.g. setenv LDFLAGS=-L/usr/local/lib)
So... Would installing the libmtp solve my problem? if so, how do I install them? If not... what else can I try?
Of course the player is working fine with Vista...
Thanks,
Cristian
Comment