gearhead

Results 59 comments of gearhead

Tried to install this on Ubuntu 16.04 and get a similar response: ``` > [email protected] install /usr/local/lib/node_modules/airtunes > node-gyp rebuild make: Entering directory '/usr/local/lib/node_modules/airtunes/build' CXX(target) Release/obj.target/airtunes/src/codec.o In file included from...

Still struggling with this, periodically. What I learned last night is that on an RPi (running Arch Linux) if I enable the vc4-kms-v3d video subsystem in the config.txt, I get...

I tried this and get the same result: White screen I added this to xinitrc: `export WEBKIT_DISABLE_COMPOSITING_MODE=1` and then started x and I can still only get google.com to display....

So, things have changed slightly. With X11 and the vc4-kms-v3d overlay loaded, I can still only get the google page to load. All other pages result in a white page....

This is still an issue. As I mentioned above, it has changed slightly over time. Currently, on RPiOS, our localhost web page (served by nginx which is a php/js web...

So, after a lot more sitting and testing and, basically, starting over, I can confirm that Luakit will start and will run our UI on X11 iv vc4 is enabled...

I put this at the end of the _package() section: ``` mv ${pkgdir}/boot/broadcom/*.dtb ${pkgdir}/boot/. rmdir ${pkgdir}/boot/broadcom ``` Puts the dtbs in the same place as for the armv6 and armv7...

I may have a solution. I comment out the lines in Makefile.am that creates the user and group. ``` # getent group nqptp &>/dev/null || groupadd -r nqptp &>/dev/null #...

Agreed that the sysusers file is read at boot, but if we need it 'now' can't we not also run 'systemctl restart systemd-sysusers'. Will that solve it for us?

Thanks for the help. Actually, it was built with both flags. Once I removed the `--with=dns_sd` flag, it worked without showing that warning.