Hi,
I have a problem running xfree-4.3.99.16 on my Epia ME8000 board.
When I run "XFree86 -configure" I gen an error message:
Code: Select all
via
(EE) Failed to load module "via" (once-only module, 136083937)
I checked the unpacked source and "drivers/via" is present and seems up-to-date. It is also installed in "/usr/X11R6/lib/modules/drivers/" under the name via_drv.o (is this OK?). So I tried to insmod it... no success (/usr/X11R6/lib/modules/drivers/via_drv.o: couldn't find the kernel version the module was compiled for).
Any idea why this might be happening?
I also noticed that agpgart module does not load:
Code: Select all
iFoto linux # modprobe agpgart
/lib/modules/2.4.20-gentoo-r6/kernel/drivers/char/agp/agpgart.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r6/kernel/drivers/char/agp/agpgart.o: insmod /lib/modules/2.4.20-gentoo-r6/kernel/drivers/char/agp/agpgart.o failed
/lib/modules/2.4.20-gentoo-r6/kernel/drivers/char/agp/agpgart.o: insmod agpgart failed
Can it be that this is related to my xfree via driver not loading?
Here is my "lsmod":
Code: Select all
Module Size Used by Tainted: GF
ohci1394 16488 0 (unused)
ieee1394 32236 0 [ohci1394]
via-rhine 12752 1
mii 2352 0 [via-rhine]
usb-storage 60600 0 (unused)
hid 13620 0 (unused)
uhci 24384 0 (unused)
ehci-hcd 14336 0 (unused)
usbcore 58912 1 [usb-storage hid uhci ehci-hcd]
Any hint on how to proceed would be appreciated. Thanks!