-
Notifications
You must be signed in to change notification settings - Fork 85
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
RPI3 KNOB PoC, error : _sendThreadFunc: No response from the firmware. #57
Comments
Since the chip is up, you most likely were running the Python script as normal user and not as root. Writing to the Bluetooth chip's RAM is a vendor-specific command that requires root privileges. |
At first I executed the script as user but because I get this bug I run it again as root and I get the same problem... btmon show this error : Invalid HCI Command Parameters (0x12). Because of that I tried to downgrade the firmware.
After I try again the script as a user and as root but I get the same result. Then I saw this line :
I recently retry and I get that : (everything is launch as root)
|
Looks less like an issue in the PoC and more with the Broadcom firmware. In general, you should be able to run the I didn't try InternalBlue on the latest Raspberry Pi release so far. Other vendors started rolling out "patches" that disable the possibility to read/write the Bluetooth RAM. You can disable the patch by searching for an older |
Hexdump seems to work :
But writemem give me this :
So writemem is not working but I don't know why... Do I have a command which can give me more info on why that doesn't work ? I have download older .hcd but I still have the same error... I download the oldest BCM43430A1.hcd and the oldest BCM4345C0.hcd on the github of bluez but none of them change anything I still have the same error. |
According to the I think your |
I tried again the I also try to downgrade the firmware and reboot and that worked ! I was doing something wrong before, thanks a lot for your help ! |
Thanks for trying all these things :) Looks like the most recent Raspberry Pi Bluetooth firmware now also blocks writing to RAM. I will update this in the Linux notes. |
Hello I recently installed InternalBlue on my raspberry pi 3 (with the latest raspberry OS).
Everything seems to work fine, so I decide to try the KNOB_PoC.py script. When I run the script KNOB_PoC.py I got this :
Can you help me solve this problem plz ? I don't know why the script failed...
I'v try downgrade the firmware but that doesn't work...
The text was updated successfully, but these errors were encountered: