well it is good to hear you like it. lfs is a great way to expand your knowledge.
but in your case a different kernel would solve your immediate issue.
in a shell type 'uname -a' to get your current running kernel info
download the following kernel package that is the same as your current kernel:
http://www.kernel.org/pub/linux/kern...6.30.4.tar.bz2
is the current latest 'stable'
you may need a new copy of linux-headers too.
/usr/src/linux is a symlink to your kernel source tree.
if not there? 'ln -s linux-source-2.6.30 linux'
go there and type: 'make mrproper'
copy your current running kernel config file /boot/config* to /usr/src/linux
rename the copied config* file to /usr/src/linux//.config
and follow the guide: README