https://bugs.kde.org/show_bug.cgi?id=387454
Stephan Wezel <s.we...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |s.we...@web.de --- Comment #20 from Stephan Wezel <s.we...@web.de> --- I found a different solution. It seems the udev rules for libmtp are broken with linux kernel 4.14+ No /dev/libmtp-* symlink is generated since then The first rule in the rules file (on my gentoo machine this is /lib64/udev/rules/69-libmtp.rules with libmtp 1.1.14 installed) ACTION!="add", GOTO="libmtp_rules_end" It seems that since linux kernel while the udev add action is active not all attributes (e.g. idvendor) are already setup The attributes seems to be all setup up in the bind udev action phase So after I copied the file to /etc/udev/rules and changed the line ACTION!="add", GOTO="libmtp_rules_end" to ACTION!="bind", GOTO="libmtp_rules_end" The symlink gets generated and I can access the storage on my smartphone again with dolphin -- You are receiving this mail because: You are watching all bug changes.