-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with newest kernels ? #60
Comments
I'm having issues with 6.9 as well. I use bleno, which just hangs, but the |
I couldn't do a proper bisection, but 6.8 fails and 6.5 works on my FC39 system. |
Running Output from bluetoothd...
I am extremely far from a BLE expert so I'm just putting this here for someone that can infer more meaning from it. :) |
I think the issue is related to this linux change: torvalds/linux@b218606 The AF_BLUETOOTH With respect to my specific platform (amd64 linux) I can fix this issue by simply zero padding the hci_filter struct to 16 bytes so it's 32 bit aligned. For example...
|
That was fixed here: https://github.com/stoprocent/node-bluetooth-hci-socket/releases/tag/v1.3.0 |
Hi i'm using Arch linux and after upgrading to 6.9.3 kernel, my script using @abandonware/noble stopped working.
After some investigations I managed to easily reproduce the issue by simply running examples/le-scan-test.js
And here's the result:
Exact kernel :
Linux 6.9.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 x86_64 GNU/Linux
I unfortunately have no time to try to rollback to older kernels and find where it broke.
The text was updated successfully, but these errors were encountered: