USB external storage failure/mysteries

I am using the most recent version of Tumbleweed.

I have an external 1TB 2.5" SSD in a USB cassette used as an archive. It became inaccessible despite appearing in the file table. Its underlying file format is FAT and the disk is readable on a Windows system. I have had the disk for a number of years and it has been problem free.

I have a new 1TB m.2 SSD that in a USB cassette that I am planning to use with a native Linux file system to provide a duplicate archive. It doesn’t appear in the file table.

A 16GB USB stick (thumb drive) appears and works as normal.

I’m a bit clued out and would be grateful for any advice.

That is a very vague conclusion. You better give computer based evidence on what does not work as expected.

BTW, seeing that you switch this to be used by a Windows system, be sure it is safely removed there. And taking it from a shutdown Windows system is only OK when you do not use fastboot in Windows.

the 1TB 2.5" SSD in a USB cassette used to “pop-up” in KDE disks and devices. It could be mounted and opened with file manager.

It is no longer detected by KDE

The device can be still seen as /dev/sda

As I mentioned a 16GB USB stick does not suffer from this problem

I do not use it in a Windows system. I checked the device with a Windows user and the content is accessible

We see nothing. Please post such information. E.g.

lsblk -f

Please check what the system says at connection. Remove the device, then (as root)

journalctl -f

insert the device; then stop journalctl with Ctrl-C.
Copy past it into a post (of course as Preformatted text, button </>).

gerry@Unknown-18-c0-4d-6a-ed-f9:~> sudo lsblk -f
[sudo] password for root: 
NAME        FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                
└─sda1      vfat   FAT32       1B48-DD12                                           
nvme0n1                                                                            
├─nvme0n1p1 vfat   FAT16       4512-B7D3                             493.9M     1% /boot/efi
├─nvme0n1p2 btrfs              c628267d-0b32-4c86-af8c-88498dba901f  325.3G    29% /var
│                                                                                  /usr/local
│                                                                                  /home
│                                                                                  /root
│                                                                                  /srv
│                                                                                  /opt
│                                                                                  /boot/grub2/x86_64-efi
│                                                                                  /boot/grub2/i386-pc
│                                                                                  /.snapshots
│                                                                                  /
└─nvme0n1p3 swap   1           16f21a10-ab8b-4991-b63e-eaeb45979c2a                [SWAP]
gerry@Unknown-18-c0-4d-6a-ed-f9:~> sudo journalctl -f
Oct 08 13:49:48 Unknown-18-c0-4d-6a-ed-f9 dolphin[2402]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y”" for "/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y"
Oct 08 13:49:48 Unknown-18-c0-4d-6a-ed-f9 dolphin[2429]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y”" for "/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y"
Oct 08 13:49:48 Unknown-18-c0-4d-6a-ed-f9 plasmashell[2006]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y”" for "/org/freedesktop/UDisks2/drives/Samsung_SSD_860_EVO_1TB_S3Z9NB0M303017Y"
Oct 08 13:49:48 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Synchronizing SCSI cache
Oct 08 13:49:48 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
Oct 08 13:50:10 Unknown-18-c0-4d-6a-ed-f9 sudo[3592]:    gerry : TTY=pts/1 ; PWD=/home/gerry ; USER=root ; COMMAND=/usr/bin/journalctl -f
Oct 08 13:50:10 Unknown-18-c0-4d-6a-ed-f9 sudo[3592]: pam_kwallet5(sudo:setcred): pam_kwallet5: pam_sm_setcred
Oct 08 13:50:10 Unknown-18-c0-4d-6a-ed-f9 sudo[3592]: pam_unix(sudo:session): session opened for user root(uid=0) by gerry(uid=1000)
Oct 08 13:50:10 Unknown-18-c0-4d-6a-ed-f9 sudo[3592]: pam_kwallet5(sudo:session): pam_kwallet5: pam_sm_open_session
Oct 08 13:50:10 Unknown-18-c0-4d-6a-ed-f9 sudo[3592]: pam_kwallet5(sudo:session): pam_kwallet5: not a graphical session, skipping. Use force_run parameter to ignore this.

