Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building on SuSe Linux 15.x #430

Open
commandline-be opened this issue Jul 28, 2023 · 0 comments
Open

building on SuSe Linux 15.x #430

commandline-be opened this issue Jul 28, 2023 · 0 comments

Comments

@commandline-be
Copy link

commandline-be commented Jul 28, 2023

  • Are you using the latest driver? YES

  • Are you using the latest EVDI version? YES (tested for both 1.7.0 and 1.13.1)

  • If you are using a DisplayLink device, have you checked 'troubleshooting'
    on DisplayLink's website? Yes, i know this device works with evdi/displaylink

  • Is this issue related to evdi/kernel? most likely

  • Linux distribution and its version : SUSE Linux Enterprise Desktop 15

  • Linux kernel version 5.14.21-150500.55.7-default

  • Xorg version (if used) using Wayland

  • Desktop environment in use : Gnome 44

Not building on SLED 15.5, the below are changes which do make it build without DRM

building WITH drm enabled fails as for other reported issues with drm/drm_irq.h #308

required to add the libkms library to avoid compile errors

zypper install libkms-devel   

modify the Makefile by commenting out

CONFIG_DRM_EVDI := m   

so it now reads

#CONFIG_DRM_EVDI := m  
  • Now the module builds and install into dkms but does not install into the kernel tree with either of below warnings depending on the dkms command used (respectively build and install)
    • WARNING: Symbol version dump "Module.symvers" is missing.
      Modules may not have dependencies or modversions.
      You may get many unresolved symbol warnings.
    • Warning: modules_install: missing 'System.map' file. Skipping depmod.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant