On 05/27/2013 06:22 PM, Scott Robbins wrote:
On Mon, May 27, 2013 at 04:08:58PM +0000, Rock wrote:
On Sun, 26 May 2013 01:46:34 -0400, Scott Robbins wrote:
Thanks. I made a bunch of guesses how to proceed. I'm sure I erred, but here's what I did. What should I correct by way of use model?
I'm not sure what the next step is (either rpm -ivh or rpm -Uvh) $ sudo rpm -ivh libmtp-1.1.6-0.el6.x86_64.rpm ==> Preparing... ########################################### [100%] ==> 1:libmtp ############################################## [100%]
You can always use Uvh which should update. When I played with it, I first removed the older libmpt libraries. U is for update, but it didn't in my case, saying a library supplied by the older version was required by vlc.
If there is nothing to be updated, Uvh will just install. At any rate, from
You should have just used two commands: yum remove vlc and yum update <libmtp filename> Yum will always install/update local files and deal with missing dependencies.
==> gvfs-gphoto2-vo[3575]: segfault at 3 ip 00007f886e7ac290 sp 00007fffacd22980 error 4 in ptp2.so[7f886e78c000+4f000]
This is where the problem was created, this segfault is most likely why you had empty directories.
Here is part of the answer: On 05/24/2013 06:56 PM, Farkas Levente wrote:
gphoto package in rhel/centos is way too old. unfortunately gnome use gvfs-gphoto2 libgphoto2 to handle automount both for mtp and ptp. so you're not able to use it what's more it's better to remove gvfs-gphoto. on the other hand if you rebuild: libmtp and simple-mtpfs from fedora, them it'll work on rhel/centos-6 too.
So you might try removing gvfs-gphoto2 and see if you get anywhere.