Hi,
I’ve been trying for a while to get an MTK MT7615 (the one from here) on my banana pi R2.
I’ve already checked this thread for help. That thread mentions mt7615e_rf.bin
, and later mt7615e_cr4.bin
, mt7615e_n9.bin
and mt7615e_rom_patch.bin
. The first one I’ve never found it anywhere, so I guess it’s a typo or has been renamed. As for the rest, I’ve tried copying them to /lib/firmware/mediatek
, /lib/firmware
with zero success (not even any relevant change in dmesg) both in debian 9 and 10.
I’ve also tried to modprobe mt76
with and without the firmware, again, with zero success.
# lspci # Partial
01:00.0 Unclassified device [0002]: MEDIATEK Corp. Device 7615
# lshw # Partial
*-generic UNCLAIMED
description: Unclassified device
product: MEDIATEK Corp.
vendor: MEDIATEK Corp.
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: msi pm pciexpress cap_list
configuration: latency=0
resources: memory:60000000-600fffff
Am I blind and missing something? Wouldn’t be the first time… Or do I need to recompile a new kernel? I’d like to avoid that if at all possible.
Thanks.