-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unknown symbol in module with Linux version 5.15.126-1-pve ? #1
Comments
Paste the output of dmesg showing the unknown symbol. You probably need to run |
Thanks for replying :) Here is my dmesg logs:
So I try to modprobe drm_shmem_helper
But I don't have such module :)
|
You will need to find the modules associated with the functions and modprobe them. Maybe try drm and drm_kms_helper? I didn't need to do that so I'm not sure which modules are needed. |
Good call, I can now insert the module in kernel !
dmesg
|
I got another question :) |
Not sure what it takes to get this working though. There is fbdev code inside already. |
I think I might have found a solution for the virtual console issue. Might want to look into the |
Thank you for finding this ! But it's not working here:
In fact I don't have any framebuffer active :(
There is something wrong with the fl2000 kernel module, it doesn't export his framebuffer into /dev/fb* for me
Question: Do you have on your side one FrameBuffer available in /dev with this kernel module ? |
Maybe linux change something with /dev/fb in newer kernel. With the same hardware + one real graphic nvidia pci card:
EDIT - OK bad idea:
Anyway, the /deb/fb0 should spawn when connecting fl2000 with vga adapter, and unfortunatly it's not working here. (see preview dmes) |
See #2. I also have an AMD system but I couldn't reproduce the issue so I'm not sure what's causing the kernel error.
You will need to recompile the kernel for that. I have /dev/fb* on linux kernel 6.6. You could also try kmscon for the console output, which probably works without recompilation. |
First, thanks for making this VGA driver version for recent kernel :)
My distrib is using kernel Linux version 5.15.126-1-pve, so I compiled it successfully with the following commands:
But when I'm trying to insert it into kernel I got this error
Do you have any idea how I can fix this ?
Thanks !
The text was updated successfully, but these errors were encountered: