📣 This blog has been archived, CatWrt latest release page.
CatWrt For Newifi D2 New Router 3 Chicken Blood MTK Wireless Firmware, because the firmware for the new 3 on the market is not suitable for me. First, I need Chicken Blood wireless and sufficient functionality, which means using it as a wireless AP, so this version of the firmware was created.
Featured Features#
- Minimalized source code from Diao
- MTK Chicken Blood wifi wireless driver
- Full support for IPv6
- Basic network acceleration
- Ordinary remote management
Due to the limited storage space of Newifi D2, which is only a meager 32m, a minimal CatWrt firmware was specially made. It is basically the same source code as the x86 version v22.7, so the plugins are all pre-packaged, except for the original version + internal network penetration, which can be manually installed if needed.
Configuration#
Default IP 192.168.1.4
User root
Password password
You can also use the default without modification; if your network was previously on a different subnet, please modify it below.
Automatically Enable Wifi#
Due to the characteristics of the Chicken Blood firmware, wireless can only be turned on in this way, and the following methods are recommended.
Set a static address for the computer's wired connection to 192.168.1.x
, subnet mask 255.255.255.0
, fill in the main gateway/router address as 192.168.1.4
, and leave DNS empty or the same as the gateway.
Script#
Log in to the OpenWrt backend, go to System - Startup - Local Startup Script, and insert /sbin/mtkwifi up
before exit 0
.
Complete script
/sbin/mtkwifi up
exit 0
Scheduled Task#
In System - Scheduled Tasks, enter 0 * * * * /sbin/mtkwifi up
for the scheduled task.
Complete scheduled task
0 * * * * /sbin/mtkwifi up
Modify Default IP#
In the OpenWrt terminal, enter vi /etc/config/network
and modify the IP address in the option ipaddr line.
After completing, press Esc
, then press the colon :
, and enter wq
; it will actually display :wq
.
After returning, enter reboot
to restart.
Modify Default Password#
In the terminal, enter passwd
, input the password, and then confirm the password.
Download#
⚠️ The firmware is for students to learn and exchange technology only; please do not use it for illegal purposes.
File location v22.7/targets/ramips/mt7621
Generally, you only need to download the file with the suffix squashfs-sysupgrade.bin
, which is openwrt-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin
.
Alibaba Cloud Drive#
The image file format does not support sharing; rename the file in Alibaba Cloud Drive to
.exe
, and please rename it and remove the.exe
field before use.
Link: https://www.aliyundrive.com/s/a3uvrWWV4xa
Extraction code: 91tt
Tianyi Cloud#
Link: https://cloud.189.cn/web/share?code=VzAZFjVZFBry
Access code: ojg7
China Mobile Cloud Drive#
Link: https://caiyun.139.com/m/i?0H5CKCXZggb0Y
Extraction code: JHgq
Help#
Firmware support is not perfect, and bugs are inevitable. If you encounter problems, please leave a comment below or join the group to ask. If you use my firmware, you can consult me simply; if it's paid, that's even better. I won't respond if you use someone else's firmware!
- Buy the author a milk tea: Sponsor
- CatWrt QQ Group (Problem Handling): 669190476
- Telegram Group: Miao Er's Exchange
Feel free to leave comments to encourage ( ´・・) ノ (._.`)
This article is synchronized and updated to xLog by Mix Space. The original link is https://www.miaoer.net/posts/network/catwrt-v22.7-newifid2