Anyways, once it is merged, we will not be able to install 24.10.0 via the firmware selector. Only snapshots will become available, and then they will be a part of the 24.10.1 release later, so there should be no rush for you.
I am trying to build vanilla 24.10.0 now, but it's tricky. My Surface Pro tablet with Fedora constantly crashes, and I have to mess with dependencies and other errors. Spent the whole day building again and again. Will give it another try tomorrow.
Strange thing but there is plenty of free space. Almost 7GB. When I am trying to update base-files in OpenWRT 23.05.5, first there is some boot count script access error and then kernel panic with read only.
Yeah no problem , I was just suprised that PR was closed that's why I asked.
I am still waiting router to come from China , it took longer than I expected.
They say it's not recommended to upgrade packages at all. Especially base-files. I just wanted to check out if this is kind of normal or if there is something I've missed in the make menuconfig or in my code edits trying to add support for a new device which makes this thing happen?
So the bug was base-files_1~6df0e3d02a got an "update" to base-files_1655~6df0e3d02a trying to update it makes the system crash to read only with kernel panic similarly to what happened in past to someone mentioned in my previous comment links with OpenWRT 19 release IIRC.
After I've edited PKG_RELEASE:=1655 and rebuild
make package/base-files/clean && make package/base-files/compile
I've been able to rebuild my firmware, and now opkg doesn't show any updates to the base-files package since there are no real updates to that!
Do you think we should add that to this wiki page in case someone will ever build its vanilla firmware for a new device?
P.S. Just made the same for 23.05.5 but base-files version should be PKG_RELEASE:=1562. It works! No base-files update anymore!
So I finally received this router , installed OpenWRT 24.10 and everything works fine. Only thing I couldn't manage to control is fan. Anyone has any ideas how to implement fan-control in OpenWRT for this specific device? I'm a noob when it comes to coding but if anyone can guide where to start I can provide all the needed data from the router.
I installed fan controller modules from opkg repos but none of them works because fan is not identified by the firmware.Temperature sensors work but fan speed shows nothing.
Hey guys, can any of the maintainers here on the forum review my PR and get it closer to approval? It's been a long time since it's been there.
I've tested this on recent snapshots, and also backported this to 24.10.0 and 23.05.5. Everything seems to work well. No issues at all. Using 24.10.0 as a daily driver on this router now.
Today something strange happened , if anyone has any ideas to help I would appreciate that.
I simply disconnect power cable from the router to move it somewhere else and then when I connect the cable again router's blue LED light which shows that it is working turned to red and I couldn't connect to it through lan or through wifi. Router simply wouldn't get recognized by pc when I connect through lan port , it showed "Unidentified network"
Then with help of @dunsky we managed to get router recognized in pc connecting it through WAN port and pushing power button long while connecting power cable.
I could able to reach to u-boot screen to flash firmware but whichever firmware I tried (openwrt 23.05,24.10, official qwrt, immortalwrt) none of them woks. When I upload the file into router LED turns on red (otherwise it is off in u-boot mode) and then when I click update LED blinks red for a second and turns off then the error comes to screen.
How can I solve this problem anyone knows?
Sad story. Have you been able to replace a faulty hardware with a new router? I think even by the time when they will send you a replacement we will likely to get PR approved anyway.
I'm still waiting for refund seems like in Taobao you can't change the faulty router with a new one. You need to apply refund then order a new router but price has gone up significantly in 1 month. It seems like there is big demand for this specific router from many Chinese users. I'm waiting for price to go down slightly and then I'll reorder.
I feel like something got corrupted in eMMC because when I checked the router with "df -k" command just before it got broken it showed totally nothing but in fact it supposed to show all the mounted partitions. And after restart my guess is due to no partitions are visible (somehow partition table got broken) router simply refused to start. And even bootloader flash didn't work. Most likely I needed to connect through UART and format/reset eMMC totally. Maybe that would help but it's just a guess.
By the way for anyone who wants to buy this router I have to say Huasifei customer service is very responsive and supportive. They tried to find the reason and directed me to apply few solutions on the router but unfortunately nothing helped. In bootloader mode there isn't much you can do and they didn't want me to open the router so I sent it back at the end.
Okay, it's been merged finally! Will it automatically appear in the next release? Also, I've seen some guys backport their devices to 24.10.0 and 23.05.5, and they appear in the code as well as in the firmware selector later though initially there was no support for these devices. Is it possible, or am I wrong?