OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2
(2015-05-08, 18:22)Heiko123 Wrote: Hello,

I dont now, is my problem a kodi 5.0.8 problem ?

I have tried two different usb-wlan-sticks EW-7811Un and TL-WN725N.
Both stick are accepted from openelec.

But, after a part of reboots, openelec have had forgot the wlan-password, so I must it insert new.

I have tested with 507 and all worked fine, the last days.
But today, installed the system in the kittchen, the wlan (5m distanz) was lost.

Is it possibly to config the wlan setting about a config or script file in openelec?
So that, after reboot it will set new.

EDIT:
Ok, I tested that and is worked great.
1.Step
Code:
https://gist.github.com/maoueh/8260199

2. Step
Quote: nano /storage/.config/autostart.sh
and insert line :
connmanctl connect wifi_0013ef20018a_4d6f7111_managed_psk

3. Step (two is better)
Quote: crontab -e
and insert the following lines:
*/1 * * * * -1 ping <ip-address router>
0 0 * * * reboot
@reboot connmanctl connect wifi_0013ef20018a_4d6f7111_managed_psk


Messages In This Thread
AW: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - by Heiko123 - 2015-05-11, 18:32
How to install the builds - by kisas - 2015-05-24, 02:10
MVC 3D ISO Blu-ray - by Azimono - 2015-06-06, 14:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 214