You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
his version of raspberry pi OS in 64bit has a problem with bluetooth, especially when it comes to executing the connect command, who will give this error:
Failed to connect: org.bluez.Error.Failed
Indeed, the mac address of the agent is "E4:5F:01" which is not good for Raspberry Pi 4, the mac address should start with "B8:27:EB". To check this you can for example type this command :
sudo hcitool dev
If the mac address is not right, you can fix this by editing this file :
sudo nano /usr/bin/btuart
Comment on the first "if", "else" and "fi", for example :
his version of raspberry pi OS in 64bit has a problem with bluetooth, especially when it comes to executing the connect command, who will give this error:
Indeed, the mac address of the agent is "E4:5F:01" which is not good for Raspberry Pi 4, the mac address should start with "B8:27:EB". To check this you can for example type this command :
If the mac address is not right, you can fix this by editing this file :
Comment on the first "if", "else" and "fi", for example :
The text was updated successfully, but these errors were encountered: