You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The script installs a file "/usr/local/bin/bluez-udev" -> there, the handling of connecting / disconnecting the devices is handled.
You could try following:
do a backup of the file
search for the "amixer cset numid=3 90%" and replace it with your wanted 30%
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.
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?
The text was updated successfully, but these errors were encountered: