File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,33 @@ crash with an ``ImportError`` similar to::
118
118
119
119
To fix the error, change the name of the script to something other than ``bleak.py ``.
120
120
121
+ ----------
122
+ Linux Bugs
123
+ ----------
124
+
125
+ Occasional "Not connected" errors on Raspberry Pi
126
+ =================================================
127
+
128
+ If you are using the built in WiFi/Bluetooth module on a Raspberry Pi and and are seeing occasional
129
+ "Not connected" errors, also manifesting as HCI error 0x3e and BlueZ error "Software caused
130
+ connection abort", when trying to connect to a device, it may be due to wifi interference on
131
+ the chip level.
132
+
133
+ As a test the wifi interface can be disabled using either
134
+
135
+ .. code-block :: shell
136
+
137
+ sudo rfkill block wlan
138
+
139
+ or
140
+
141
+ .. code-block :: shell
142
+
143
+ sudo nmcli radio wifi off
144
+
145
+ See `this <https://github.com/project-chip/connectedhomeip/issues/16178 >`_ Matter issue
146
+ with similar problems on Raspberry Pi and other devices.
147
+
121
148
----------
122
149
macOS Bugs
123
150
----------
You can’t perform that action at this time.
0 commit comments