Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: redwolf on November 04, 2011, 11:19:41 PM
-
I'm trying to get Xorg configured on multicore64 with the proprietary nvidia driver. However, when running Xorg -configure, I'm getting the following error:
modprobe: can't load module nvidia (kernel.tclocal/drivers/video/nvidia.ko.gz)
unknown symbol in module, or unknown parameter
(EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
(EE) NVIDIA: system's kernel log for additional error messages.
(EE) Failed to load module "nvidia" (module-specific error, 0)
(EE) Failed to load module "via" (no error, 0)
(EE) Failed to load module "openchrome" (no error, 0)
dmeg shows..
nvidia: Unknown symbol agp_bind_memory (err 0)
nvidia: Unknown symbol agp_enable (err 0)
nvidia: Unknown symbol agp_backend_acquire (err 0)
nvidia: Unknown symbol agp_bridges (err 0)
nvidia: Unknown symbol agp_free_memory (err 0)
nvidia: Unknown symbol agp_allocate_memory (err 0)
nvidia: Unknown symbol agp_unbind_memory (err 0)
nvidia: Unknown symbol agp_copy_info (err 0)
nvidia: Unknown symbol agp_backend_release (err 0)
e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ioctl32(aterm:2053): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606ae) on /dev/pts/0
ioctl32(aterm:2053): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606b3) on /dev/pts/0
ioctl32(aterm:2053): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606ba) on /dev/pts/0
nvidia: Unknown symbol agp_bind_memory (err 0)
nvidia: Unknown symbol agp_enable (err 0)
nvidia: Unknown symbol agp_backend_acquire (err 0)
nvidia: Unknown symbol agp_bridges (err 0)
nvidia: Unknown symbol agp_free_memory (err 0)
nvidia: Unknown symbol agp_allocate_memory (err 0)
nvidia: Unknown symbol agp_unbind_memory (err 0)
nvidia: Unknown symbol agp_copy_info (err 0)
nvidia: Unknown symbol agp_backend_release (err 0)
nvidia: Unknown symbol agp_bind_memory (err 0)
nvidia: Unknown symbol agp_enable (err 0)
nvidia: Unknown symbol agp_backend_acquire (err 0)
nvidia: Unknown symbol agp_bridges (err 0)
nvidia: Unknown symbol agp_free_memory (err 0)
nvidia: Unknown symbol agp_allocate_memory (err 0)
nvidia: Unknown symbol agp_unbind_memory (err 0)
nvidia: Unknown symbol agp_copy_info (err 0)
nvidia: Unknown symbol agp_backend_release (err 0)
ioctl32(aterm:2247): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606ae) on /dev/pts/0
ioctl32(aterm:2247): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606b3) on /dev/pts/0
ioctl32(aterm:2247): Unknown cmd fd(5) cmd(00005302){t:'S';sz:0} arg(080606ba) on /dev/pts/0
Anyone else seeing this? Anyone have multicore64 4.0.2 working with the nvidia drivers?
I've attached a list of my extensions for reference.
-
Beyond loading the graphics- extension, it seems you need to modprobe agpgart for some reason.
-
Thanks....that seems to have done the trick. At least I end up with a working xorg.conf.new. I do still see the following errors though, even if I modprobe via. I received an error about a missing .dep when trying to modprobe openchrome.
(EE) Failed to load module "via" (no error, 0)
(EE) Failed to load module "openchrome" (no error, 0)
Again, I do end up with a working xorg.conf.new, so I'm not sure what, if any, effect these errors might have.
-
Nothing really, they should fail if you have no Via hw (or are using only the Nvidia card).
-
gnu depmod fixes this problem, we had fixed this issue in tc 3.x days but i forgot to commit these changes in my local copies
add depmod to nvidia-module-*.tcz.dep files please if you can
-
Added.