PDA

View Full Version : [ubuntu] Problem connecting to iphone



_Aries_
April 10th, 2011, 04:12 PM
I have been trying to research this topic for a while now, trying to connect to my iphone iOS 4.2 (jb).

I get this error when connecting it:

DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

I've found some solutions to this and this is what I tried:

sudo add-apt-repository ppa:pmcenery/ppa
sudo apt-get update
sudo apt-get dist-upgrade

But whenever I do the apt-get dist-upgrade, I get this error:

Errors were encountered while processing:
/var/cache/apt/archives/libimobiledevice1_1.0.6-1ubuntu1~maverick1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Is there a way to fix this? I think this is my problem. Im running Ubuntu 10.10, connecting to Banshee.

_Aries_
April 11th, 2011, 03:33 AM
no one knows?

wigout
May 7th, 2011, 02:47 PM
I've been having this trouble too-

It had been working for me and then libimobiledevice failed to update.

I took these steps:

sudo add-apt-repository ppa:pmcenery/ppa
sudo apt-get update
sudo apt-get dist-upgradewhich eventually gave this error:

Preparing to replace libimobiledevice1 1.0.4-1ubuntu1~maverick1 (using .../libimobiledevice1_1.0.6-1ubuntu1~maverick1_i386.deb) ...
Unpacking replacement libimobiledevice1 ...
dpkg: error processing /var/cache/apt/archives/libimobiledevice1_1.0.6-1ubuntu1~maverick1_i386.deb (--unpack):
trying to overwrite '/usr/share/hal/fdi/information/20thirdparty/31-apple-mobile-device.fdi', which is also in package libimobiledevice0 0.9.7-1ubuntu1
I used synaptic to remove/uninstall libimobiledevice0
Then I used synaptic to upgrade/install libimobiledevice1

I haven't yet connected my ipad to double check that it works, but the upgrade error I had been receiving:

Let me know if that works for you,
wigout