First the wireless issue... Shame on me, I mistyped the WPA key so that wireless access point was found but connection failed. With the correct WPA key I did get connection. Issue solved.
Then the nVIDIA problem... there I still have 2 issues.
The complete error message after installation and reboot and CTRL-ALT-F2 "startx" was
FATAL: Error inserting nvidia-current (/lib/modules/3.3.0-desktop-2.mga2/dkms-binary/drivers/char/drm/nvidia-current.ko.xz): no such device
FATAL: Error running install command for nvidia
I conclude that for some reason the nouveau driver is already loaded leaving no place for nVIDIA...
I found via Google that boot parameter "nokmsboot" migth solve it.
So I added this parameter in /boot/grub/menu.lst and YES I got nVIDIA splash screen and all was fine.
Is this the final solution?
But this was driver 295.20 and nVIDIA already released 295.33. So I wanted to update.
So I used the script on
http://onse.fi/nvidia-mgabuild/This generates:
dkms-nvidia-current-295.33-1custom.nvidia.mga2.x86_64.rpm
nvidia-current-cuda-opencl-295.33-1custom.nvidia.mga2.x86_64.rpm
nvidia-current-devel-295.33-1custom.nvidia.mga2.x86_64.rpm
nvidia-current-doc-html-295.33-1custom.nvidia.mga2.x86_64.rpm
x11-driver-video-nvidia-current-295.33-1custom.nvidia.mga2.x86_64.rpm
But when upgrading to these nVIDIA packages I have to CTRL-ALT-F2 again with "startx" to read:
Error: API mismatch: the NVIDIA kernel module has version 295.20,
but this NVIDIA driver component has version 295.33. Please make
sure that the kernel module and all NVIDIA driver components
have the same version.
I don't have an 295.33 update for package nvidia-current-kernel-3.3.0-desktop-2.mga2 of version 295.20.
Such a module does not exist in Mageia 1. There the kernel module is compiled on first reboot with new driver.
Should I remove this module or how to proceed?