[gelöst] Kann Android Smartphone nicht per USB einhängen.

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
1234xy
Beiträge: 54
Registriert: 03.09.2023 12:26:42

[gelöst] Kann Android Smartphone nicht per USB einhängen.

Beitrag von 1234xy » 25.03.2025 12:05:26

Mein Android Smartphone wird beim Verbinden per USB nicht erkannt bzw. ich kann es nicht zur Datenübertragung einhängen.

Code: Alles auswählen

Ungültige Adresse (URL): mtp:udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/.
Zur Info, Debian ist frisch installiert. Fehler am Kabel, Smartphone kann ich ausschließen und ja, auf dem Smartphone würde die Datenübertragung auch aktiviert.
Duckduckgo liefert mir leider keine brauchbare Antwort.
Zuletzt geändert von 1234xy am 25.03.2025 16:30:16, insgesamt 1-mal geändert.
Debian 12 * * * KDE-Plasma-Version: 5.27.5 * * * Kernel-Version: 6.1.0-32-amd64 * * * Plattform: Wayland

uname
Beiträge: 12566
Registriert: 03.06.2008 09:33:02

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von uname » 25.03.2025 12:11:15

Es kann sein, dass dein System noch nicht mit MTP-Geräten umgehen kann. Welchen Desktop nutzt du? Welchen Dateimanager? Falls du KDE nutzt (wie in deiner Signatur zu lesen ist) kann vielleicht Debiankio-extras helfen. Leider kenne ich mich mit KDE nicht aus. Vielleicht ist das auch standardmäßig schon installiert. Hüpft der Mauszeiger immer noch?

holyhit
Beiträge: 206
Registriert: 05.08.2023 11:27:42

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von holyhit » 25.03.2025 12:19:22

Versuche doch mal jmtpfs

Code: Alles auswählen

sudo apt install jmtpfs 
Dann z.B. einen Ordner erstellen in dem du mountest oder einen vorhandenen ordner nehmen.

Code: Alles auswählen

jmtpfs ~/deinordner
Eventuell sudo voranstellen.

Lg
keep_the_spirit_of_the_reallife
Thinkpad T460s -- Thinkpad A285 -- HP Compaq CQ58

1234xy
Beiträge: 54
Registriert: 03.09.2023 12:26:42

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von 1234xy » 25.03.2025 12:55:07

Ja, KDE so wie in der Signatur.

Code: Alles auswählen

jmtpfs 
hat leider nicht geholfen.
Bislang hatte ich auf keine meiner Rechner mit Debian damit ein Problem. Smartphone per USB Kabel anschließen und ich konnte Daten übertragen.
Ich brauchte auch nichts installieren, es funktioniert wie es sollte.
Debian 12 * * * KDE-Plasma-Version: 5.27.5 * * * Kernel-Version: 6.1.0-32-amd64 * * * Plattform: Wayland

Benutzeravatar
thunder11
Beiträge: 2501
Registriert: 19.04.2023 09:08:30

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von thunder11 » 25.03.2025 13:37:46

Ruf mal im Terminal (evtl. als Root)

Code: Alles auswählen

journalctl -f
-vorher ziehst un dein Handy vom USB ab - auf,
dann verbinden und die Ausgabe hier einstellen.
Sollte so beginnen:

Code: Alles auswählen

 new high-speed USB device number 10 using xhci_hcd

1234xy
Beiträge: 54
Registriert: 03.09.2023 12:26:42

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von 1234xy » 25.03.2025 14:31:13

als root, nicht angeschlossen:

Code: Alles auswählen

kwin_wayland[930]: pw.conf: can't load config client.conf: Datei oder Verzeichnis nicht gefunden
kwin_wayland[930]: pw.conf: can't load default config client.conf: Datei oder Verzeichnis nicht gefunden
kwin_wayland_wrapper[930]: kwin_screencast: Failed to create PipeWire context
plasmashell[1015]: error creating screencast "Failed to create PipeWire context"
plasmashell[1015]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
systemd[860]: Started app-org.kde.konsole-4b9baa2abf9a4950952e161e66896688.scope - Konsole - Terminal.
plasmashell[12007]: kf.xmlgui: Shortcut for action  "" "Schnellbefehle anzeigen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
plasmashell[12007]: kf.xmlgui: Shortcut for action  "" "SSH-Verwaltung anzeigen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
su[12021]: (to root) ich on pts/1
su[12021]: pam_unix(su:session): session opened for user root(uid=0) by ich(uid=1000)
und angeschlossen:

