Hi
I am trying to recompile the Ubuntu patched kernel (not vanilla kernel) - I am using 14.10.
Before anyone starts going on about why ? its due to
- lack of oss (old OSS) sound modules meaning not sound of some (old) games - aoss and pdoss doesn't work with the games/my H/W (having the kernel OSS modules is the ONLY way to play some old games - i.e paintball2 (SDL is broken)
- removal of nouveau
- choose the typeof CPU (rather than generic x86_64) - even if that only improves performance by 0.5 % thats better than no improvement
- I also remove XEN support
- set to 1000Hz
- I want to ....
I can create the kernel package find if I do the following fine (method1 - make-kpkg)
method1:-
-------------
- this works fine - builds kernel/image packages and it works.Code:apt-get source linux-image-$(uname -r) dpkg-source -x *.dsc cd linux-3.16.0/ chmod a+x debian/scripts/* chmod a+x debian/scripts/misc/* cp /boot/config-`uname -r` .config fakeroot debian/rules clean make menuconfig (make my modifications) fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
Method 2 :
----------------
outlined https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
It goes through the whole build process then stops atCode:apt-get source linux-image-$(uname -r) chmod a+x debian/scripts/* chmod a+x debian/scripts/misc/* fakeroot debian/rules clean fakeroot debian/rules editconfigs --> modify the first choice - amd64-generic. fakeroot debian/rules clean fakeroot debian/rules binary-headers binary-generic
any ideas why it fails here?Code:Debug: module-check-generic install -d /home/morgan/src_2/linux-3.16.0/debian.master/abi/3.16.0-29.39/amd64 find /home/morgan/src_2/linux-3.16.0/debian/build/build-generic/ -name \*.ko | \ 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 II: Checking modules for generic... reading new modules...read 4118 modules. reading old modules... MISS: nouveau MISS: r128 MISS: radeon MISS: sis-agp MISS: tdfx MISS: tmem MISS: xen-blkback MISS: xen-evtchn MISS: xen-fbfront MISS: xenfs MISS: xen-gntalloc MISS: xen-gntdev MISS: xen-kbdfront MISS: xen-netback MISS: xen-pciback MISS: xen-pcifront MISS: xen-privcmd MISS: xen-tpmfront MISS: xen_wdt NEW : sound NEW : sound_firmware NEW : v_midi NEW : snd-pcm-oss NEW : snd-seq-oss read 4132 modules : new(5) missing(19) EE: Missing modules (start begging for mercy) debian/rules.d/4-checks.mk:12: recipe for target 'module-check-generic' failed make: *** [module-check-generic] Error 1



Adv Reply



Bookmarks