![]() |
|
|
|
|
#1 |
|
Senior Member
Join Date: Feb 2010
Posts: 386
|
I didn't use dkms, just used make to build in place. I think the problem you have is this:
Code:
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ Michal |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2016
Posts: 20
|
Hi Michal,
After successfull build the evdi module and reboot The Build of evdi are successfull. Here is the output from 'example' command of the terminal window is at follows: Code:
pi@pi-desktop:~/target/bin$ sudo ./example EDIDv1_1440x900 terminate called after throwing an instance of 'boost::filesystem::filesystem_error' what(): boost::filesystem::directory_iterator::construct: No such file or directory Aborted (core dumped) Code:
pi@pi-desktop:~/target/bin$ sudo ./example EDIDv1_1440x900
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::directory_iterator::construct: No such file or directory
Aborted (core dumped)
pi@pi-desktop:~/target/bin$ sudo ./monitorsim EDIDv1_1440x900
[libevdi] ioctl: drop_master error=-1
[libevdi] ioctl: drop_master error=-1
[libevdi] ioctl: drop_master error=-1
[libevdi] ioctl: drop_master error=-1
The X11 connection broke: I/O error (code 1)
XIO: fatal IO error 22 (Invalid argument) on X server ":0"
after 399 requests (399 known processed) with 0 events remaining.
The output from 'lsmod' command of the terminal window is at follows: Code:
lsmod| grep evdi evdi 36280 0 drm_kms_helper 101028 3 vc4,evdi drm 262564 8 vc4,evdi,drm_kms_helper syscopyarea 2945 2 evdi,drm_kms_helper sysfillrect 3443 2 evdi,drm_kms_helper sysimgblt 2069 2 evdi,drm_kms_helper What steps have you done until to compile evdi? How did you actually compile evdi? Runs under ubuntu mate an USB monitor (DL31xx) e.g. HP s104u? I havent any ideas anymore.. Best regards Michael |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2016
Posts: 20
|
..does anyone else have an idea?
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Oct 2016
Posts: 20
|
.. push.
Best regards Michael |
|
|
|
![]() |
|
|