Advertisement
Guest User

Untitled

a guest
Jan 19th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Debug: module-check-generic
  2. install -d /home/morgan/src_2/linux-3.16.0/debian.master/abi/3.16.0-29.39/amd64
  3. find /home/morgan/src_2/linux-3.16.0/debian/build/build-generic/ -name \*.ko | \
  4. sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > /home/morgan/src_2/linux-3.16.0/debian.master/abi/3.16.0-29.39/amd64/generic.modules
  5. II: Checking modules for generic...
  6. reading new modules...read 4118 modules.
  7. reading old modules...
  8. MISS: nouveau
  9. MISS: r128
  10. MISS: radeon
  11. MISS: sis-agp
  12. MISS: tdfx
  13. MISS: tmem
  14. MISS: xen-blkback
  15. MISS: xen-evtchn
  16. MISS: xen-fbfront
  17. MISS: xenfs
  18. MISS: xen-gntalloc
  19. MISS: xen-gntdev
  20. MISS: xen-kbdfront
  21. MISS: xen-netback
  22. MISS: xen-pciback
  23. MISS: xen-pcifront
  24. MISS: xen-privcmd
  25. MISS: xen-tpmfront
  26. MISS: xen_wdt
  27. NEW : sound
  28. NEW : sound_firmware
  29. NEW : v_midi
  30. NEW : snd-pcm-oss
  31. NEW : snd-seq-oss
  32. read 4132 modules : new(5) missing(19)
  33. EE: Missing modules (start begging for mercy)
  34. debian/rules.d/4-checks.mk:12: recipe for target 'module-check-generic' failed
  35. make: *** [module-check-generic] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement