embeddedTS / distro-seed

Distribution builder for Debian based distributions on multiple architectures
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Automatically create bluetooth interfaces #26

Open markfeathers opened 1 year ago

markfeathers commented 1 year ago

https://unix.stackexchange.com/a/310918

In the event wlan0 is detected for silex/ti/microchip, we should have udev start a systemd service that calls btattach with the appropriate arguments for each chipset. We should aim to make this discover as much as it can from the device tree.

ts-kris commented 1 year ago

I agree with this. I was planning on exploring the kernel/DTS interface a bit more once I get deeper in the TS-7680 port, but if you have the time first then great.