So this device has one partition, which contains a vfat file system.

So most probably no hardware failure.
The question is now why it is not reported by your KDE session with the pop-up.

Let us see if the journalctl has some information.

Else we could try to mount it manual to see if mounting it is possible.

mount -t vfat /dev/sda1 /mnt

So, no lines were added when you connected the device? Because what we see here is the last few lines before you entered the command. (we see you change to root).

I don’t understand “no lines were added…” I just followed your instructions

first: lsblk -f
then: journalctl -f

gerry@Unknown-18-c0-4d-6a-ed-f9:~> sudo mount -t vfat /dev/sda1 /mnt
[sudo] password for root: 
gerry@Unknown-18-c0-4d-6a-ed-f9:~> sudo lsblk -f
NAME        FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                
└─sda1      vfat   FAT32       1B48-DD12                             806.6G    13% /mnt
nvme0n1                                                                            
├─nvme0n1p1 vfat   FAT16       4512-B7D3                             493.9M     1% /boot/efi
├─nvme0n1p2 btrfs              c628267d-0b32-4c86-af8c-88498dba901f  325.3G    29% /var
│                                                                                  /usr/local
│                                                                                  /root
│                                                                                  /srv
│                                                                                  /opt
│                                                                                  /home
│                                                                                  /boot/grub2/x86_64-efi
│                                                                                  /boot/grub2/i386-pc
│                                                                                  /.snapshots
│                                                                                  /
└─nvme0n1p3 swap   1           16f21a10-ab8b-4991-b63e-eaeb45979c2a                [SWAP]
gerry@Unknown-18-c0-4d-6a-ed-f9:~> 

So it is mounted now and you should be able to find the files inside /mnt (although probably only as root).

So KDE refuses to handle this. I assume it did earlier. Is that since some update? Or any other idea on what could have triggered the change?

Yes, but not standalone. I said:

  • remove the device
  • do the journalctl -f
  • attach the device (and now that action should result in more lines)
  • when the flow of new lines stops, do Ctrl-C
  • post

Thank you. Further searching suggests it might be a KDE Plasma problem. A recent post on “KDE discuss” reports a similar phenomenon.

Yes, as I said. Maybe after an update?
I do not run Tumbleweed and thus do not have the same KDE version. Others, who have, may join here.

The KDE device notifier works like a charm since a long time. You may post the journal as follows.

erlangen:~ # journalctl -f
...
#  Plugin of USB Drive
...
Oct 09 12:42:14 erlangen kernel: usb 2-3: new SuperSpeed USB device number 8 using xhci_hcd
Oct 09 12:42:14 erlangen kernel: usb 2-3: New USB device found, idVendor=090c, idProduct=2000, bcdDevice=11.00
Oct 09 12:42:14 erlangen kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 09 12:42:14 erlangen kernel: usb 2-3: Product: Intenso Ultra Line
Oct 09 12:42:14 erlangen kernel: usb 2-3: Manufacturer: SMI
Oct 09 12:42:14 erlangen kernel: usb 2-3: SerialNumber: CCYYMMDDHHmmSSVZ
Oct 09 12:42:14 erlangen kernel: usb-storage 2-3:1.0: USB Mass Storage device detected
Oct 09 12:42:14 erlangen kernel: usb-storage 2-3:1.0: Quirks match for vid 090c pid 2000: 800000
Oct 09 12:42:14 erlangen kernel: scsi host12: usb-storage 2-3:1.0
Oct 09 12:42:14 erlangen mtp-probe[1381]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb2/2-3"
Oct 09 12:42:14 erlangen mtp-probe[1381]: bus: 2, device: 8 was not an MTP device
Oct 09 12:42:14 erlangen mtp-probe[1382]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb2/2-3"
Oct 09 12:42:14 erlangen mtp-probe[1382]: bus: 2, device: 8 was not an MTP device
Oct 09 12:42:15 erlangen kernel: scsi 12:0:0:0: Direct-Access     Intenso  Ultra Line       1100 PQ: 0 ANSI: 6
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: Attached scsi generic sg2 type 0
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: [sdb] 62545920 512-byte logical blocks: (32.0 GB/29.8 GiB)
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: [sdb] Write Protect is off
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: [sdb] Mode Sense: 43 00 00 00
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 12:42:15 erlangen kernel:  sdb: sdb1 sdb2
Oct 09 12:42:15 erlangen kernel: sd 12:0:0:0: [sdb] Attached SCSI removable disk
Oct 09 12:42:15 erlangen dbus-daemon[1090]: [system] Activating service name='org.kde.kded.smart' requested by ':1.812' (uid=1000 pid=20557 comm="/usr/bin/kded5") (using servicehelper)
Oct 09 12:42:15 erlangen dbus-daemon[1090]: [system] Successfully activated service 'org.kde.kded.smart'
Oct 09 12:42:15 erlangen plasmashell[20601]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Oct 09 12:42:15 erlangen plasmashell[20601]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool

