由於「連結未就緒」錯誤,電腦和 iPhone 之間的 USB 互連失敗

由於「連結未就緒」錯誤,電腦和 iPhone 之間的 USB 互連失敗

我正在嘗試透過 USB 閃電線連接到我的手機 (iPhone 6s),從而在我的筆記型電腦(運行 Ubuntu 18.04 的 Lenovo Thinkpad)上連接到網路。

這已經工作了幾個月,但突然失敗,可能是由於軟體/韌體升級。這是日誌的相關部分:

[  +0.012080] ipheth 1-3:4.2: Apple iPhone USB Ethernet device attached
[  +0.000012] usbcore: registered new interface driver ipheth
[  +0.009028] ipheth 1-3:4.2 enp0s20f0u3c4i2: renamed from eth0
[  +0.050073] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  +0.000002] Bluetooth: BNEP filters: protocol multicast
[  +0.000005] Bluetooth: BNEP socket layer initialized
[  +0.319300] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0u3c4i2: link is not ready
[  +0.000606] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0u3c4i2: link is not ready
[  +0.003802] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[  +0.186225] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[  +0.002091] IPv6: ADDRCONF(NETDEV_UP): wlp0s20f3: link is not ready
[  +0.193558] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[  +0.000488] IPv6: ADDRCONF(NETDEV_UP): wlp0s20f3: link is not ready
[  +0.087906] IPv6: ADDRCONF(NETDEV_UP): wlp0s20f3: link is not ready
[  +6.065263] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  +2.736662] Bluetooth: RFCOMM TTY layer initialized
[  +0.000011] Bluetooth: RFCOMM socket layer initialized
[  +0.000009] Bluetooth: RFCOMM ver 1.11
[  +1.081306] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
[  +0.000002] thinkpad_acpi: unhandled HKEY event 0x6032
[  +0.000000] thinkpad_acpi: please report the conditions when this event happened to [email protected]
[  +0.614643] thunderbolt 0000:04:00.0: stopping RX ring 0
[  +0.000011] thunderbolt 0000:04:00.0: disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
[  +0.000017] thunderbolt 0000:04:00.0: stopping TX ring 0
[  +0.000008] thunderbolt 0000:04:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[  +0.000008] thunderbolt 0000:04:00.0: control channel stopped
[ +10.943627] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
[  +0.000001] thinkpad_acpi: unhandled HKEY event 0x6032
[  +0.000001] thinkpad_acpi: please report the conditions when this event happened to [email protected]
[Dec10 08:14] rfkill: input handler disabled
[ +11.118975] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
[  +0.000004] thinkpad_acpi: unhandled HKEY event 0x6032

據推測,「連結未準備好」是失敗的地方?我想知道這是否是韌體/驅動程式問題,也許恢復升級可以解決問題?我要看看我是否能弄清楚該怎麼做。我可以使用手機作為無線熱點進行連接,但不能使用藍牙。

以下是最近升級的項目:

intel-microcode:amd64 (3.20191115.1ubuntu0.18.04.1, 3.20191115.1ubuntu0.18.04.2)
grub-common:amd64 (2.02-2ubuntu8.13, 2.02-2ubuntu8.14)
grub2-common:amd64 (2.02-2ubuntu8.13, 2.02-2ubuntu8.14)
grub-pc:amd64 (2.02-2ubuntu8.13, 2.02-2ubuntu8.14)
grub-pc-bin:amd64 (2.02-2ubuntu8.13, 2.02-2ubuntu8.14)
grub-efi-amd64-bin:amd64 (2.02-2ubuntu8.13, 2.02-2ubuntu8.14)
grub-efi-amd64-signed:amd64 (1.93.14+2.02-2ubuntu8.13, 1.93.15+2.02-2ubuntu8.14)
unattended-upgrades:amd64 (1.1ubuntu1.18.04.12, 1.1ubuntu1.18.04.13)
libnss3:amd64 (2:3.35-2ubuntu2.5, 2:3.35-2ubuntu2.6)
linux-firmware:amd64 (1.173.12, 1.173.13)

答案1

看來重新安裝可以解決apt install --reinstall <list-of-packages>這個問題。據推測,這意味著安裝在某種程度上已損壞,儘管我仍然不確定如何沒有以某種方式標記它,或者我如何從收到的錯誤訊息中找出這一點。但無論如何,問題現在已經解決了。

相關內容