Hi,
I have WiFi 802.11ac/b/g/n USB Module based on MediaTek MT7612U from SparkLan, exact this one: http://www.sparklan.com/p2-products-detail.php?PKey=9e41HnocSwZRv1XhfXX-ckoID4Vmd2lNcZAd8_uP0wA&WUBM-273ACN
My goal is to use in on device with OpenWRT as WiFi module.
I tried to build this driver: added to feed.conf, selected in menuconfig. I also modified in Makefile chipset selection:
CHIPSET = mt7612u
There was one error while building (to many arguments to cfg80211_rx_mgmt in file os/linux/cfg80211/cfg80211_util.c), and I corrected it by removing line 954 in this file.
But after writing image to SD card of my device and making insmod mt76x2.ko there was only one message in dmesg:
register rt2860
It seems that this driver can't recognize my device
Do you have any experience with this or similar chpset with USB interface? Maybe there is some other driver for MT7612u chipset?
I'm googling for that for long time, and without any success. I also tried driver from Sparklan website and compiling it for my PC with Ubuntu (kernel 3.13), but doesn't work at all.
I'll be very grateful for any help in running this WiFi usb module.
Regards
Lukasz
Hi,
I have WiFi 802.11ac/b/g/n USB Module based on MediaTek MT7612U from SparkLan, exact this one: http://www.sparklan.com/p2-products-detail.php?PKey=9e41HnocSwZRv1XhfXX-ckoID4Vmd2lNcZAd8_uP0wA&WUBM-273ACN
My goal is to use in on device with OpenWRT as WiFi module.
I tried to build this driver: added to feed.conf, selected in menuconfig. I also modified in Makefile chipset selection:
CHIPSET = mt7612uThere was one error while building (to many arguments to cfg80211_rx_mgmt in file os/linux/cfg80211/cfg80211_util.c), and I corrected it by removing line 954 in this file.
But after writing image to SD card of my device and making insmod mt76x2.ko there was only one message in dmesg:
register rt2860It seems that this driver can't recognize my device
Do you have any experience with this or similar chpset with USB interface? Maybe there is some other driver for MT7612u chipset?
I'm googling for that for long time, and without any success. I also tried driver from Sparklan website and compiling it for my PC with Ubuntu (kernel 3.13), but doesn't work at all.
I'll be very grateful for any help in running this WiFi usb module.
Regards
Lukasz