remote-android/redroid-doc

modprobe binder_linux devices=binder1,binder2,binder3,binder4,binder5,binder6

xuejd12344 opened this issue · 1 comments

modprobe binder_linux devices=binder1,binder2,binder3,binder4,binder5,binder6
bash: modprobe: command not found

debain11

DBa24 commented

You need to either login a s root for this or prepend the modprobe command with "sudo", like:
sudo modprobe binder_linux devices=binder1,binder2,binder3,binder4,binder5,binder6

modprobe belongs to the commands which cannot be executed as non-root user (for good reasons).