[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unable to hear audio



Hi Vincent,

I only found references on how to compile fresh kernel sources but nothing specific to making changes to pre-existing kernels. Is it the same or are there any specific docs I could look at?

I would do this like that:

1/ zcat /proc/config.gz > /usr/src/linux-source-2.6.x/.config
2/ cd /usr/src/linux-source-2.6.x
3/ make oldconfig
4/ make menuconfig
5/ make-kpkg --initrd --rootcmd fakeroot kernel_image
6/ cd ..
7/ dpkg -i linux-image-xxx.deb
8/ reboot

Replace the "x" characters with the correct values ;) You will also need to recompile the external modules if any.

Regards,

Cyril Jaquier


Reply to: