David Lechner
David Lechner
Maybe same issue as #1728?
Thanks for reporting the issue. However, this isn't enough information to be able to determine the cause of the problem. We will need more information, like details about your OS...
It's been so long I don't really remember how I did this. Did you stop/disable/mask `[email protected]` to ensure it isn't set up as a peripheral?
Not likely (unless someone wants to sponsor me to work on it).
The first step would be to get https://github.com/ev3dev/lego-linux-drivers updated to the latest kernel and make sure everything still works. Then try building the image from https://github.com/ev3dev/docker-library and see if there...
> do you have any insights regarding the "Bookworm Kernel" that had activity 2 months ago? For my day job, I am doing Linux kernel work full time now, so...
By the way, if you want to make any pull requests to get images building on GitHub CI or anything like that, feel free. I'm happy to take a look....
Well, if it make you happy... 😄 https://github.com/orgs/ev3dev/discussions
Interesting finding. Will have to look into it more. A quick web search comes up with some similar cases: * https://github.com/bluez/bluez/issues/179 * https://stackoverflow.com/questions/71250571/how-to-send-le-extended-create-connection-in-ble-with-raspberry-pi What commands do you use in `bluetoothctl`...
Thanks. The difference in Bleak is that it does the equivalent of: ```console [bluetooth]# menu scan [bluetooth]# transport le [bluetooth]# back ``` before `scan on`. Does this also trigger the...