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

Set default BT volume #152

Open
Abrow87 opened this issue Jun 2, 2019 · 1 comment
Open

Set default BT volume #152

Abrow87 opened this issue Jun 2, 2019 · 1 comment

Comments

@Abrow87
Copy link

Abrow87 commented Jun 2, 2019

When I connect via bluetooth the volume starts up at 100% and I have to set to 30% per smartphone buttons. Can I set the volume to 30% automatically when I connect?

@huncksas
Copy link

The script installs a file "/usr/local/bin/bluez-udev" -> there, the handling of connecting / disconnecting the devices is handled.
You could try following:

  1. do a backup of the file
  2. search for the "amixer cset numid=3 90%" and replace it with your wanted 30%
  3. reboot

double check at which point in code you are changing... it should be somehow self-explanatory as the script is separated in "device add", "device removal" parts and so on.

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