According to the main page of VR200 deck and 2.4 GHz wifi unsupported, you know,
Good news, I can phone call while internet connection fully active. I checked a few times no problem.
The connection linkage DSL line goes splitter and separates Router and Deck. I am grateful
Bad news, I can't enable wifi 5Ghz There is nothing about wifi under network section.
I searched my router's support for MT7610E driver from git.openwrt.org
Thanks to Kevin Schmidt and Hauke Mehrtens shared a good way to enable 5Ghz wifi but I don't know how can I use this. What is this .dtsi extension .
I tried to install few packages in this page from the software section: kmod-mt76x0e wpad-basic kmod-usb-dwc2 kmod-usb-ledtrig-usbport
But nothing happened network tab on Luci interface.
I only found related MT76 on System Log
Thu Aug 20 21:20:25 2020 kern.info kernel: [ 12.868796] mt76x0e 0000:02:00.0: ASIC revision: 76100002
Thu Aug 20 21:20:25 2020 kern.info kernel: [ 12.942359] mt76x0e 0000:02:00.0: Firmware Version: 0.1.00
Thu Aug 20 21:20:25 2020 kern.err kernel: [ 13.196695] mt76x0e 0000:02:00.0: driver does not support default EEPROM
Thu Aug 20 21:20:25 2020 kern.warn kernel: [ 13.202197] mt76x0e: probe of 0000:02:00.0 failed with error -22
So do u have any recommendation for using 5 GHz wifi Official or Unofficial way
Could you any help
I have WiFi 5GHz working on VR200 using the latest snapshot build (r14418-d0f295837a) - assume this is thanks to the work of Kevin Schmidt and Hauke Mehrtens. Not sure when this will be in a stable release though, hopefully the next one?
I hope so, using OpenWrt 19.07.3 r11063-85e04e9f46 version. Did u update via system > software > updates.
I did via the above way but Luci interface freezed badly then had to soft reset. Due to I am staying a little bit away from this way
btw could you share status of mt76x0e at system log
There is a new update on routers page; I updated to new version
OpenWrt 19.07.3 r11063-85e04e9f46 -->
OpenWrt 19.07.4 r11208-ce6496d796
and mannually were installed mt76x0e but I getting same error
I didn't try this snapshot yet. But whenever go family home I'll try.
Former snapshot (RC-2) works, but sometimes lost connection. Maybe this release(RC-3) will be solved.
These messages means that "radio" partition at offset 0 contain incorrect EEPROM data. It's possible that it contain EEPROM for mt7662 wifi chipset.
Just for test you can backup radio partition and write any mt7610 refferance eeprom data from Mediatek SDK.
You can get eeprom from Padavan project
Thanks for your reply, first of all my device is Tp link archer c20 v1, 2.4ghz works fine only 5ghz radio is not showing up under wireless.
I backed up the radio. Which eeprom should i write?, i believe i need to write for mt7610e, which is the chip for 5ghz. there are two files available on the link above MT7610E-V10-FEM.bin and MT7612E_EEPROM.bin, which one should i try?
OK thanks, so just to be clear, i need to replace radio.bin(backed up) with MT7610E-V10-FEM.bin file correct? and start writing at offset 0x8000... is that right?
where radio.bin is backup copy of radio partition.
Then write this new radio.bin file back to flash. To unlock read only radio partition use kmod-mtd-rw package. Something like:
opkg update
opkg install kmod-mtd-rw
insmod mtd-rw i_want_a_brick=1
mtd unlock radio
mtd write radio.bin radio
After reboot mt7610 driver will read correct EEPROM.