Comment 153 for bug 1220146

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

@ Abhishek Vershney
Hello,
I tried to create a file : wifi_bt_drivers
And it contain:
cd /home/manuel/MT7630E_Wi-Fi_BT_Source-Release_20140625/btloader
     sudo insmod ./mt76xx.ko
cd /home/manuel/MT7630E_Wi-Fi_BT_Source-Release_20140625/rt2x00
sudo sh ./load.sh
I saved it in my home folder.

But it don't works for me.

Here is the file load.sh:
insmod /lib/modules/$(uname -r)/kernel/drivers/misc/eeprom/eeprom.ko
insmod /lib/modules/$(uname -r)/kernel/drivers/misc/eeprom/eeprom_93cx6.ko
insmod /lib/modules/$(uname -r)/kernel/lib/crc-ccitt.ko
insmod /lib/modules/$(uname -r)/kernel/net/wireless/cfg80211.ko
insmod /lib/modules/$(uname -r)/kernel/net/mac80211/mac80211.ko
insmod ./rt2x00lib.ko;
insmod ./rt2x00pci.ko;
insmod ./rt2x00mmio.ko;
insmod ./rt2800lib.ko;
insmod ./rt2800pci.ko nohwcrypt;

I see that in the btloader's folder ther is 3 files:
Makefile
mt76xx.c
mt76xx.h

It don't contains a ./mt76xx.ko file. Is that normal?

I don't anderstand why it don't works