How do I circumvent this problem of not mounting Arduino Serial..
This is Ubuntu 22.04 Pro with kernel 5.15.0-107-generic and libmtp-runtime 1.1.19-1build1.
config: /etc/udev/rules.d/70-snap.core.rules:ATTRS{idVendor}=="2341", ENV{ID_MM_DEVICE_IGNORE}="1"
syslog:
Jun 7 05:19:18 ghia kernel: [ 396.801182] usb 1-2: new full-speed USB device number 5 using xhci_hcd
Jun 7 05:19:18 ghia kernel: [ 396.974671] usb 1-2: New USB device found, idVendor=2341, idProduct=804d, bcdDevice= 1.00
Jun 7 05:19:18 ghia kernel: [ 396.974678] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 7 05:19:18 ghia kernel: [ 396.974681] usb 1-2: Product: Arduino Zero
Jun 7 05:19:18 ghia kernel: [ 396.974682] usb 1-2: Manufacturer: Arduino LLC
Jun 7 05:19:18 ghia kernel: [ 396.974684] usb 1-2: SerialNumber: 2ABBC01F5055344A342E3120FF04121B
Jun 7 05:19:18 ghia kernel: [ 397.003772] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
Jun 7 05:19:18 ghia mtp-probe: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2"
Jun 7 05:19:18 ghia mtp-probe: bus: 1, device: 5 was not an MTP device
Jun 7 05:19:18 ghia mtp-probe: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2"
Jun 7 05:19:18 ghia mtp-probe: bus: 1, device: 5 was not an MTP device
Jun 7 05:19:18 ghia kernel: [ 397.073642] usb 1-2: USB disconnect, device number 5
Anonymous
not sure what you refer to. it is currently just a warning emitted but its not misdetected.
itz seems correctly detected as ttyACM0
or is the problem that mtp-probe causes the device to get removed?