One very small issue I've encountered with Beta 3 installed from the KDE livecd. I have an oldish Thinkpad Z60m laptop, and also use an usb mixer/sound interface for audio recording. One reason I have loved the MCC so much is the ability to enter module parameters via gui with the hardware section of MCC. It saves having to edit modprobe.conf as root and knowing exactly how to type what is needed. I used this with Mageia 1 to set the USB device to index -2 so that the internal laptop sound card is always default. This didn't seem to work in Mageia 2 beta3 - a different device seemed to be chosen at ramdom. Sometimes the laptop device and sometimes the USB device would be the first audio device. I finally looked at etc/modprobe.conf - and it had indeed been ammended with "options snd_usb_audio index=-2", but in general was a much sparser file with less entries than I remember. It was then I noticed that there is also a modprobe.d folder in /etc which contains a "00_modprobe.conf" file. Amending the "options snd_usb_audio index=-2" line to this file has fixed the problem.
So in short it seems that when configuring driver options in the "Browse and configure hardware" section of Mageia Control Center, changes are being written to etc/modprobe.conf which is apparently not the correct file anymore. Seems it should be etc/modprobe.d/00_modprobe.conf.