-
Notifications
You must be signed in to change notification settings - Fork 23
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
Minimum Debian/Ubuntu support #39
Comments
syslog output:
Looks like this is the problem, |
I do not have Debian 7, so I can't check it myself. From the syslog it looks like hci0 is OK. Check by running:
See if you get a listing for hci0.
Or try shutting down bluetooth before running btferret:
Or - this is a bit more complicated because the library must be edited. Get more information about the failure by enabling verbose mode and save the results to a text file as follows. I'm not sure if you're running C or Python. If Python - run btfpy.py build again.
Then run this code.
|
I came across your library and have successfully run it in Debian 12. I have a device that I can't upgrade and is on Debian 7 but as this uses the low level HCI commands, I thought that I could get it to run there.
I managed to compile it and start it, but it crashes my bluetooth and displays the message:
What would be the minimum version/OS that this can run on? Or maybe I need to update something?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: