Skip to content

Commit

Permalink
update known issues list with resolutions (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ab7pa committed Nov 15, 2022
1 parent dcd35af commit c39a924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appendix/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ Issue #494: Changing the MAC address in the DHCP Reservation may not work.
*Workaround*: If the IP address you want to change is already in use, then changing the MAC address is not allowed. No workaround at this time.

Issue #414: WiFi Scan shows bogus channels.
*Workaround*: This appears to occur when collocated nodes are running at high power. Apparently the baseband signal of the chip may be getting detected at times and reported to random channels. This situation does not cause any RF issues and can be ignored, or you can shield or reduce power on the devices to remove the bogus entries from the scan list.
*Workaround*: This appears to occur when collocated nodes are running at high power. Apparently the baseband signal of the chip may be getting detected at times and reported to random channels. Since this situation does not cause any RF issues it can be ignored, or you can shield or reduce power on the devices to remove the bogus entries from the scan list.

Issue #352: Legacy SSH rsa key issue.
*Workaround*: Newer applications have begun deprecating ssh-rsa keys, which are used on AREDN nodes. Try explicitly identifying the key type to your application, for example:

``ssh -oHostKeyAlgorithms=+ssh-rsa -p 2222 root@myNode.local.mesh``

.. note:: This issue has been resolved in the nightly build firmware and will be available soon in the next stable release.

Issue #142: Changing MESH RF IP Address does not change the corresponding DTD IP address.
*Workaround*: No workaround at this time.

Expand Down

0 comments on commit c39a924

Please sign in to comment.