Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xuejd12344 opened this issue Dec 3, 2024 · 1 comment

Comments

@xuejd12344
Copy link

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

debain11

@DBa24
Copy link

DBa24 commented Dec 5, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants