-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maybe fix wifi issue on Pi, not really sure
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
699e898
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, it does not fix the wifi issue.
699e898
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dartunder You would need to copy the file over to /etc/networkd-dispatcher/routable.d and reboot.
699e898
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I did earlier today:
I did an OS upgrade to 7.3. then switched to the master branch and verified this commit was included. The wireless did not work correctly.
I just repeated this process and verified that the issue remains after a reboot.
This commit does not fix the issue.
699e898
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you REPLACE the file in the /etc/networkd-dispatcher/routable.d directory with this file? This commit changes the file in /opt/fpp but does NOT change the actual file that is used by the OS. You HAVE to replace the file in /etc and reboot to test this.
699e898
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok sorry for the misunderstanding I know some but am not fully familiar with how this pi works.
I copied /opt/fpp/etc/networkd-dispatcher/routable.d/check_tether to /etc/networkd-dispatcher/routable.d/check_tether
@dkulp The wifi is working!