Skip to content
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

IP Address is all zeros #5

Open
briceott opened this issue Apr 7, 2021 · 6 comments
Open

IP Address is all zeros #5

briceott opened this issue Apr 7, 2021 · 6 comments

Comments

@briceott
Copy link

briceott commented Apr 7, 2021

When the Pi is connected via Ethernet the IP is displayed as 0.0.0.0.

@theesquire
Copy link

I am having the exact same issue

@robiwisc
Copy link

I had this issue too. In file ssd1306_i2c.c, line 397, you need to change wlan0 to eth0. Recompile and rerun ./display. I submitted a pull request to fix the issue.

@theesquire
Copy link

theesquire commented Apr 13, 2021 via email

@lamberts69
Copy link

thanks robiwisc it works!

@ehbush
Copy link

ehbush commented May 7, 2021

I asked UCTRONICS to review the issues here and update the code. This issue should be solved with their latest commit, 17 hours ago. I cannot confirm however though as I have forked my own version.

@darkgrue
Copy link

I've submitted Pull Request #16, which will get the IP address of the default interface, which should be more robust than hard-coding the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants