Nossiac / mtk-openwrt-feeds

mtk-openwrt-feeds
428 stars 203 forks source link

Can't load MT7603 & MT7615 driver simultaneously #51

Open mark0201tw opened 6 years ago

mark0201tw commented 6 years ago

How can I load mt7603.ko and mt7615.ko simultaneously? I got the error message while loading mt7615 after mt7603 as below (Load either mt7603 or mt7615 is OK that could be probed) [483.786344] mt7615: exports duplicate symbol AsicSwtichChannel (owned by mt7) 1 module could not be probed

Nossiac commented 6 years ago

These 2 drivers have serveral conflicts actually: they try to export the same symbols, they try to register the same driver signature... MTK gives some workaround tricks to build them together, but in my case, these tricks are aweful. I have to strip some code to fix this.

You may try the next autobuild mt7603.ko

mark0201tw commented 6 years ago

I tried today's build. It seems the issue still there. Look forward your fix !