Mageia compile kernel cmd

I need some quick advice on compiling a custom kernel, I have downloaded the stable source (3.0.4) from kernel org, and the compile/install went well, but several hardware (e.g. bluetooth wlan etc) did not work. I know fairly well what hardware i need to enable, but I must have missed the Mageia way of doing this?
Here is what I did:
get the source from kernel org
unpack in /usr/src
symlink /usr/src/linux-source /usr/src/linux
cd /usr/src/linux
copy .config from boot
make clean && make mrproper
make menuconfig
..some small adjustments
make rpm
rpm -ivh the-new-kernel
updated bootloader
Maybe I have missed some important command, as wlan/bluetooth drivers didn't work? Anyone?
Here is what I did:
get the source from kernel org
unpack in /usr/src
symlink /usr/src/linux-source /usr/src/linux
cd /usr/src/linux
copy .config from boot
make clean && make mrproper
make menuconfig
..some small adjustments
make rpm
rpm -ivh the-new-kernel
updated bootloader
Maybe I have missed some important command, as wlan/bluetooth drivers didn't work? Anyone?