Problem: Bluetooth Audio output (Transmitter)
|
1st Jun, 2021, 03:20 AM
Post: #61
|
|||
|
|||
RE: Bluetooth Audio output (Transmitter)
Ah, now we are getting closer
You are missing the link from /dev/serial1 -> /dev/ttyAM0, which is made by an udev rule, namely by the rule /etc/udev/rules.d/99-com.rules It is present on all my systems (they all based on stone old XBian installations), but strangely not associated with any package. I can only imagine that this file has fallen under the table by mistake at some point. And with the rework of /etc/init/rpi-bluetooth.conf from 12 days ago it stupidly refers to this link again Must now consider how this can be solved sensibly As a workaround to get further you can create the file manually as /etc/udev/rules.d/99-com.rules: Code: SUBSYSTEM=="input", GROUP="input", MODE="0660" |
|||
« Next Oldest | Next Newest »
|