Dawid Kurek
Dawid Kurek
@bbros-dev ```bash make[3]: *** No rule to make target '/tmp/evdi/module/evdi_drv.o', needed by '/tmp/evdi/module/evdi.o'. Stop. ``` This is veery strange.. Could you please provide output of `cc --version` and `make --version`?...
Output of make when it fails will be probably needed to understand what is happening. I wasn't able to reproduce this issue on my machine.
@cement-head `/bin/sh: 1: flex: not found` **flex** is missing. Is it installed? `sudo apt install flex` on Ubuntu. But this seems to be something different than @bbros-dev sees.
Not sure if I know more about dkm than anyone here ;) DisplayLinkManager is shipped now with evdi sources snapshot. module is build with `dkms install ${PATH_TO_EVDI}/module` and library with...
Hi @mcassaniti. Unfortunately this is a flow in the API (see e.g. #93) and we are aware of it. For now there wasn't any other clients (or simply I don't...
Hi @kecsap 1. Yes, we suggest to use modesetting driver as we found out that it is the most stable to use with EVDI. Good to know they are adding...
Just a note, there are some FAQs * https://support.displaylink.com/knowledgebase/articles/1883065-using-arm-binaries-on-raspbian-on-raspberry-pi * https://support.displaylink.com/knowledgebase/articles/1883068-using-arm-binaries-on-ubuntu-mate-on-raspberry-pi with known limitations. Also keep in mind we had only checked how this behaves with Pi.