zuozhehao
zuozhehao
> 看着像电源的问题 电压不足么?试了下R86S也是一样的。
> 可怜的孩子 也只有 这些各种奇葩的硬路由 有这些各种问题 试了下R86S也是一样的。
> **还有,如果是x86设备依旧死机的话,可以编译的时候选择 intel-microcode 和 amd64-microcode,再试下,因为在这个设备上装ubuntu的话,把这个包卸载了也一样死机 (Linux 6.1内核)** 谢谢,其实我是想确认下,这种死机有什么日志之类的可以排查,这样就比较好针对性解决问题,现在是R2S/R5S/R86S 都有同样问题。@mdaylight
```go var i int64 for i = 0; i < conc; i++ ```
> Where does `OAUTH_USER` come from, is it a mask character? 🤔 I saw this from the log, but I’m not sure exactly how it happened. @yp05327
> Could you give more details about the steps how could you address that. What are the steps you are mean. @lunny
It also does not support "double click ctrl"
> 测试过了,直接用 argon 主干 main 分支没有问题了,lede 升级了 luci 版本。 没看到main 分支。
> > 没看到main 分支。 > > 应该为本主题的默认的"master"分支 @SpeedPartner 试过了,不行
> > @SpeedPartner 试过了,不行 > > 编译错主题版本版本导致. LEDE编译使用目前最新默认的23.05 LuCI时,请拉取本主题默认的master分支源码进行编译,主题makefile中版本为v2.x.x+; 如果你想使用使用本主题18.06分支的版本,那么请按当前issue中的操作,将LEDE源码中的LuCI源码从23.05改成以前的18.06 LuCI,主题makefile中版本为v1.x.x+; 如果在LEDE的源码中更改了LuCI源,请记得make clean后,重新全新编译. ``` rm -rf feeds/luci/themes/luci-theme-argon git clone -b master https://github.com/jerrykuku/luci-theme-argon.git feeds/luci/themes/luci-theme-argon ``` 没错,是master 分支。