https://bugs.kde.org/show_bug.cgi?id=402096
Stefan Brüns <stefan.bru...@rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #3 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Hardware vendors are unfortunately to dumb to properly implement standards ... Therefor, UDisks adds a list of quirks for known devices. Try adding a file "/etc/udev/rules.d/80-udisks2-local.rule" with the following contents to your system: --- >8 --- SUBSYSTEMS=="usb", ENV{ID_VENDOR_ID}=="0bda",ENV{ID_MODEL_ID}=="0129", ENV{ID_DRIVE_FLASH_CF}="1" --- 8< --- Also please provide the output of the following commands: $> udevadm info -n /dev/sdX > /tmp/udev_info_sdX.txt $> udevadm info -n /dev/sdXN > /tmp/udev_info_sdXN.txt replace sdX with the correct device name for your card reader, e.g. sdb, sdc ... replace N in sdXN with the number(s) of the partitions. -- You are receiving this mail because: You are watching all bug changes.