JKosta,
Code: Select all
[ 0.965098] usb 1-3: New USB device found, idVendor=163f, idProduct=1611
[ 0.965103] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 0.965105] usb 1-3: Product: USB2.0 Reader
[ 0.965107] usb 1-3: Manufacturer: AVEX
...
[ 1.969482] scsi 2:0:0:0: Direct-Access AVEX AX1611 CF 1.9C PQ: 0 ANSI: 0 CCS
[ 1.969689] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 1.971870] scsi 2:0:0:1: Direct-Access AVEX AX1611 MS 1.9C PQ: 0 ANSI: 0 CCS
[ 1.972052] sd 2:0:0:1: Attached scsi generic sg3 type 0
[ 1.975025] scsi 2:0:0:2: Direct-Access AVEX AX1611 MMC/SD 1.9C PQ: 0 ANSI: 0 CCS
[ 1.975191] sd 2:0:0:2: Attached scsi generic sg4 type 0
[ 1.978634] scsi 2:0:0:3: Direct-Access AVEX AX1611 SM 1.9C PQ: 0 ANSI: 0 CCS
[ 1.978830] sd 2:0:0:3: Attached scsi generic sg5 type 0
Thats a four slot card reader. At least, its a four slot chip. If you are an a laptop, not all the slots may be fitted.
Code: Select all
[ 1.986354] sd 2:0:0:3: [sde] Attached SCSI removable disk
[ 2.010139] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 2.013231] sd 2:0:0:1: [sdc] Attached SCSI removable disk
[ 2.014107] sd 2:0:0:2: [sdd] Attached SCSI removable disk
There are its 4 LUNs on the same device.
Code: Select all
Mai 14 16:58:33 genkosta systemd-udevd[4352]: error: /dev/sdd: No medium found
Mai 14 16:58:33 genkosta systemd-udevd[4352]: error: /dev/sdb: No medium found
Mai 14 16:58:33 genkosta systemd-udevd[4352]: error: /dev/sde: No medium found
Mai 14 16:58:33 genkosta systemd-udevd[4352]: error: /dev/sdc: No medium found
No medium found in not an error for a removable media device, its a normal operating state ... unless you know it has media inserted of course.
The error message is in error by classifying a normal operating state as an error.