 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

25th April 2011, 12:16 AM
|
 |
Registered User
|
|
Join Date: Mar 2009
Posts: 182

|
|
|
mtpfs package for Fedora?
How do I install the mtpfs package on Fedora? I don't see it under Add/Remove Software (I have rpmfusion repos enabled). Does anyone know if it is a part of some other package? Man, sometimes I wish Ubuntu and Fedora would not name their packages different.
And I really hope I don't have to do this but if I have to compile the package from source does anyone know where I can get the source package?
|

25th April 2011, 03:17 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: mtpfs package for Fedora?
Maybe what you're looking for is "libmtp" ?
Quote:
Summary : A software library for MTP media players
Description :
This package provides a software library for communicating with MTP
(Media Transfer Protocol) media players, typically audio players, video
players etc.
|
Oh... wait.
Code:
BASH:~/-> locate mtp | grep bin/
/usr/bin/pbmtpg
/usr/local/bin/mtpfs
/usr/sbin/smtp-sink
/usr/sbin/smtp-source
BASH:~/-> rpm -qf /usr/local/bin/mtpfs
file /usr/local/bin/mtpfs is not owned by any package
Yeah, now I recall. I compiled from source code. You can find the source code using Google.
Last edited by PabloTwo; 25th April 2011 at 03:21 AM.
|

26th April 2011, 02:23 AM
|
 |
Registered User
|
|
Join Date: Mar 2009
Posts: 182

|
|
|
Re: mtpfs package for Fedora?
I found this link with Google and it will only let me download a "read-only" version. Not exactly sure what that is but it doesn't have the files I need to compile it. Is there anywhere else I can get the source code?
|

26th April 2011, 02:32 AM
|
 |
Retired Community Manager
|
|
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371

|
|
|
Re: mtpfs package for Fedora?
Quote:
Originally Posted by dth4h
I found this link with Google and it will only let me download a "read-only" version. Not exactly sure what that is but it doesn't have the files I need to compile it. Is there anywhere else I can get the source code?
|
You can grab the source here:
http://www.adebenham.com/mtpfs/
Extract it and then read the INSTALL file for more information on the steps to install.
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
|

26th April 2011, 04:49 AM
|
 |
Registered User
|
|
Join Date: Mar 2009
Posts: 182

|
|
|
Re: mtpfs package for Fedora?
Thanks Seve for the package but I am getting this error:
Quote:
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FUSE... configure: error: Package requirements (fuse >= 2.2 glib-2.0 >= 2.6 gthread-2.0 >= 1.2 mad >= 0.15 id3tag >= 0.15 libmtp >= 0.0.9) were not met:
No package 'fuse' found
No package 'mad' found
No package 'id3tag' found
No package 'libmtp' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FUSE_CFLAGS
and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
|
I have fuse, id3tag, libmtp and I am pretty sure mad installed and they are passed the required version number. So I am not sure why it is giving me this error.
|

26th April 2011, 08:26 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: mtpfs package for Fedora?
You need to install the *-devel packages of those "missing" dependencies.
Code:
yum install fuse-devel libid3tag-devel libmtp-devel libmad-devel
|

1st May 2011, 10:14 PM
|
 |
Registered User
|
|
Join Date: Mar 2009
Posts: 182

|
|
|
Re: mtpfs package for Fedora?
It worked! Thanks
|

1st May 2012, 10:59 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,305

|
|
|
Re: mtpfs package for Fedora?
Quote:
Originally Posted by dth4h
I found this link with Google and it will only let me download a "read-only" version. Not exactly sure what that is but it doesn't have the files I need to compile it. Is there anywhere else I can get the source code?
|
That's the read-only version of the source. As in you can't make changes to the source code and then write them back to the repository, not a read only version of the mtpfs filesystem.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 00:59 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|