OVH Cloud OVH Cloud

carte reso

3 réponses
Avatar
burinho
Bonjour,

voil=E0 depuis que j'ai ma machine amd64, je suis jamais arriver installer =
la=20
carte reseaux integrer =E0 la carte m=E8re.
j'ai installer le driver sk98lin.4, mail j'ai une erreur d=E9s que que=20
l'installe.





Code:
Create tmp dir (/tmp/Sk98IdpijHBmieiWgRBQQqJdb) =20
[ OK ]
Check user id (0) =20
[ OK ]
Check kernel version (2.6.8-11-amd64-generic) =20
[ OK ]
Check kernel symbol file (/proc/kallsyms) =20
[ OK ]
Check kernel type work=
ing
Check kernel type (SP) =20
[ OK ]
Check architecture (found) =20
[ OK ]
Set architecture (x86_64) =20
[ OK ]
Check compiler (/usr/bin/gcc) =20
[ OK ]
Check mcmodel flags (64bit) =20
[ OK ]
Check module support (/sbin/insmod) =20
[ OK ]
Check make (/usr/bin/make) =20
[ OK ]
Check archive file (sk98lin) =20
[ OK ]
Check kernel gcc version (3.4.4) (Kernel:3.4.4 !=3D gcc:3.3.5) =20
[ failed ]
There is a version mismatch between the compiler that was used
to build the current running kernel and the compiler which you
intend to compile the kernel module with. In most of the cases,
this is no problem, but there are cases in which this compiler-
mismatch leads to unexpected system crashes

If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH system
variable:
Example: export IGNORE_CC_MISMATCH=3D1
Installation of sk98lin driver module failed.
Delete temp directories (done) =20

3 réponses

Avatar
François Boisson
Le Fri, 7 Apr 2006 21:25:00 +0200
a écrit:

There is a version mismatch between the compiler that was used
to build the current running kernel and the compiler which you
intend to compile the kernel module with. In most of the cases,
this is no problem, but there are cases in which this compiler-
mismatch leads to unexpected system crashes



apt-get install gcc-3.3

puis tu fais un lien /usr/bin/gcc-> /usr/bin/gcc-3.3
(mal!), /usr/local/bin/gcc-> /usr/bin/gcc-3.3 (mieux parait il, devrait
marcher ici), ou bien

export CC=/usr/bin/gcc-3.3; [commande pour compiler ton module]

François Boisson

PS: tu as larguer le forum?


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
burinho
> apt-get install gcc-3.3


non mais il me dit que j'ai déjà la dernière version.

puis tu fais un lien /usr/bin/gcc-> /usr/bin/gcc-3.3
(mal!), /usr/local/bin/gcc-> /usr/bin/gcc-3.3 (mieux parait il, devrait
marcher ici), ou bien

export CC=/usr/bin/gcc-3.3; [commande pour compiler ton module]

François Boisson

PS: tu as larguer le forum?



non pas du tout, mais j'ai découvert cette liste hier, donc voilà
Avatar
François Boisson
Le Fri, 7 Apr 2006 22:33:23 +0200
a écrit:



> apt-get install gcc-3.3
non mais il me dit que j'ai déjà la dernière version.



Oui mais le gcc que tu as est le gcc-3.4, ton noyau est complié avec
gcc-3.3 donc les modules doivent être complié avec gcc-3.3 d'où le
message de gueulante...


> puis tu fais un lien /usr/bin/gcc-> /usr/bin/gcc-3.3
> (mal!), /usr/local/bin/gcc-> /usr/bin/gcc-3.3 (mieux parait il, devrait
> marcher ici), ou bien
>
> export CC=/usr/bin/gcc-3.3; [commande pour compiler ton module]
>
> François Boisson
>
> PS: tu as larguer le forum?

non pas du tout, mais j'ai découvert cette liste hier, donc voilà



J'en avais parlé sur le forum...


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact