I just got a Samsung Galaxy 4.2 as my first android device. I am also switching away from Windows to PCLOS as my primary system.
Problem: A USB driver for the Galaxy 4.2 for Windows and works fine. I can access the internal SD cards fine.
But not in PCLOS. I tried adding a udev rule according to other Galaxy devices on another distro forums. They do not seem to work in PCLOS though.
#/etc/udev/51-android.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}="6860"
and also this
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}="6860", MODE="0666", GROUP="plugdev"
I get an udev error on booting which flies by too fast to catch.
Any ideas or success by someone else?