Bonjour,

J'ai réussi à installé la Kaella 2.1, sur un portable Dell Latitude
D400 avec une carte Intel 855GM Video 
Apparement, j'ai trouvé une personne qui décrit comment il a installé
une DEBIAN avec un noyau 2.6.14.2. (http://www.syk.se/~fenrus/d400/)

Mon PB est sur l'install du driver de la carte graphique. Actuellement
ma Kaella fonctionne en 800x600 à 25Mhz, ce qui crée du "flikering".
Suivant le site décris plus haut, j'ai telechargé le package
i915graphics.tar.gz depuis le site INTEL.

Malheureusement, le script d'install.sh se plante avec la log suivante
:

make -C /lib/modules/2.6.12/build SUBDIRS=/root/dripkg/agpgart-2.0
modules
make[1]: Entering directory `/usr/src/linux-2.6.12'
  CC [M]  /root/dripkg/agpgart-2.0/backend.o
/root/dripkg/agpgart-2.0/backend.c:69: error: conflicting types for
`agp_backend_acquire'
include/linux/agp_backend.h:105: error: previous declaration of
`agp_backend_acquire'
/root/dripkg/agpgart-2.0/backend.c:89: error: conflicting types for
`agp_backend_release'
include/linux/agp_backend.h:106: error: previous declaration of
`agp_backend_release'
/root/dripkg/agpgart-2.0/backend.c:220: error: erreur de syntaxe before
"drm_agp"
/root/dripkg/agpgart-2.0/backend.c:220: attention : type defaults to
`int' in declaration of `drm_agp'
/root/dripkg/agpgart-2.0/backend.c:221: attention : initialisation
transforme un pointeur en entier sans trans
typage
/root/dripkg/agpgart-2.0/backend.c:222: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:222: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:223: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:223: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:224: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:224: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:225: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:225: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:226: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:226: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:227: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:227: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:229: attention : éléments en excès
dans l'initialisation d'un scalaire
/root/dripkg/agpgart-2.0/backend.c:229: attention : (près de
l'initialisation de « drm_agp »)
/root/dripkg/agpgart-2.0/backend.c:229: attention : data definition has
no type or storage class
/root/dripkg/agpgart-2.0/backend.c: Dans la fonction « agp_add_bridge »:
/root/dripkg/agpgart-2.0/backend.c:281: attention :
`inter_module_register' is deprecated (declared at include
/linux/module.h:564)
/root/dripkg/agpgart-2.0/backend.c: Dans la fonction « agp_remove_bridge
»:
/root/dripkg/agpgart-2.0/backend.c:301: attention :
`inter_module_unregister' is deprecated (declared at inclu
de/linux/module.h:565)
make[2]: *** [/root/dripkg/agpgart-2.0/backend.o] Erreur 1
make[1]: *** [_module_/root/dripkg/agpgart-2.0] Erreur 2
make[1]: Leaving directory `/usr/src/linux-2.6.12'
make: *** [default] Erreur 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/root/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.12/build  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.6.12'
  CC [M]  /root/dripkg/drm/gdg_drv.o
In file included from /root/dripkg/drm/gdg_drv.c:17:
/root/dripkg/drm/drm_agpsupport.h:47: error: erreur de syntaxe before
'*' token
/root/dripkg/drm/drm_agpsupport.h:47: attention : type defaults to
`int' in declaration of `drm_agp'
/root/dripkg/drm/drm_agpsupport.h:47: attention : data definition has no
type or storage class
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_info »:
/root/dripkg/drm/drm_agpsupport.h:69: error: request for member
`copy_info' in something not a structure or un
ion
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_acquire »:
/root/dripkg/drm/drm_agpsupport.h:111: error: request for member
`acquire' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h:117: error: request for member
`acquire' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_release »:
/root/dripkg/drm/drm_agpsupport.h:140: error: request for member
`release' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h:142: error: request for member
`release' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_do_release
»:
/root/dripkg/drm/drm_agpsupport.h:155: error: request for member
`release' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h:156: error: request for member
`release' in something not a structure or uni
on
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_enable »:
/root/dripkg/drm/drm_agpsupport.h:178: error: request for member
`enable' in something not a structure or unio
n
/root/dripkg/drm/drm_agpsupport.h:185: error: request for member
`enable' in something not a structure or unio
n
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_bind »:
/root/dripkg/drm/drm_agpsupport.h:333: error: request for member
`bind_memory' in something not a structure or
 union
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_init »:
/root/dripkg/drm/drm_agpsupport.h:407: error: `drm_agp_t' undeclared
(first use in this function)
/root/dripkg/drm/drm_agpsupport.h:407: error: (Each undeclared
identifier is reported only once
/root/dripkg/drm/drm_agpsupport.h:407: error: for each function it
appears in.)
/root/dripkg/drm/drm_agpsupport.h:407: error: erreur de syntaxe before
')' token
/root/dripkg/drm/drm_agpsupport.h:412: error: request for member
`copy_info' in something not a structure or u
nion
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction « gdg_agp_uninit »:
/root/dripkg/drm/drm_agpsupport.h:436: attention : `inter_module_put'
is deprecated (declared at include/linux
/module.h:568)
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction «
gdg_agp_allocate_memory »:
/root/dripkg/drm/drm_agpsupport.h:443: error: request for member
`allocate_memory' in something not a structur
e or union
/root/dripkg/drm/drm_agpsupport.h:445: error: request for member
`allocate_memory' in something not a structur
e or union
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction «
gdg_agp_free_memory »:
/root/dripkg/drm/drm_agpsupport.h:451: error: request for member
`free_memory' in something not a structure or
 union
/root/dripkg/drm/drm_agpsupport.h:453: error: request for member
`free_memory' in something not a structure or
 union
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction «
gdg_agp_bind_memory »:
/root/dripkg/drm/drm_agpsupport.h:460: error: request for member
`bind_memory' in something not a structure or
 union
/root/dripkg/drm/drm_agpsupport.h:462: error: request for member
`bind_memory' in something not a structure or
 union
/root/dripkg/drm/drm_agpsupport.h: Dans la fonction «
gdg_agp_unbind_memory »:
/root/dripkg/drm/drm_agpsupport.h:468: error: request for member
`unbind_memory' in something not a structure
or union
/root/dripkg/drm/drm_agpsupport.h:470: error: request for member
`unbind_memory' in something not a structure
or union
In file included from /root/dripkg/drm/gdg_drv.c:28:
/root/dripkg/drm/drm_memory.h: Dans la fonction « drm_follow_page »:
/root/dripkg/drm/drm_memory.h:139: attention : passage de l'argument
n°1 de « pmd_offset » d'un type pointeur
incompatible
In file included from /root/dripkg/drm/gdg_drv.c:30:
/root/dripkg/drm/drm_vm.h: Dans la fonction « gdg_mmap »:
/root/dripkg/drm/drm_vm.h:625: attention : implicit declaration of
function `remap_page_range'
In file included from /root/dripkg/drm/gdg_drv.c:31:
/root/dripkg/drm/drm_stub.h: Dans la fonction « gdg_stub_putminor »:
/root/dripkg/drm/drm_stub.h:145: attention : `inter_module_put' is
deprecated (declared at include/linux/modul
e.h:568)
/root/dripkg/drm/drm_stub.h:147: attention : `inter_module_unregister'
is deprecated (declared at include/linu
x/module.h:565)
/root/dripkg/drm/drm_stub.h: Dans la fonction « gdg_stub_register »:
/root/dripkg/drm/drm_stub.h:177: attention : implicit declaration of
function `inter_module_get'
/root/dripkg/drm/drm_stub.h:188: attention : `inter_module_register' is
deprecated (declared at include/linux/
module.h:564)
make[3]: *** [/root/dripkg/drm/gdg_drv.o] Erreur 1
make[2]: *** [_module_/root/dripkg/drm] Erreur 2
make[2]: Leaving directory `/usr/src/linux-2.6.12'
make[1]: *** [modules] Erreur 2
make[1]: Leaving directory `/root/dripkg/drm'
make: *** [gdg.ko] Erreur 2
-- 

This message was sent from: Questions techniques.
<http://www.linux-azur.org/phorum/read.php?f=1&i=1403&t=1403> 
Sent using Phorum software version 3.4.6 <http://phorum.org/>


Linux-Azur :      http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****

Répondre à