hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
292 stars 24 forks source link

Router: Linksys Velop MX5300(AX5300) Mesh WiFi 6 Router + OpenWrt #406

Open hhstore opened 1 year ago

hhstore commented 1 year ago

📖 Abstract:

💯 Related:

树莓派:

hhstore commented 1 year ago

Linksys WiFi6 路由器 MX5300(AX5300) 刷 OpenWrt

update: 2024-11:

实测报告:


# 连接 openwrt 路由器:
ssh root@192.168.1.1

# 查看 启动分区: 如果是 1, 就设置 2, 反之亦然.
fw_printenv -n boot_part

boot_part=1   # 我刷机的分区是 1, 未刷机的分区是2

# 设置启动分区为另外一个未被刷机的分区.
# (每次更新 openwrt  固件,都建议先切到 原厂分区里升级!!! 避免把2个分区都刷机, 导致无法还原!!)
fw_setenv boot_part 2

# 重启路由器
reboot

Linksys + OpenWRT 固件:

PR进展:

折中方案:

前置一个可以刷 OpenWrt 的路由器.

Linksys Velop AX5300

京东:

一些评测:

Linksys WiFi6 真香!

hhstore commented 1 year ago

OpenWRT

论坛讨论:

openwrt + linksys 固件下载:

改版固件:

hhstore commented 1 year ago

其他型号的路由器, 刷固件教程:

固件下载:

hhstore commented 1 year ago

openwrt:

clash 插件:

hhstore commented 1 year ago

各种路由器固件说明:

hhstore commented 1 year ago

从路由器 WHW0301 固件:

下载:

hhstore commented 3 months ago

软路由组网方案:

条件:

组网结构:

主路由组网方案:

旁路由组网方案:

参考:

hhstore commented 3 months ago

领势(LINKSYS)+ 软路由方案:

hhstore commented 3 months ago

LinkSys MX5300 OpenWrt 刷机教程:

注意!!!

参考:

准备工作:

image

解释一下:

登录路由器 admin 的 web 管理后台:

image image

开始刷机:

image image image
hhstore commented 3 months ago

刷机过程:

1 手动选择本地下载好的固件. 点击开始

image
  1. 点击 继续.
image
  1. 继续
image
hhstore commented 2 days ago

查看路由器分区

ssh root@192.168.1.1
fw_printenv -n boot_part

切换路由器启动分区:

image