Posts by arveteg
-
-
That is exactly the problem. But there is a solution. To circumvent connman to shutdown the interface on reboot/shutdown you need to prevent connman to manage the interface.
Connman has an option to ignore interfaces via a blacklist in its configuration. The configuration is hard coded in squashfs image. But there is a script (/usr/lib/connman/connman-setup) that checks for a custom config before starting connman. Simply copy /etc/connman/main.conf to /storage/.config/connman_main.conf and add the network interface to NetworkInterfaceBlacklist option.Worked like a charm!
Thank you -
Hey.
I've got the same problem. Worked on openelec, but not libreelec.
Here's my debug from the shutdown:
Code
Display MoreNov 13 20:39:38 LibreELEC systemd[1]: Accepted new private connection. Nov 13 20:39:38 LibreELEC systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=1 reply_cookie=0 error=n/a Nov 13 20:39:38 LibreELEC systemd[1]: poweroff.target: Trying to enqueue job poweroff.target/start/replace-irreversibly Nov 13 20:39:38 LibreELEC systemd[1]: [email protected]: Installed new job [email protected]/stop as 486 Nov 13 20:39:38 LibreELEC systemd[1]: wpa_supplicant.service: Installed new job wpa_supplicant.service/stop as 466 Nov 13 20:39:38 LibreELEC systemd[1]: nmbd.service: Installed new job nmbd.service/stop as 478 Nov 13 20:39:38 LibreELEC systemd[1]: umount.target: Installed new job umount.target/start as 454 Nov 13 20:39:38 LibreELEC systemd[1]: sysinit.target: Installed new job sysinit.target/stop as 519 Nov 13 20:39:38 LibreELEC systemd[1]: pulseaudio.service: Installed new job pulseaudio.service/stop as 520 Nov 13 20:39:38 LibreELEC systemd[1]: final.target: Installed new job final.target/start as 530 Nov 13 20:39:38 LibreELEC systemd[1]: kodi.service: Installed new job kodi.service/stop as 461 Nov 13 20:39:38 LibreELEC systemd[1]: system-xorg\x2dconfigure.slice: Installed new job system-xorg\x2dconfigure.slice/stop as 512 Nov 13 20:39:38 LibreELEC systemd[1]: network-online.target: Installed new job network-online.target/stop as 522 Nov 13 20:39:38 LibreELEC systemd[1]: system-udevil\x2dmount.slice: Installed new job system-udevil\x2dmount.slice/stop as 483 Nov 13 20:39:38 LibreELEC systemd[1]: connman.service: Installed new job connman.service/stop as 464 Nov 13 20:39:38 LibreELEC systemd[1]: user.slice: Installed new job user.slice/stop as 482 Nov 13 20:39:38 LibreELEC systemd[1]: graphical.target: Installed new job graphical.target/stop as 459 Nov 13 20:39:38 LibreELEC systemd[1]: poweroff.target: Installed new job poweroff.target/start as 450 Nov 13 20:39:38 LibreELEC systemd[1]: cron.service: Installed new job cron.service/stop as 498 Nov 13 20:39:38 LibreELEC systemd[1]: tmp.mount: Installed new job tmp.mount/stop as 471 -- Reboot --
Thankfull for some help.