Lochnair / openwrt-mr200v4

12 stars 0 forks source link

5GHz wlan #1

Open Gouster4 opened 1 week ago

Gouster4 commented 1 week ago

I did compiled mr200v4-v23.05.0-rc3 with luci. But i cannot see 5GHz wlan options.

Its this exceptd behavior (not implemented yet in this branch), or its supported but im missing something?

Thank You.

Gouster4 commented 6 days ago

I guess i found reason.

[ 14.864452] mt76x0e 0000:01:00.0: card - bus=0x1, slot = 0x0 irq=4 [ 14.871082] mt76x0e 0000:01:00.0: ASIC revision: 76100002 [ 14.890101] mt76x0e 0000:01:00.0: Firmware Version: 0.1.00 [ 15.231861] mt76x0e 0000:01:00.0: EEPROM data check failed: ca3e [ 15.268220] mt76x0e 0000:01:00.0: driver does not support default EEPROM [ 15.275105] mt76x0e: probe of 0000:01:00.0 failed with error -22

I guess this is related:

mt76@0,0 {
    reg = <0x0000 0 0 0 0>;
    mediatek,mtd-eeprom = <&radio 0x8000>;
};

        radio: partition@7f0000 {
            label = "radio";
            reg = <0x7f0000 0x10000>;
            read-only;
        };

Here is dump from my mtd7 i got using command ssh root@192.168.1.1 "dd if=/dev/mtd7" | dd of=mtd7.bin mr200v4_radio.zip