How do I get usb devices (this case my LG phone) to be detected, mounted, and opened in file browser when they are plugged in?
Can't see this problem/resolution in google searches.
Can't see this problem/resolution in google searches.
steve@x1:~$ [B]grep 1004 /lib/udev/rules.d/* | grep 607f[/B] /lib/udev/rules.d/40-usb_modeswitch.rules:ATTRS{idVendor}=="1004", ATTRS{idProduct}=="607f", RUN+="usb_modeswitch '%b/%k'"
Comment