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

Compilation failed on Linux 5.7 #14

Closed
TuxThePenguin0 opened this issue May 4, 2020 · 6 comments
Closed

Compilation failed on Linux 5.7 #14

TuxThePenguin0 opened this issue May 4, 2020 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@TuxThePenguin0
Copy link

Make fails with:
fl2000_drm/fl2000.h:28:10: fatal error: drm/drmP.h: No such file or directory

It seems as though drmP was replaced in a recent kernel version, seems as early as 5.5

@klogg
Copy link
Owner

klogg commented May 5, 2020

Yeah, I build it for 5.4 now with Ubuntu 20.04. As soon as I resolve #15 and #16 I will move to cleanup and possible upstream support. Before that - patches are welcome

@klogg klogg added the help wanted Extra attention is needed label May 5, 2020
@fcrohas
Copy link

fcrohas commented May 6, 2020

Hi,
I just read your comment today, i'm on opensuse thumbleweed with kernel 5.6.4, mostly the same issue. I forked you repo and started to push my change to get it compile. But unfortunally, it compile ,load but can't check as my dongle is vga output. Bought it a while ago to try osmofl2k driver :)

@fcrohas
Copy link

fcrohas commented May 8, 2020

Ok i ve done the changes to support latest kernel. Now i look how to add dumb_vga_dac via devicetree ....

@TuxThePenguin0
Copy link
Author

I have a HDMI version of the adapter and your changes compile and load fine on my machine, however I'm not sure how to test it. If someone knows how then help would be appreciated

@klogg
Copy link
Owner

klogg commented May 12, 2020

I test with virtme/qemu, check out the DEBUG.md and scripts folder. I have solved the issue with PLL and buffer byteswap, will move to continue cleanup later this week.
Patches are welcome 😁

@klogg
Copy link
Owner

klogg commented Nov 1, 2020

Migrating to 5.8 kernel with Ubuntu 20.10

@klogg klogg closed this as completed Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Development

No branches or pull requests

3 participants