pavlos
pavlos
you wrote, address = ":8080" -> http://192.168.4.1/:8080/vor?params=undefined should be (remove / after .4.1) address = ":8080" -> http://192.168.4.1:8080/vor?params=undefined
do you have the headers for that kernel (linux-headers-5.4.0-58-generic) ? $ git clone https://github.com/gnab/rtl8812au $ sudo dkms add ./rtl8812au $ sudo dkms install 8812au/4.2.2
Is the question for me? I just upgraded my kernel to 5.4.0-90 It rebuilt it for 4.5.0-90 ``` sudo dkms status 8812au, 4.2.2, 5.4.0-88-generic, x86_64: installed 8812au, 4.2.2, 5.4.0-89-generic, x86_64:...
On Mint 18.3 systemd --version systemd 229 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN
I just tried the same steps, git clone, cd into dir, cp the template to config.py, edited the debug flag to True (instead of False) to get some output, then...
``` user@cw:/opt/turing-smart-screen-python$ pip install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable Ignoring numpy: markers 'python_version < "3.9"' don't match your environment Ignoring GPUtil: markers 'python_version...
I had to change User=root to **User=user** in the service file. (**user** is my login) I am able to start/stop the service and the display responds.
I'm building it in an AnduinOS VM 1.3.3  (proxmox, 64 bit) as stated on the README file. the git command is listed, I don't know what branch it brings....
I gave the VM 8 cores/16GB `make` make.log 2>&1 something happened to the mirror, it cannot connect `Unable to connect to mirror.aiursoft.cn:http: [IP: 45.77.178.215 80]` make.log 2648 lines ... https://termbin.com/c2gc...
If you're able to make `make` work, let me know. I see various errors in the make2.log but I'm not a developer.