# Copy of MT-3000 不刷机 使用指南

## <mark style="color:red;">【建议直接看这列表】2024年4月更新⬆️，一键脚本已更新！</mark>

<https://www.youtube.com/playlist?list=PL-Gg8EgJJQpAurP_hX6F3dyetP8q4FITj>

***

## 本图文的[<mark style="color:red;">视频版教学</mark>](https://www.youtube.com/watch?v=oQIhJORa2E4)<mark style="color:red;">👈🏻</mark>：另外此方法同样适用于<mark style="color:red;">MT2500/MT6000</mark>

## 第一回使用建议同步时间后，先升级到最新版

<div align="left"><figure><img src="/files/ROxNIYp2aZkDfpuWqdXy" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/HLqWWf4z0vLCeLalN3C2" alt="" width="563"><figcaption></figcaption></figure></div>

## 如何进入原始Openwrt界面，导入第三方软件源，如图

<div align="left"><figure><img src="/files/iozj99ng6yi1BN8PC95V" alt="" width="375"><figcaption></figcaption></figure></div>

**系统——软件包——配置OPKG，在/etc/opkg/customfeeds.conf文件中添加如下**

**添加后，记得点击 保存，然后再 点击 更新列表。**

<div align="left"><figure><img src="/files/IAEzueN6O03RAzNIDcKr" alt="" width="563"><figcaption><p>代码再下方⬇️复制下</p></figcaption></figure></div>

```javascript
src/gz supes https://dl.openwrt.ai/packages-23.05/aarch64_cortex-a53/kiddin9
```

#### <mark style="color:red;">⚠️⚠️⚠️记住！当你不使用第三方软件源的时候，记得把它用#号注释掉，而下图没有#号的代表已经引用了，如果理解不了，干脆把</mark>**/etc/opkg/customfeeds.conf 文件中的代码全部删除，就代表不**引用

<figure><img src="/files/XCbIYE1UeuC097S1hJuQ" alt=""><figcaption></figcaption></figure>

## 安装Argon主题

```xml
// 在系统——软件包，搜索 argon
安装 luci-theme-argon
```

## 用ipk安装包的方式安装`luci-app-store`&#x20;

{% hint style="danger" %}
用这种方式安装的iStore应用商店是无bug的，是不会跳来跳去的。而且是单独一个栏目，而不会出现在系统菜单下。
{% endhint %}

**ipk仓库地址如下**

## <https://istore.linkease.com/repo/all/store/>

<div align="left"><figure><img src="/files/5NljGYYklwSOoa7WFqrS" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="danger" %}

```
通过上述网址，找到最新版iStore，并且下载全部依赖的ipk，总共4个
点击系统——软件包，上传软件包，分别上传并安装这4个ipk文件。
注意主程序luci-app-store_0.1.13-3_all.ipk   最好是最后安装。
安装完毕之后，可以刷新一下网页。你就可以看到一个单独的iStore栏目啦！
如果出现汉化不完整的情况，强制刷新一下网页就好了。
```

{% endhint %}

## 安装首页和网络向导（luci-app-quickstart）

<figure><img src="/files/9JgGqmBrLa2AGrlyzjpq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/461FwGGhgCJ0Ez7IuvsI" alt=""><figcaption></figcaption></figure>

##

{% hint style="danger" %}
有些小伙伴说，安装不上quickstart，会报错。那是因为缺少依赖，一定要记得先安装上面的四个ipk。因为quickstart需要上面的四个ipk中的一个，具体来说就是taskd\_1.0.3-1\_all.ipk，如果你不想安装iStore应用商店，你至少把taskd\_1.0.3-1\_all.ipk 安装。因为luci-app-quickstart这款插件它需要。
{% endhint %}

## 修改风扇启动温度

<div align="left"><figure><img src="/files/o5b6VeXWnZeCjBK6Jepw" alt="" width="375"><figcaption></figcaption></figure></div>

```shell-session
// 打开 路由器的 终端，如果没有的话，你可以在iStore商店里安装一下quickstart
```

**复制下列代码，在终端粘贴代码↓**

```sh
sed -i 's/76/48/g' /etc/config/glfan

```

<div align="left"><figure><img src="/files/xm63799r0kqopGZbG5Dn" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/FziTCfYxjWHjehUgrzfO" alt="" width="563"><figcaption></figcaption></figure></div>