Code: Alles auswählen

kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
kernel: usb 1-11: Product: Mi 10T Lite
kernel: usb 1-11: Manufacturer: Xiaomi
kernel: usb 1-11: SerialNumber: f073b18b
plasmashell[1015]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
plasmashell[1015]: kf5idletime_wayland: This plugin does not support polling idle time
plasmashell[1015]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/extras/ExpandableListItem.qml:291: TypeError: Cannot read property 'enabled' of null
plasmashell[1015]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
plasmashell[1015]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
plasmashell[1015]: kf5idletime_wayland: This plugin does not support polling idle time
Debian 12 * * * KDE-Plasma-Version: 5.27.5 * * * Kernel-Version: 6.1.0-32-amd64 * * * Plattform: Wayland

rhHeini
Beiträge: 2814
Registriert: 20.04.2006 20:44:10

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von rhHeini » 25.03.2025 15:03:37

bei mir hat sich vor vier jahren das jmtpfs mit fuse bzw. fuse3 gebissen. funktioniert hat mtp und gvfs.

check mal nach was du installiert hast:

Code: Alles auswählen

# apt list libmtp*
Auflistung… Fertig
libmtp-common/stable,now 1.1.20-1 all  [Installiert,automatisch]
libmtp-dev/stable 1.1.20-1 amd64
libmtp-doc/stable 1.1.20-1 all
libmtp-runtime/stable,now 1.1.20-1 amd64  [installiert]
libmtp9/stable,now 1.1.20-1 amd64  [Installiert,automatisch]

# apt list mtp*
Auflistung… Fertig
mtp-tools/stable 1.1.20-1 amd64
mtpaint/stable 3.40-3.1+b2 amd64
mtpolicyd/stable 2.05-1.1 all

# apt list gvfs*
Auflistung… Fertig
gvfs-backends/stable,now 1.50.3-1 amd64  [installiert]
gvfs-common/stable,now 1.50.3-1 all  [Installiert,automatisch]
gvfs-daemons/stable,now 1.50.3-1 amd64  [Installiert,automatisch]
gvfs-fuse/stable,now 1.50.3-1 amd64  [installiert]
gvfs-libs/stable,now 1.50.3-1 amd64  [Installiert,automatisch]
gvfs/stable,now 1.50.3-1 amd64  [Installiert,automatisch]
die mtptools auch zu installieren schadet nicht.

1234xy
Beiträge: 54
Registriert: 03.09.2023 12:26:42

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von 1234xy » 25.03.2025 16:18:03

sieht identisch aus:

Code: Alles auswählen

Auflistung… Fertig
libmtp-common/stable,now 1.1.20-1 all  [Installiert,automatisch]
libmtp-dev/stable 1.1.20-1 amd64
libmtp-doc/stable 1.1.20-1 all
libmtp-runtime/stable,now 1.1.20-1 amd64  [Installiert,automatisch]
libmtp9/stable,now 1.1.20-1 amd64  [Installiert,automatisch]
ich@InternetPC:~$ apt list mtp*
Auflistung… Fertig
mtp-tools/stable 1.1.20-1 amd64
mtpaint/stable 3.40-3.1+b2 amd64
mtpolicyd/stable 2.05-1.1 all
ich@InternetPC:~$ apt list gvfs*
Auflistung… Fertig
gvfs-backends/stable 1.50.3-1 amd64
gvfs-common/stable 1.50.3-1 all
gvfs-daemons/stable 1.50.3-1 amd64
gvfs-fuse/stable 1.50.3-1 amd64
gvfs-libs/stable 1.50.3-1 amd64
gvfs/stable 1.50.3-1 amd64
Debian 12 * * * KDE-Plasma-Version: 5.27.5 * * * Kernel-Version: 6.1.0-32-amd64 * * * Plattform: Wayland

1234xy
Beiträge: 54
Registriert: 03.09.2023 12:26:42

Re: Kann Android Smartphone nicht per USB einhängen.

Beitrag von 1234xy » 25.03.2025 16:28:47

Gelöst!
Ich habe unter Systemeinstellungen / Anwendungen / Standard-Anwendungen bei Dateiverwaltung jetzt Dolphin ausgewählt und schon funktioniert es.
Debian 12 * * * KDE-Plasma-Version: 5.27.5 * * * Kernel-Version: 6.1.0-32-amd64 * * * Plattform: Wayland

Antworten