Sorry last post got mangled, I’ll try again


gerry@Unknown-18-c0-4d-6a-ed-f9:~> sudo journalctl -f
[sudo] password for root: 
Oct 09 12:37:11 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[23065]: bus: 1, device: 4 was not an MTP device
Oct 09 12:37:11 Unknown-18-c0-4d-6a-ed-f9 kernel: usbcore: registered new interface driver usb-storage
Oct 09 12:37:11 Unknown-18-c0-4d-6a-ed-f9 kernel: scsi host6: uas
Oct 09 12:37:11 Unknown-18-c0-4d-6a-ed-f9 kernel: usbcore: registered new interface driver uas
Oct 09 12:37:11 Unknown-18-c0-4d-6a-ed-f9 kernel: scsi 6:0:0:0: Direct-Access     SABRENT                   0204 PQ: 0 ANSI: 6
Oct 09 12:37:12 Unknown-18-c0-4d-6a-ed-f9 sudo[23027]:    gerry : TTY=pts/1 ; PWD=/home/gerry ; USER=root ; COMMAND=/usr/bin/journalctl -f
Oct 09 12:37:12 Unknown-18-c0-4d-6a-ed-f9 sudo[23027]: pam_kwallet5(sudo:setcred): pam_kwallet5: pam_sm_setcred
Oct 09 12:37:12 Unknown-18-c0-4d-6a-ed-f9 sudo[23027]: pam_unix(sudo:session): session opened for user root(uid=0) by gerry(uid=1000)
Oct 09 12:37:12 Unknown-18-c0-4d-6a-ed-f9 sudo[23027]: pam_kwallet5(sudo:session): pam_kwallet5: pam_sm_open_session
Oct 09 12:37:12 Unknown-18-c0-4d-6a-ed-f9 sudo[23027]: pam_kwallet5(sudo:session): pam_kwallet5: not a graphical session, skipping. Use force_run parameter to ignore this.
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: scsi 6:0:0:0: Attached scsi generic sg0 type 0
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[23079]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8"
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[23079]: bus: 1, device: 4 was not an MTP device
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] 4096-byte physical blocks
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Write Protect is off
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Mode Sense: 5f 00 00 08
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel:  sda: sda1
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 udisksd[1661]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:
                                                         0000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                         0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                          (g-io-error-quark, 0)
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 dbus-daemon[1076]: [system] Activating service name='org.kde.kded.smart' requested by ':1.28' (uid=1000 pid=1884 comm="/usr/bin/kded5") (using servicehelper)
Oct 09 12:37:14 Unknown-18-c0-4d-6a-ed-f9 dbus-daemon[1076]: [system] Successfully activated service 'org.kde.kded.smart'
^C
gerry@Unknown-18-c0-4d-6a-ed-f9:~> 

