Here is the commands I would type in Debian to get my wireless card working so maybe someone could translate them to Mageia commands for me?
- Code: Select all
su
sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms patch fakeroot unzip
wget http://media.cdn.ubuntu-de.org/forum/attachments/3208747/angepasster-2011_040...
unzip angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO.zip
cd angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/
sudo make
sudo make install
sudo modprobe -v rt5390sta
sudo depmod -a
sudo update-initramfs -u
I figured out how to do it! Here is the solution
(sorry about seperate commands, Ive been using Mageia for 15 minutes. Im not sure if you can connect packages into one command and if you can how to do it)
- Code: Select all
urpmi dkms
urpmi fakeroot
urpmi make
urpmi gcc-c++
Download file Ive attached
(assuming its in Downloads directory)
- Code: Select all
su
"your password"
cd Downloads
cd angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO
make
make install
modprobe -v rt5390sta
depmod -a
Click networking icon at top and it should work!
I am blown away with Mageia so far though. It is very very nice. (and I am a very picky user)