xow doesn't works, because we are missing
xow/modprobe.conf at master · medusalix/xow (github.com) the binding to that nonexistent driver.
i get an: usb 1-2: usbfs: interface 0 claimed by mt76x2u while 'xow' sets config
After adding:
alias usb:v045Ep02E6d*dc*dsc*dp*ic*isc*ip*in* xow_blacklist
alias usb:v045Ep02FEd*dc*dsc*dp*ic*isc*ip*in* xow_blacklist
i get:
2021-04-15 22:31:06 INFO - Pairing enabled
2021-04-15 22:31:35 INFO - Controller '1' connected
2021-04-15 22:31:36 INFO - Device announced, product id: 02e3
2021-04-15 22:31:36 INFO - Serial number: 02680005732652
2021-04-15 22:31:36 INFO - Controller '1' disconnected
2021-04-15 22:31:39 INFO - Pairing disabled
2021-04-15 22:31:42 INFO - Controller '1' connected
2021-04-15 22:31:42 INFO - Device announced, product id: 02e3
2021-04-15 22:31:42 INFO - Serial number: 02680005732652
2021-04-15 22:32:04 INFO - Battery level: full
means it's fully working ![love :love:](https://forum.libreelec.tv/core/images/smilies/emojione/1f60d.png)
Another thing is, that the xow.service is by default disabled.
But as you can enable it simply through ssh and don't even need rw access, it's a pretty simple task.
I only have the problem that it doesn't work anyway at boot automatically, until i replug the dongle and restart the service after the system booted.
But this can a fault of the super crappy zotac id84 system, dunno if the usb controller can't reset an port or sth.
So i will play a bit with it and reply.
Atm, only the blacklist file is needed and the default state of the service should be enabled.
------
Can you provide me the package name that fails? Because gdk-pixbuf is basically used for gtk3 and stuff & should be used by the one compiled for the toolchain & not one provided by the host
I have removed libgdk-pixbuf2.0-bin and rebuilding again, but it will take a while, im at 275/578 (50%), somewhere here it will fail, but need to wait and will tell you, when it finally failed xD
-----
EDIT:
Okay in the meantime, while the moderators approve my post, i found out why it's not automatically starting:
multi-user.target: Job xow.service/start deleted to break ordering cycle starting with multi-user.target/start
Because something in systemd (libreelec?) doesn't even start the service, because of ordering boot? I have no clue xD
EDIT2:
Oh god, this takes forever, till this gets approved ![crying ;(](https://forum.libreelec.tv/core/images/smilies/emojione/1f62d.png)
The Package that fails is: gtk3-system
[79/665] Generating gtkresources_c with a custom command
FAILED: gtk/gtkresources.c
/home/compiler/LibreelecRR/build.LibreELEC-Generic.x86_64-10.0-devel/toolchain/bin/glib-compile-resources gtk/gtk.gresources.xml --sourcedir /home/compiler/LibreelecRR/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-system-3.24.28/.x86_64-libreelec-linux-gnu/gtk --sourcedir /home/compiler/LibreelecRR/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-system-3.24.28/gtk --sourcedir ../gtk --c-name _gtk --internal --generate --target gtk/gtkresources.c --manual-register --dependency-file gtk/gtkresources.c.d
gtk/gtk.gresources.xml: to-pixdata preprocessing requested, but GDK_PIXBUF_PIXDATA is not set, and gdk-pixbuf-pixdata is not in PATH.
ninja: build stopped: subcommand failed.
FAILURE: scripts/build gtk3-system:target during make_target (default)
*********** FAILED COMMAND ***********
ninja ${NINJA_OPTS} ${PKG_MAKE_OPTS_TARGET}
**************************************
*********** FAILED COMMAND ***********
${SCRIPTS}/build "${1}" "${PARENT_PKG}"
**************************************
FAILURE: scripts/install gtk3-system:target has failed!
Display More
---> gdk-pixbuf-pixdata is not in PATH
I have attached the corrisponding log.
I need to get finally some sleep now, thanks for everything, see ya tomorrow!
Cheers