Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

System and Network configuration • Internet network service using USB phone

$
0
0
the answer is:
I had to install libimobiledevice + usbmuxd.service
It means the following Debian packages (in my Debian Bookworm with Gnome and Mate installed):

Code:

$ apt list usbmuxd libimobiledevice6Listing... Donelibimobiledevice6/stable,now 1.3.0-6+b3 amd64 [installed,automatic]usbmuxd/stable,now 1.1.1-2 amd64 [installed,automatic]
The usbmuxd package depends on libimobiledevice6:

Code:

$ apt show usbmuxdPackage: usbmuxdVersion: 1.1.1-2Priority: optionalSection: utilsMaintainer: gtkpod Maintainers <pkg-gtkpod-devel@alioth-lists.debian.net>Installed-Size: 120 kBDepends: libc6 (>= 2.17), libimobiledevice6 (>= 1.3.0), libplist3 (>= 2.2.0), libusb-1.0-0 (>= 2:1.0.22), adduserHomepage: https://github.com/libimobiledevice/usbmuxdTag: hardware::embedded, hardware::usb, implemented-in::c, interface::daemon, role::program, use::synchronizingDownload-Size: 41.6 kBAPT-Manual-Installed: noAPT-Sources: http://deb.debian.org/debian bookworm/main amd64 PackagesDescription: USB multiplexor daemon for iPhone and iPod Touch devices usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package includes udev rules to start the daemon when a supported device is plugged in, and stop it when all devices are removed. 
The libimobiledevice6 package have the following reverse dependencies (packages that depends on it and should install automatically it) :

Code:

apt rdepends libimobiledevice6libimobiledevice6Reverse Depends:  Dipende: libimobiledevice-dev (= 1.3.0-6+b3)  Dipende: libimobiledevice6-dbgsym (= 1.3.0-6+b3)  Dipende: usbmuxd (>= 1.3.0)  Dipende: libkf5solid5 (>= 1.3.0)  Dipende: python3-imobiledevice (>= 1.3.0)  Dipende: libimobiledevice-utils (>= 1.3.0)  Dipende: ipheth-utils (>= 0.9.7)  Dipende: libgpod4 (>= 1.3.0)  Dipende: libgpod-common (>= 1.3.0)  Dipende: ifuse (>= 1.2.0)  Dipende: gvfs-backends (>= 1.3.0)  Dipende: idevicerestore (>= 1.3.0)  Dipende: ideviceinstaller (>= 1.3.0)
Among them, libkf5solid5 (installed by KDE) and (gvfs-backends) installed by Gnome (and alike).

What is your Desktop Enviroment (Gnome, KDE, other ..) ?

Statistics: Posted by Aki — 2024-01-04 10:09 — Replies 3 — Views 78



Viewing all articles
Browse latest Browse all 3560

Trending Articles