|
intel 915 chipset in ubuntu?
i have the Intel 82845G Graphics controller and i've been trying to install the linux drivers i downloaded. it didn't come with a readme.txt and got an error:
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
i've been reading around and its been question whether this chipset is supported by ubuntu or not but no clear answer.
here is what the dri.log file had:
make -C /lib/modules/2.6.28-13-generic/build SUBDIRS=/home/lashaun/Documents/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-13-generic'
CC [M] /home/lashaun/Documents/dripkg/agpgart-2.0/backend.o
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:68: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:88: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:281: error: implicit declaration of function ‘inter_module_register’
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/home/lashaun/Documents/dripkg/agpgart-2.0/backend.c:301: error: implicit declaration of function ‘inter_module_unregister’
make[2]: *** [/home/lashaun/Documents/dripkg/agpgart-2.0/backend.o] Error 1
make[1]: *** [_module_/home/lashaun/Documents/dripkg/agpgart-2.0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-13-generic'
make: *** [default] Error 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/lashaun/Documents/dripkg/drm'
make -C /lib/modules/2.6.28-13-generic/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.28-13-generic'
rm: cannot remove `/home/lashaun/Documents/dripkg/drm/.tmp_versions/CVS': Is a directory
make[2]: *** [crmodverdir] Error 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.28-13-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/lashaun/Documents/dripkg/drm'
make: *** [gdg.ko] Error 2
can someone help me please?
|