无法在 Linux 中安装 iPhone 5 - lsusb 找到设备 / 没有 dmesg / ipheth 命令未找到 / idevicemount 设备未找到

And*_*rew 2 linux usb mount iphone

正如标题所规定的,我正在尝试在 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
Run Code Online (Sandbox Code Playgroud)

lsmod | grep ipheth 返回:

ipheth                 16384  0
usbcore               172032  5 uhci_hcd,ehci_hcd,ehci_pci,ipheth
Run Code Online (Sandbox Code Playgroud)

小智 5

您是否重新安装了所有软件包?

//如果使用 libimobiledevice usbmuxd

要测试打开两个终端:

1号航站楼:

# usbmuxd -f -v
Run Code Online (Sandbox Code Playgroud)

终端2:

# idevicepair pair
# idevicebackup -i backup --full backupdir
Run Code Online (Sandbox Code Playgroud)

如果工作正常,您可以启用并启动 systemd 服务:

# systemctl enable usbmuxd
# systemctl start usbmuxd
Run Code Online (Sandbox Code Playgroud)