Closed Haislich closed 9 months ago
The precise cause is:
/var/lib/dkms/evdi/1.14.1/build/evdi_fb.c: In function ‘evdifb_create’:
/var/lib/dkms/evdi/1.14.1/build/evdi_fb.c:421:23: error: ‘FBINFO_DEFAULT’ undeclared (first use in this function)
421 | info->flags = FBINFO_DEFAULT;
| ^~~~~~~~~~~~~~
The symbol FBINFO_DEFAULT
(that equates to 0
) was removed from the kernel by commit
b4f470aef449 with:
git describe --contains b4f470aef449
v6.6-rc1~97^2~254
$ git show b4f470aef449
commit b4f470aef4492315190bca1dadc693f2a52b0fad
Author: Thomas Zimmermann <tzimmermann@suse.de>
Date: Sat Jul 15 20:51:53 2023 +0200
media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
The flag FBINFO_FLAG_DEFAULT is 0 and has no effect, as struct
fbinfo.flags has been allocated to zero by kzalloc(). So do not
set it.
Flags should signal differences from the default values. After cleaning
up all occurrences of FBINFO_DEFAULT, the token will be removed.
v2:
* fix commit message (Miguel)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Andy Walls <awalls@md.metrocast.net>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This was fixed in commit a38c5ff
so you'll need the latest (v1.14.2) module source.
Works perfectly thanks.
Am I correct in saying that users of official package downloaded from displaylink website are out of luck right now, because it includes evdi 1.14.1?
@p91paul evdi 1.14.2 is provided through our APT server and Github. If you're referring to the stand-alone installer that contains both the driver and evdi, then yes, it contains older evdi that the driver came out with.
Not really sure if this is a strictly kernel, evdi or displaylink problem. I have a surface device and need a specific kernel version in order to make everything work. While trying to install Displaylink I run into trubles installing evdi, in particular
Here's the evdi log for reference. The very same thing happended while trying to install from apt.