Hi
I have a dell inspiron 5575 with Tumbleweed dual booting with W10. If I insert a usb drive (flash drive) Dolphin simply doesnot recognizes it, does not detect it. I’m sure the ports work fine because in W10 I donot have any problem. Can you help me? Thanks
Does the drive show up as a device?
When I plug in a flash drive, I usually do:
ls -ld /dev/sd?
(this does not require root).
I run that command before plugging in the drive, and again after plugging it in. And I normally see extra device (an additional line of output) after plugging in. And the time/date for that additional device is about when I plugged it in.
If it shows up that way, you can try mounting with the mount command (that does require root).
I find that some drives are not recognized by desktop software (such as Dolphin). I’m not sure why, but it has something to do with the partitioning/formatting of that drive. For example, when I write the DVD installer iso to a flash drive, desktop software does not recognize that. But it still shows up as a device.
When inserting the USB stick Device Notifier pops up and offers several actions to perform, one of these being “Open with File Manager”. Choosing that options will invoke Dolphin.
That’s clearly not happening for the OP, and even if the notifier is ignored it should be enumerated in the ‘Devices’ panel. As Neil has already suggested, best to start by seeing if the device node is present first and work from there.
I am not so sure about users. Having installed Tumbleweed on several machines I get some support calls:
User: I can’t create anymore new folders! [in dolphin]
Me: use right click > New > Folder or use F10
User: yes, that works, great!
User (one week later): Again, I can’t create new folders! F10 doesn’t work anymore!
Me: It works on my installation.
User: No, it doesn’t.
Me: What are you doing? Are you sure?
User: Yes I am! I hit F10 and nothing happens!!!
Me: Not so fast. Click Application Launcher > Select Dolphin > Hit F10
User: Yes, that works indeed!
Given lots of discussions as the above one I got skeptical about what users are actually doing.
BTW:
erlangen:~ # journalctl -f _KERNEL_SUBSYSTEM=usb
-- Logs begin at Tue 2020-06-09 18:47:46 CEST. --
Jun 13 10:04:20 erlangen kernel: usb 1-5: new high-speed USB device number 5 using xhci_hcd
Jun 13 10:04:21 erlangen kernel: usb 1-5: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.12
Jun 13 10:04:21 erlangen kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 13 10:04:21 erlangen kernel: usb 1-5: Product: Mass Storage
Jun 13 10:04:21 erlangen kernel: usb 1-5: Manufacturer: Generic
Jun 13 10:04:21 erlangen kernel: usb 1-5: SerialNumber: 410D75AE
Jun 13 10:04:21 erlangen kernel: usb-storage 1-5:1.0: USB Mass Storage device detected
As already mentioned, let’s see if the device is enumerated first…and yes we can look at the kernel messaging for helping that (via journalctl or dmesg)…
dmesg -w
Before plugging the flash drive:
~$ ls -ld /dev/sd?
brw-rw---- 1 root disk 8, 0 jun 13 08:12 /dev/sda
After plugging 2 flash drives:
~$ ls -ld /dev/sd?
brw-rw---- 1 root disk 8, 0 jun 13 08:12 /dev/sda
brw-rw---- 1 root disk 8, 16 jun 13 11:45 /dev/sdb
brw-rw---- 1 root disk 8, 32 jun 13 11:45 /dev/sdc
If it shows up that way, you can try mounting with the mount command (that does require root).
Yes, I can mount it to a specific file:
# mount /dev/sdb /home/antonio/usb
and can read its content. The problem is, as mentioned by karlmistelberger;
“When inserting the USB stick Device Notifier pops up and offers several actions to perform, one of these being “Open with File Manager”. Choosing that options will invoke Dolphin”
that, whenever the drop-down menu appears, and I select to open using Dolphin, I obtain: opens_file_instead_of_dolphin.png - Google Drive
Hope this information helps
Thank you
Hi. I thank you for your reply
The output was extremely too long (the system did not allow me to copy all of it), so I included the lines where ‘usb’ appeared but, please, tell me if I need to copy other lines
4.578985] usbcore: registered new interface driver usbfs
4.578994] usbcore: registered new interface driver hub
4.579038] usbcore: registered new device driver usb
4.603877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
4.603878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
4.603880] usb usb1: Product: xHCI Host Controller
4.603880] usb usb1: Manufacturer: Linux 5.6.14-1-default xhci-hcd
4.603881] usb usb1: SerialNumber: 0000:03:00.3
4.604004] hub 1-0:1.0: USB hub found
4.604019] hub 1-0:1.0: 4 ports detected
4.604455] xhci_hcd 0000:03:00.3: xHCI Host Controller
4.604461] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
4.604465] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
4.604527] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
4.604551] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
4.604552] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
4.604554] usb usb2: Product: xHCI Host Controller
4.604555] usb usb2: Manufacturer: Linux 5.6.14-1-default xhci-hcd
4.604556] usb usb2: SerialNumber: 0000:03:00.3
4.604697] hub 2-0:1.0: USB hub found
4.604715] hub 2-0:1.0: 4 ports detected
4.605085] usb: port power management may be unreliable
4.605649] xhci_hcd 0000:03:00.4: xHCI Host Controller
4.605654] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3
4.605838] xhci_hcd 0000:03:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
4.606914] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
4.606916] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
4.606917] usb usb3: Product: xHCI Host Controller
4.606917] usb usb3: Manufacturer: Linux 5.6.14-1-default xhci-hcd
4.606918] usb usb3: SerialNumber: 0000:03:00.4
4.607025] hub 3-0:1.0: USB hub found
4.607038] hub 3-0:1.0: 2 ports detected
4.607213] xhci_hcd 0000:03:00.4: xHCI Host Controller
4.607217] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4
4.607220] xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
4.607247] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
4.607294] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
4.607295] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
4.607296] usb usb4: Product: xHCI Host Controller
4.607297] usb usb4: Manufacturer: Linux 5.6.14-1-default xhci-hcd
4.607297] usb usb4: SerialNumber: 0000:03:00.4
4.607455] hub 4-0:1.0: USB hub found
4.607470] hub 4-0:1.0: 1 port detected
4.949717] usb 3-2: new high-speed USB device number 2 using xhci_hcd
4.949742] usb 1-3: new full-speed USB device number 2 using xhci_hcd
5.099454] usb 3-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
5.099457] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
5.099458] usb 3-2: Product: USB 2.0 Hub
5.111612] usb 1-3: New USB device found, idVendor=1ea7, idProduct=0064, bcdDevice= 2.00
5.111614] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
5.111615] usb 1-3: Product: 2.4G Mouse
5.126750] usbcore: registered new interface driver usbhid
5.126751] usbhid: USB HID core driver
5.419649] usb 1-4: New USB device found, idVendor=0bda, idProduct=568a, bcdDevice=65.10
5.419652] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
5.419653] usb 1-4: Product: Integrated Webcam
5.419655] usb 1-4: Manufacturer: CNFFH36O14540028B322
5.419656] usb 1-4: SerialNumber: 0x0001
5.537722] usb 3-2.1: new high-speed USB device number 3 using xhci_hcd
5.740589] usb 3-2.1: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
5.740592] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
5.740593] usb 3-2.1: Product: USB2.0-CRW
5.740594] usb 3-2.1: Manufacturer: Generic
5.740595] usb 3-2.1: SerialNumber: 20100201396000000
5.798223] usbcore: registered new interface driver rtsx_usb
5.989936] usb 3-2.4: new full-speed USB device number 4 using xhci_hcd
6.234365] usb 3-2.4: New USB device found, idVendor=0cf3, idProduct=e009, bcdDevice= 0.01
6.234368] usb 3-2.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[10437.691567] usb 3-2: reset high-speed USB device number 2 using xhci_hcd
[10437.727470] usb 1-4: reset high-speed USB device number 3 using xhci_hcd
[10438.300241] usb 3-2.4: reset full-speed USB device number 4 using xhci_hcd
[10438.715659] usb 3-2.1: reset high-speed USB device number 3 using xhci_hcd
[10811.129168] usb 3-1: new high-speed USB device number 5 using xhci_hcd
[10811.281450] usb 3-1: New USB device found, idVendor=0951, idProduct=1688, bcdDevice= 0.00
[10811.281453] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10811.281455] usb 3-1: Product: DataTraveler SE1
[10811.281457] usb 3-1: Manufacturer: KINGSTON
[10811.281459] usb 3-1: SerialNumber: 001CC07CEB8AACB15167BD38
[10811.876093] usb-storage 3-1:1.0: USB Mass Storage device detected
[10811.876235] scsi host1: usb-storage 3-1:1.0
[10811.876338] usbcore: registered new interface driver usb-storage
[10811.882863] usbcore: registered new interface driver uas
[11127.361918] usb 1-2: new high-speed USB device number 4 using xhci_hcd
[11127.512453] usb 1-2: New USB device found, idVendor=23a5, idProduct=5786, bcdDevice= 2.00
[11127.512457] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11127.512459] usb 1-2: Product: Disk 2.0
[11127.512460] usb 1-2: Manufacturer: USB
[11127.512462] usb 1-2: SerialNumber: 7777246BB9173231288
[11127.513045] usb-storage 1-2:1.0: USB Mass Storage device detected
[11172.383902] usb 3-1: USB disconnect, device number 5
[11172.392700] usb 1-2: USB disconnect, device number 4
[11172.777567] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[11172.909668] usb 1-2: Device not responding to setup address.
[11173.117636] usb 1-2: Device not responding to setup address.
[11173.329562] usb 1-2: device not accepting address 5, error -71
[11277.504744] usb 3-1: new high-speed USB device number 6 using xhci_hcd
[11277.661403] usb 3-1: New USB device found, idVendor=0951, idProduct=1688, bcdDevice= 0.00
[11277.661406] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11277.661408] usb 3-1: Product: DataTraveler SE1
[11277.661410] usb 3-1: Manufacturer: KINGSTON
[11277.661411] usb 3-1: SerialNumber: 001CC07CEB8AACB15167BD38
[11277.662126] usb-storage 3-1:1.0: USB Mass Storage device detected
[11277.662252] scsi host1: usb-storage 3-1:1.0
[11278.864809] usb 3-1: reset high-speed USB device number 6 using xhci_hcd
[11280.112963] usb 1-2: new high-speed USB device number 7 using xhci_hcd
[11280.264461] usb 1-2: New USB device found, idVendor=23a5, idProduct=5786, bcdDevice= 2.00
[11280.264465] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11280.264467] usb 1-2: Product: Disk 2.0
[11280.264468] usb 1-2: Manufacturer: USB
[11280.264470] usb 1-2: SerialNumber: 7777246BB9173231288
[11280.265014] usb-storage 1-2:1.0: USB Mass Storage device detected
[11353.502441] usb 1-2: USB disconnect, device number 7
[11353.856184] usb 1-2: new high-speed USB device number 8 using xhci_hcd
[11354.007902] usb 1-2: New USB device found, idVendor=23a5, idProduct=5786, bcdDevice= 2.00
[11354.007906] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11354.007908] usb 1-2: Product: Disk 2.0
[11354.007909] usb 1-2: Manufacturer: USB
[11354.007911] usb 1-2: SerialNumber: 7777246BB9173231288
[11354.008410] usb-storage 1-2:1.0: USB Mass Storage device detected
[11363.233379] usb 3-1: USB disconnect, device number 6
[11364.069878] usb 1-2: USB disconnect, device number 8
[11364.416073] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[11364.567877] usb 1-2: New USB device found, idVendor=23a5, idProduct=5786, bcdDevice= 2.00
[11364.567880] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11364.567882] usb 1-2: Product: Disk 2.0
[11364.567883] usb 1-2: Manufacturer: USB
[11364.567884] usb 1-2: SerialNumber: 7777246BB9173231288
[11364.568439] usb-storage 1-2:1.0: USB Mass Storage device detected
[11364.568738] scsi host1: usb-storage 1-2:1.0
[11364.717668] usb 1-2: USB disconnect, device number 9
[11689.073629] usb 3-1: new high-speed USB device number 7 using xhci_hcd
[11689.226264] usb 3-1: New USB device found, idVendor=0951, idProduct=1688, bcdDevice= 0.00
[11689.226268] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11689.226270] usb 3-1: Product: DataTraveler SE1
[11689.226272] usb 3-1: Manufacturer: KINGSTON
[11689.226273] usb 3-1: SerialNumber: 001CC07CEB8AACB15167BD38
[11689.226953] usb-storage 3-1:1.0: USB Mass Storage device detected
[12233.679323] sdb:
[13162.056036] perf: interrupt took too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
Hope this helps
Thanks
When I try that, google gives me a login page. That does not look right to me, unless google has changed something.
So I tried on a browser where I am logged into google, and it told me that I don’t have access to that file.
Same for me. @jazamiel: Please use https://paste.opensuse.org/ to share text or images. Then share the URL to the page here.
Hope this new link works: SUSE Paste
Thank you
Yes, that works. I can see you’re using GVIM. Wasn’t this about KDE Notifier and Dolphin though?
Are you trying to say that ‘Open with File Manager’ causes another file manager (eg GVIM) to open instead? If so, you can set the preferred file manager in KDE System Settings > Personalisation > Applications
If not, please clarify further.
Check your defaults: System Settings > Applications > Default Applications > File Manager > Dolphin.
Yep, as I also just posted.
Solved!
Many thanks for your support.
Saludos
As you now know this was never about mounting a flash drive, but good to know you’ve managed to get the preferred file manager working for you again.
When I try that, google gives me a login page. That does not look right to me, unless google has changed something.
So I tried on a browser where I am logged into google, and it told me that I don’t have access to that file.
This thread is solved, but if you’re referring to the link given by the OP please refer to the later post with the susepaste link.