CEntos Stream 9 will not connect to Samsung S10+ via usb

Issues related to applications and software problems and general support
Post Reply
warrendodge
Posts: 9
Joined: 2016/01/03 19:55:51

CEntos Stream 9 will not connect to Samsung S10+ via usb

Post by warrendodge » 2022/04/05 04:46:44

I am trying to connect my Samsung S10+ phone to my Centos 9 Stream system via USB.
I am not able to get it to work in several methods.
GNOME is used for the systems mentioned
If I change back to Centos 8 final version, the phone will work fine either through the file manager or jmtpfs.
So there is something in the newer version

I have looked and tried a lot of things but it is a large unknown as to how this all works together.
Any help will be greatly appreciated
I do notice the USB number seems to change as I try things. Not sure how this is supposed to work.

Here is what happens on Centos 9 Stream when I connect the device via dmesg -w
[174843.731028] usb 1-2: new high-speed USB device number 35 using xhci_hcd
[174843.862273] usb 1-2: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= c.00
[174843.862277] usb 1-2: New USB device strings: Mfr=7, Product=8, SerialNumber=9
[174843.862278] usb 1-2: Product: SAMSUNG_Android
[174843.862279] usb 1-2: Manufacturer: SAMSUNG
[174843.862280] usb 1-2: SerialNumber: R38M60CKK0D
[174844.306453] usb 1-2: reset high-speed USB device number 35 using xhci_hcd

I then change the USB mode from charging to Transfering file and this happens
[174906.478368] usb 1-2: USB disconnect, device number 35
[174906.889186] usb 1-2: new high-speed USB device number 36 using xhci_hcd
[174907.018651] usb 1-2: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= c.00
[174907.018655] usb 1-2: New USB device strings: Mfr=7, Product=8, SerialNumber=9
[174907.018657] usb 1-2: Product: SAMSUNG_Android
[174907.018658] usb 1-2: Manufacturer: SAMSUNG
[174907.018659] usb 1-2: SerialNumber: R38M60CKK0D
[174907.028477] cdc_acm 1-2:1.1: ttyACM0: USB ACM device
[174907.374728] usb 1-2: reset high-speed USB device number 36 using xhci_hcd
[174907.505724] cdc_acm 1-2:1.1: ttyACM0: USB ACM device

I then click on the phone to ALLOW and get this

[174973.624132] usb 1-2: USB disconnect, device number 36
[174974.046385] usb 1-2: new high-speed USB device number 37 using xhci_hcd
[174974.174923] usb 1-2: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= c.00
[174974.174927] usb 1-2: New USB device strings: Mfr=7, Product=8, SerialNumber=9
[174974.174928] usb 1-2: Product: SAMSUNG_Android
[174974.174929] usb 1-2: Manufacturer: SAMSUNG
[174974.174930] usb 1-2: SerialNumber: R38M60CKK0D
[174974.182164] cdc_acm 1-2:1.1: ttyACM0: USB ACM device
[174974.432762] usb 1-2: reset high-speed USB device number 37 using xhci_hcd
[174974.563747] cdc_acm 1-2:1.1: ttyACM0: USB ACM device

and then the phone asked me to ALLOW it again. Over and over and over.

gio mount --list --detail shows this information
Volume(0): SAMSUNG Android
Type: GProxyVolume (GProxyVolumeMonitorMTP)
ids:
unix-device: '/dev/bus/usb/001/036'
activation_root=mtp://SAMSUNG_SAMSUNG_Android_R38M60CKK0D/
themed icons: [multimedia-player]
symbolic themed icons: [multimedia-player-symbolic] [multimedia-symbolic] [multimedia-player] [multimedia]
can_mount=1
can_eject=0
should_automount=1

Nothing has happened here
ll /run/media/warrend90/
total 0
drwxr-x---+ 2 root root 40 Apr 4 16:31 .
drwxr-xr-x 3 root root 60 Apr 3 14:11 ..

The GNOME file manager will show the device as SAMSUNG Android
When I click on it a popup says
Unable to Access SAMSUNG ANDROID
Unable to open MTP Device "001,041"
OK



jmtpfs does this
jmtpfs -l
Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
Available devices (busLocation, devNum, productId, vendorId, product, vendor):
1, 42, 0x6860, 0x04e8, Galaxy models (MTP), Samsung

jmtpfs /phone
Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
inep: usb_get_endpoint_status(): Resource temporarily unavailable
outep: usb_get_endpoint_status(): Resource temporarily unavailable
LIBMTP PANIC: failed to open session on second attempt
Cannot open requested device

Post Reply