## 🌟��*安装自定义run格式的插件——下载新版（kxsw）⬇️*

[`https://github.com/AUK9527/Are-u-ok/tree/main/apps`](https://github.com/AUK9527/Are-u-ok/tree/main/apps)

前面说过了，<mark style="color:red;">**当我们不使用第三方软件源的时候**</mark>，可以<mark style="color:red;">**将软件包中的第三方源注释掉**</mark>（相当于不再引用），<mark style="color:green;">**这样确保iStore应用商店在安装app的时候不会报错**</mark>。顺利的展现在已安装列表中。当然不关闭第三方软件源也可以，只不过会有一些报错。因为iStore应用商店本质上也是依赖于opkg的配置。

```
//系统——软件包——配置OPKG，在/etc/opkg/customfeeds.conf文件中,加个#号
#src/gz supes https://dl.openwrt.ai/packages-23.05/aarch64_cortex-a53/kiddin9
```

<figure><img src="/files/P2fFRixLGTqzlq8YSjxp" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
如果安装了上述的run插件没有出现，别急，退出系统，从新登录即可找到。

新版插件pw和ssrp可在左边VPN 菜单⬇️下找到，而openclash 可在服务下⬇️找到。

提示各位，当三大插件安装好之后，建议，重启路由器。然后在做后续的节点导入等操作。
{% endhint %}

## 附加：安装阿里云盘webdav或者alist网盘

虽说mt3000仅有256MB存储空间，不过安装alist网盘还是绰绰有余的。

```
//系统——软件包——配置OPKG，在/etc/opkg/customfeeds.conf文件中,加个#号
#src/gz supes https://op.supes.top/packages/aarch64_cortex-a53/
```

<figure><img src="/files/4qjjtT9vcinsDyVqsQk5" alt=""><figcaption></figcaption></figure>

### 打开iStore应用商店，搜索 “alist”，点击安装即可。

<div><figure><img src="/files/JlaniVLkSLRDI4tSaGn3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lRtN3eBmDgSLh7yRAmzs" alt=""><figcaption></figcaption></figure></div>

## 附加：设置主机名映射（为了Android TV，如果不需要 请忽略）

#### 方法和步骤：网络——主机名映射——新增

<figure><img src="/files/Ml3IgYbzZoD4CoIpfbpf" alt=""><figcaption><p>这个步骤是防止原生安卓TV连不上wifi</p></figcaption></figure>

<div><figure><img src="/files/GUS6MyUr2MJHrpeqYVJv" alt=""><figcaption><p>手动填写ip 和 域名hou后回车</p></figcaption></figure> <figure><img src="/files/Fw4heVfZN7QIOMKI5yW6" alt=""><figcaption><p>最后如图所示，保存应用</p></figcaption></figure></div>

## 附加：设置主路由可访问二级路由

#### 假如你把mt3000连接到主路由，作为二级路由器，如果你连接的信号是主路由的信号，那么通常情况下，主路由无法访问二级路由。此时，可以将二级路由器的wan口防火墙入站打开，这样主路由就可以访问二级路由了。如图所示。

<figure><img src="/files/FY57xuNRIh3qKdk0j6yZ" alt=""><figcaption></figcaption></figure>

#### <mark style="color:red;">举例，假设主路由的网段是192.168.6.x，如图 它给mt3000分配的ip地址如图，访问此地址即可</mark>

<figure><img src="/files/FpCN5pYVZvVgcIAOIIJs" alt=""><figcaption></figcaption></figure>

## [<mark style="color:red;">方便大家购买，我也把这个产品上架到我的微店了</mark>](/wukongdaily/new-shou-ye/wu-kong-qun-zu-hui-zong/ge-ren-xian-yu.md)

<figure><img src="/files/JrI3ASHcoxyuVtsWACKN" alt="" width="320"><figcaption></figcaption></figure>

## 附加：车载使用场景

**特斯拉Tesla Model Y** 车机使用！<mark style="color:red;">**MT-3000**</mark> ⬇️

#### <https://www.youtube.com/watch?v=GqhLtG5OBJk>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://didiboy0702.gitbook.io/wukongdaily/new-shou-ye/copy-of-mt3000-bu-shua-ji-shi-yong-zhi-nan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
