rhgndf / ms912x

MacroSilicon USB to VGA/HDMI adapter (534d:6021) Linux DRM driver
GNU General Public License v2.0
45 stars 11 forks source link

error module section size must match the kernel's built struct module size at run time #16

Open dancenanta opened 9 months ago

dancenanta commented 9 months ago

i'm using the latest code provided, sucessfully installed using dkms, but my dmesg output says:

[ 104.742456] usb 1-3: new high-speed USB device number 6 using xhci_hcd [ 104.891256] usb 1-3: New USB device found, idVendor=534d, idProduct=6021, bcdDevice= 1.10 [ 104.891271] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 104.891278] usb 1-3: Product: usb extscreen [ 104.891284] usb 1-3: Manufacturer: USB Display [ 104.891289] usb 1-3: SerialNumber: 2019BA7160B0 [ 104.894816] hid-generic 0003:534D:6021.0004: hiddev0,hidraw1: USB HID v1.10 Device [USB Display usb extscreen] on usb-0000:00:14.0-3/input0 [ 104.905823] usb-storage 1-3:1.4: USB Mass Storage device detected [ 104.906312] scsi host2: usb-storage 1-3:1.4 [ 104.927117] module ms912x: .gnu.linkonce.this_module section size must match the kernel's built struct module size at run time

i'm using ubuntu KDE with this kernel: Linux 6.5.0-21-generic #21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 9 13:32:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

is this might be the 6.5 kernel not yet supported?

rhgndf commented 8 months ago

Try recompiling?