If I do the same thing with a USB stick with a Tumbleweed ISO “Disks & Devices” pops up as expected and this is the output of journalctl -f

Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb 1-8: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb 1-8: Product: Cruzer Blade
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb 1-8: Manufacturer: SanDisk
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb 1-8: SerialNumber: 4C530000110815113232
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: usb-storage 1-8:1.0: USB Mass Storage device detected
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 kernel: scsi host6: usb-storage 1-8:1.0
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[24628]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8"
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[24628]: bus: 1, device: 6 was not an MTP device
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[24633]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8"
Oct 09 12:50:46 Unknown-18-c0-4d-6a-ed-f9 mtp-probe[24633]: bus: 1, device: 6 was not an MTP device
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: Attached scsi generic sg0 type 0
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB)
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Write Protect is off
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel:  sda: sda1 sda2
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 kernel: sd 6:0:0:0: [sda] Attached SCSI removable disk
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 dbus-daemon[1076]: [system] Activating service name='org.kde.kded.smart' requested by ':1.28' (uid=1000 pid=1884 comm="/usr/bin/kded5") (using servicehelper)
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 dbus-daemon[1076]: [system] Successfully activated service 'org.kde.kded.smart'
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 plasmashell[1933]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Oct 09 12:50:47 Unknown-18-c0-4d-6a-ed-f9 plasmashell[1933]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool

Another machine with an older version of Tumbleweed reads the USB drive as expected

Here is the result of journalctl- f on the older version of Tumbleweed

Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd
Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: New USB device found, idVendor=152d, idProduct=1561, bcdDevice= 2.04
Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: Product: SABRENT
Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: Manufacturer: SABRENT
Oct 09 13:00:34 linux-hxu2 kernel: usb 2-2: SerialNumber: DB9876543214E
Oct 09 13:00:34 linux-hxu2 kernel: scsi host2: uas
Oct 09 13:00:34 linux-hxu2 kernel: scsi 2:0:0:0: Direct-Access     SABRENT                   0204 PQ: 0 ANSI: 6
Oct 09 13:00:35 linux-hxu2 mtp-probe[19994]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Oct 09 13:00:35 linux-hxu2 mtp-probe[19994]: bus: 2, device: 5 was not an MTP device
Oct 09 13:00:36 linux-hxu2 mtp-probe[20021]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Oct 09 13:00:36 linux-hxu2 mtp-probe[20021]: bus: 2, device: 5 was not an MTP device
Oct 09 13:00:37 linux-hxu2 kernel: pcieport 0000:00:1c.0: AER: Corrected error received: 0000:00:1c.0
Oct 09 13:00:37 linux-hxu2 kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Oct 09 13:00:37 linux-hxu2 kernel: pcieport 0000:00:1c.0:   device [8086:9d13] error status/mask=00000001/00002000
Oct 09 13:00:37 linux-hxu2 kernel: pcieport 0000:00:1c.0:    [ 0] RxErr                  (First)
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Write Protect is off
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Mode Sense: 53 00 00 08
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
Oct 09 13:00:38 linux-hxu2 kernel:  sdb: sdb1
Oct 09 13:00:38 linux-hxu2 kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Oct 09 13:00:39 linux-hxu2 udisksd[1473]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdb': Unexpected sense data returned:
                                         0000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                         0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                          (g-io-error-quark, 0)
Oct 09 13:00:39 linux-hxu2 dbus-daemon[966]: [system] Activating service name='org.kde.kded.smart' requested by ':1.32' (uid=1000 pid=1687 comm="/usr/bin/kded5") (using servicehelper)
Oct 09 13:00:39 linux-hxu2 plasmashell[1754]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Oct 09 13:00:39 linux-hxu2 plasmashell[1754]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Oct 09 13:00:39 linux-hxu2 dbus-daemon[966]: [system] Successfully activated service 'org.kde.kded.smart'