hzeller / rpi-matrix-pixelpusher

PixelPusher protocol for LED matrix.
GNU General Public License v3.0
173 stars 30 forks source link

Issue with IP #1

Closed jsloyer closed 9 years ago

jsloyer commented 9 years ago

When I start starting pixel-push I get the following error.

pi@display-pi ~/rpi-matrix-pixelpusher $ sudo ./pixel-push getting IP address: Cannot assign requested address IP: 0.0.0.0; MAC:

rogerguess commented 9 years ago

I am also getting this error. Any luck? I am only on wireless, not wired.

jsloyer commented 9 years ago

Yeah, it turned out the C code was trying to bind to eth0, I changed the C wlan0 and thing worked fine. Ill go ahead and close...

hzeller commented 9 years ago

Good point. I should probably make that a commandline option.

rogerguess commented 9 years ago

Thanks, I changed to wlan0 and it worked for me as well. Time to learn about how to push content to it.

hzeller commented 9 years ago

I added now a new commandline option '-i' that allows you to set the interface, so in your case -i wlan0

(commit 7863c4cf78fb1937ef73c58d7b1ab71c4ee62410)