我有一个iPhone 1(3G 或无论它应该被称为什么)
我在 Virtualbox 中运行 Lubuntu 20.04。
我尝试在 Windows7 下(在 Virtualbox 中)运行 iTunes,但 iTunes 未检测到设备。
我尝试在 wine 下(在 Lubuntu 20.04 中)运行 iTunes,但 iTunes 未检测到设备。
各文章(见结尾*)建议libimobiledevice
,,,等等fuse
。libmuxd
我创建了挂载点:
sudo mkdir /media/iphone
我得到以下信息:
~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05ac:1292 Apple, Inc. iPhone 3G
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg | grep -i iphone
[ 136.336274] usb 1-2: Product: iPhone
[ 1260.165423] usb 1-2: Product: iPhone
$ sudo idevicepair pair
[sudo] password for alan:
No device found, is it plugged in?
$ sudo ifuse /media/iphone
No device found, is it connected?
If it is make sure that your user has permissions to access the raw usb device.
If you're still having issues try unplugging the device and reconnecting it.
我试过拔下电源再重新插上。我试过重启电脑。
结果一样。
ifuse
有一个选项-u, --udid UDID mount specific device by UDID
但是在iPhone中Settings > General > About
只显示IMEI
和ICCID
。
任何建议都非常感谢。谢谢。
*
如何在 Ubuntu 22.04 上安装 iPhone?
https://opensource.com/article/21/8/libimobiledevice-iphone-linux
https://www.maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/
https://www.bollyinside.com/articles/how-to-use-an-iphone-with-linux/
https://cellularnews.com/mobile-phone/how-to-use-iphone-with-linux-complete-guide/