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

I cannot perform playback controls or system commands #57

Open
Angenios opened this issue May 16, 2020 · 2 comments
Open

I cannot perform playback controls or system commands #57

Angenios opened this issue May 16, 2020 · 2 comments

Comments

@Angenios
Copy link

immagine

It denies me the permission to perform such commands even if I use sudo.

@morrolinux
Copy link
Owner

Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use sudo -i to become root or use tee: echo pause | sudo tee /tmp/mpradio_bt

@Angenios
Copy link
Author

Angenios commented May 17, 2020

Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use sudo -i to become root or use tee: echo pause | sudo tee /tmp/mpradio_bt

It still doesn't reply to any command, and I've noticed another problem but I'll open a new issue about it in order to make order between problems.

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