I have been reading all over the interweb, but haven’t found anything related.
What I want is to get a working version of openwrt 24 and upwards on it so I can use my usb wifi.
Getting openwrt on it is no problem but no matter what version I use the Wan is not working.
It seems like there is no connection, no blinking lights at my switch.
I tried different cables, switches, routers and modems but no luck.
The older versions of Gl.inet firm also have this issue on my brume 2, it states no cable connected to wan port.
Wan works on gl.inet firmware 4.6.2 and up, with all devices and cables I tried before, and the light are flashing on my switch.
I am no expert with linux or openwrt so could realy use some help.
I tried but keep getting errors when compiling.
Will setup my desktop with linux and give that a go later this week.
My laptop take hours to end up with an error.
Well no luck compiling an image.
Been trying for almost a week now but cant get it done.
I did create 1 with wifi drivers installed last week but no nothing I do works.
That one I used to get connected and install the en8811h drivers but stil no lan.
Is there a way to compile online or could someone send it to me?
This worked.. in your first reply it was just "d" and not "0xd" like you show me here or I misunderstood it...
Compiling was don in les the 10 minutes, before it took hours
And now it works like a Charm.
Would you also happen to know how I can add an extra tap in luci?
I am hoping to link to Adguard home in the service tap .
So I can just click on te tap and adguardhome opens .
I have been reading all I could find about it but I cant seem to be able to find the Lua files on my device.
I have been using winSCP to brows through the folders but no luck so far.
This is the guide I followed.
My first tries took a long time.
You can either use a linux computer/laptop or run vm.
I use a linux mint laptop and Debian vm.
Personally I like to use a linux machine and modify the files in the gui.
Then make a minimal image for the device.
When I know all is working.. I make the image whit all the extras I like.
I had the same issue.. it took me almost 20 hours the first times then ending with an error.
You need to edit the following file:
/target/linux/mediatek/dts/mt7981b-glinet-mt2500.dts in your compiling folder.
change it like icy showed in his second pic, ethernet-phy@5 to ethernet-phy@d and following the reg = <5>; to reg = <0xd>;
Locate the following files when compiling and ad them.
airoha-en8811h-firmware
kmod-phy-airoha-en8811h
When done correctly only the first time takes a bit longer downloading all files needed.
I am not at home so can't get to my image for uploading
After few long )) attempts I compiled snapshot build with kernel 6.6.90 and wan works now!
But I have a problem with installing custom packages on it - for example Amnezia WG
Do you know how to compile not snapshot but stable release 24.10.1?
In the Openwrt how to compile, in step 2 you get a list of all available versions.
In step 3 type: git checkout v24.10.1
Then just continue following the instructions.
In menuconfig you can use forward slash ( / ) to locate packages you want to include.
so I just tried the OpenWrt 24.10.2 official version for the MT2500A and have the same issue - can not get the Wan interface to work. Does this mean that it is not yet supported yet