Page 1 of 1

OLA Still not Have a static IP address... QLC 4.10.5

Posted: Tue Dec 06, 2016 2:45 am
by Mihai Andrei
ola Still not Have a static IP address. What happens to the New Versions .. What Have Combined ....

[youtube]
http://www.youtube.com/watch?v=o-kib_5a_AI
[/youtube]

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Tue Dec 06, 2016 8:04 am
by mcallegari
Mihai, I'm pretty tired of your non sense posts, where you don't provide all the details of your setup and what you're trying to achieve. Moreover in a incomprehensible english.

Plus, you already opened a thread about OLA IP address, so I should be deleting this one.
Also, do you understand that I am not responsible for the OLA project ?

Are you aware that QLC+ can use a running instance of an OLA server or can start one on its own ? Have you tried both options ?
Have you tried to restart QLC+ manually and see if it solves the problem ?
Did you run ola dpkg reconfigure as indicated in the user guide PDF ?

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Tue Dec 06, 2016 11:31 am
by Mihai Andrei
Nothing special configuration .. Simply download the image for raspberry loaded on SD and just ...
I will see on OLA forum .. I see that there is the oldest 0.9.1 version maybe behaves so ... in the oldest versions of the wave qlc version was 0.9.8

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Tue Dec 06, 2016 7:13 pm
by mcallegari
Then use an older image ! Nobody forces you to use the latest one.
OR
Build the latest OLA version from sources and then share the results with the community

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Tue Dec 27, 2016 2:35 pm
by mcallegari
By the way:

Code: Select all

sudo raspi-config
3 Boot Options
B2 Wait for Network at Boot
And I would add that this is not related to QLC+, but more to an overall knowledge of the Raspbian image, of which you can find plenty of documentation online.
Next time, please Google before posting crap here and accusing me of messing up the image.

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Thu Dec 29, 2016 4:17 pm
by Mihai Andrei
Done as you said and it works

Excuse for Certain Requests I'ma light engeners
no programmer even if me to certain things cord

so I learned something new

Thank you

Re: OLA Still not Have a static IP address... QLC 4.10.5

Posted: Fri Apr 07, 2017 2:25 am
by Mihai Andrei
I found another way to address the problem of ip which I think is better.
the net I found this function:

Code: Select all

allow-hotplug
miraculously at boot-up on the screen with network cable unplugged says the address associated with it (course manual)
at this point it done on both my RPi2 OLA DMX node on which RPi3 with QLC + and I must say it is much more functional .. I do not have to worry about attacking the network wire before turning on the system ..
so my network interface is so:

Code: Select all

auto lo

iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static

address 192.168.0.250
netmask 255.255.255.0
gateway 192.168.0.1