01-16-2023, 12:46 PM
Very odd that its not being started or stoped automatically.
The auto start/stop action is handled by UDEV. The rule file is:
You can monitor UDEV events via the command below but I have very little expertise in troubleshooting this part of Linux.
The auto start/stop action is handled by UDEV. The rule file is:
Code:
/etc/udev/rules.d/10-a2dp-autoconnect.rules
You can monitor UDEV events via the command below but I have very little expertise in troubleshooting this part of Linux.
Code:
pi@moode:~ $ udevadm --help
udevadm [--help] [--version] [--debug] COMMAND [COMMAND OPTIONS]
Send control commands or test the device manager.
Commands:
info Query sysfs or the udev database
trigger Request events from the kernel
settle Wait for pending udev events
control Control the udev daemon
monitor Listen to kernel and udev events
test Test an event run
test-builtin Test a built-in command
See the udevadm(8) man page for details.
pi@moode:~ $