Comment 122 for bug 1220146

Revision history for this message
Frog23 (frog23) wrote : Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

regarding the problem
  bash: ./load.sh: Permission denied
that some people have reported, try this (while being su)
  chmod +x load.sh
  ./load.sh

So the complete steps should now be
cd MT7630E_Wi-Fi_BT_Source_V3.14_20140625
sudo su
mv MT7630E_Wi-Fi_BT_Source\ Release_20140625 MT7630E_Wi-Fi_BT_Source_Release_20140625
cp firmware/Wi-FI/MT7650E234.bin /lib/firmware/
cd rt2x00
make
chmod +x load.sh
./load.sh

I hope I didn't forget anything. Thanks to everybody who helped figuring this out.
Bye
  Frog23