web-dev-qa-db-fra.com

Erreur lorsque je compile le noyau 3.3.2 dans Ubuntu 12.04

Je pense que ce n'est pas un bug d'ubuntu. Voici la sortie:

  OBJCOPY Arch/x86/boot/vmlinux.bin
  HOSTCC  Arch/x86/boot/tools/build
  BUILD   Arch/x86/boot/bzImage
Setup is 16800 bytes (padded to 16896 bytes).
System is 4599 kB
CRC f77d64c0
Kernel: Arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 3268 modules
ERROR: "__modver_version_show" [drivers/staging/rts5139/rts5139.ko] undefined!
WARNING: modpost: Found 4 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
1
rock-alternativo

Dans Ubuntu 12.04 et le noyau 3.3.4, j'ai désactivé le module:

sed -i s/CONFIG_RTS5139=m/CONFIG_RTS5139=n/ .config
2
grv