Hi folks, just checking if others have had this issue. I don't connect my iPhone too often, but when I recently tried, after the kernel upgrades to 5.10.x, my device was no longer detected. I've tried different cables, and different machines, but none of them detect it. It worked fine pre-upgrade with the 5.6.x kernel series. The device does not show up in lsusb
output, and is not available in any way to other programs.
dmesg
, however does show that the kernel has detected it:
[249930.158497] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[249930.287102] usb 2-1: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=12.01
[249930.287109] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[249930.287112] usb 2-1: Product: iPhone
[249930.287114] usb 2-1: Manufacturer: Apple Inc.
[249930.287117] usb 2-1: SerialNumber: 00008030001539500A13802E
[249930.433671] usbcore: registered new device driver apple-mfi-fastcharge
libimobiledevice
and lib{,usbmuxd}
are installed...
eopkg list-installed | egrep 'idevice|imobile|usbmux'
libimobiledevice - A library to communicate with services of Apple iOS devices using native protocols.
libusbmuxd - A client library to multiplex connections from and to iOS devices by connecting to a socket provided by a usbmuxd daemon.
usbmuxd
Anyone else experiencing this issue?