正如标题所述,我正在尝试在 Arch Linux 中安装我的 iPhone 5。
lsusb
找到该设备
并返回Bus 005 Device 006: ID 05ac:12a8 Apple, Inc. iPHone5/5C/5S/6
dmesg | grep "Apple"
不返回任何内容
我安装了 ifuse、libimobiledevice 和 usbmuxd,但ipheth
返回"command not found"
idevicepair pair
返回"No device found, is it plugged in?"
ideviceinfo
也返回"No device found, is it plugged in?"
有什么提示吗?
谢谢
编辑
dmesg | grep ipheth
返回:
[ 20.150489] ipheth 5-6:4.2: Apple iPhone USB Ethernet device attached
[ 20.150578] usbcore: registered new interface driver ipheth
[ 20.155172] ipheth 5-6:4.2 enp0s29f7u6c4i2: renamed from eth0
lsmod | grep ipheth
返回:
ipheth 16384 0
usbcore 172032 5 uhci_hcd,ehci_hcd,ehci_pci,ipheth
答案1
您是否重新安装了所有软件包?
//如果使用 libimobiledevice usbmuxd
要测试,请打开两个终端:
1号航站楼:
# usbmuxd -f -v
航站楼2:
# idevicepair pair
# idevicebackup -i backup --full backupdir
如果可以的话,您可以启用并启动 systemd 服务:
# systemctl enable usbmuxd
# systemctl start usbmuxd