张馆长🎄 结局很苦涩
关注数: 302 粉丝数: 4,404 发帖数: 52,635 关注贴吧数: 30
EmuELEC 菜单汉化步骤,个人鼓捣出来的 http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fzhangguanzhang.github.io%2F2022%2F01%2F22%2FEmuELEC%2F&urlrefer=40df63ed983a41202609ac29f2fef82f 更多折腾笔记看我博客这个文章,EmuELEC本身开源的东西,网上一堆人藏着掖着。 刚刚看 4.3 里的部分菜单还是英文的。例如 `DANGER ZONE`,上去 `find / -type f -exec grep -Eil 'DANGER\s+zone' {} \;`,找到如下文件: ``` /storage/.config/emulationstation/resources/mamenames.xml /storage/.config/emuelec/configs/locale/de/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/pt_PT/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/ko/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/hu/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/nb_NO/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/pl/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/ca/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/zh_TW/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/pt_BR/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/it/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/he/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/uk_UA/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/ru_RU/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/sv_SE/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/oc_FR/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/eu_ES/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/nl/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/el/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/zh_CN/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/zh_CN/LC_MESSAGES/emulationstation2.po~ /storage/.config/emuelec/configs/locale/cy_GB/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/ja_JP/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/nn_NO/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/es_MX/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/tr/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/es/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/es/LC_MESSAGES/emulationstation2.po~ /storage/.config/emuelec/configs/locale/fr/LC_MESSAGES/emulationstation2.po /storage/.config/emuelec/configs/locale/ar/LC_MESSAGES/emulationstation2.po ``` 例如我要汉化 `DANGER ZONE` 这个菜单,按照下面步骤修改文件内容后发布: ``` cd /storage/.config/emuelec/configs/locale/zh_CN/LC_MESSAGES/ vi emulationstation2.po # msgfmt 在包 gettext 里 msgfmt -o emulationstation2.mo emulationstation2.po ``` 效果图 DANGER ZONE 被我修改成 危险设置区域
esp-8266WIFI模块当作路由器中继WIFI信号 就不需要图了。。。 http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fgithub.com%2Fmartin-ger%2Fesp_wifi_repeater%2Ftree%2Fmaster%2Ffirmware_sdk_1.5.4&urlrefer=176322f33430b3abb2fef3ebd1dfcabe 固件作者github地址 对于通用ESP12,NodeMCU或Wemos D1使用以下设置(对于ESP-01将FLASH SIZE更改为“8Mbit”):注意初始化模块必须烧撸俩文件,blank和esp_init_data,地址和文件名都在图上面,我的是esp-12f 固件从以下默认配置开始: ssid:ssid,pasword:password ap_ssid:MyAP,ap_password:none,ap_on:1,ap_open:1 网络:192.168.4.0/24 这意味着它通过AP ssid密码连接到互联网,并通过ap_ssid MyAP提供一个开放的AP。这个默认值可以在文件user_config.h中更改。可以使用控制台界面将默认值覆盖并持久保存到闪存。该控制台可通过115200波特的串行端口或通过tcp端口7777(例如,从连接的STA的“telnet 192.168.4.1 7777”)获得。 使用以下命令进行初始设置: set ssid your_home_router's_SSID #设置连接的路由器ssid set password your_home_router's_password#设置连接路由器的密码 set ap_ssid ESP's_ssid#设置中继器的ssid set ap_password ESP's_password#设置中继器的密码 show #chakancanshu save #保存信息到flash内部 reset #重启串口和telnet设置如图,命令都一样,串口软件注意勾选发送新行 windows开启telnet在控制面板-程序的卸载-开启或者关闭windows功能里 固件文件下载 链接:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1kV0Yk9T&urlrefer=d634e27496c99814039ce3e3cfd431da 密码:xl5s
代码原因说明 代码原因说明 0保持正常工作 1非特定原因我们不知道是什么问题 2以前的身份验证不再有效客户端已关联但未被授权。 3由于发送STA正在离开(或已经离开)IBSS或ESS,已取消身份验证接入点脱机,对客户端进行身份验证。 4由于不活动而导致关闭超时客户端会话超时。 5由于AP无法处理所有当前关联的STA而异常接入点例如接入点正忙,执行负载均衡。 从未经身份验证的STA客户端接收到的6类2帧尝试在通过身份验证之前传输数据。 7从不相关的STA客户端接收的3类帧尝试在数据关联之前传输数据。 8由于发送STA正在离开(或已经离开),BSS操作系统使用非侵略性负载平衡将客户端移动到另一个接入点。 9 STA请求(重新)关联没有通过响应的STA客户端未被授权,仍尝试与接入点相关联。 10因为功率能力元素中的信息是不可接受的,所以不相关 11由于“支持的频道”元素中的信息是不可接受的,因此不相关 12保留未使用或特殊用途 13无效的信息元素。 14消息完整性代码(MIC)故障 15个4路握手超时 16组密钥握手超时 17信息元素4路握手不同于(Re)关联请求/探测 响应/信标帧 18组密码无效 要么 由于请求STA不支持BSSBasicRateSet参数中的所有数据速率,关联被拒绝* NEW * 客户端或AP请求的链路速度是不兼容的。 (我试图在G AP上运行N个速度) 19成对密码无效 20 AKMP无效 21不支持的RSN信息元素版本 22 RSN信息元素无效 23 IEEE 802.1X认证失败 24密码套件由于安全策略而被拒绝 25-31保留未使用或特殊用途 32不相关的未指定的QoS相关原因服务质量拒绝了该行为。 33因为QoS AP缺乏足够的带宽用于此QoS STA,因此不相关 34因为帧数过多需要被确认,而是不相关 由于AP传输和/或不良信道条件而被确认 35因为STA正在其TXOP的限制之外传输,所以不相关 36当STA正在离开BSS(或重置)时,从对等STA请求 37从对等STA请求,因为它不想使用机制 38请求对等STA作为STA接收帧使用的机制a 设置是必需的 39由于超时而从对等STA请求 45对等STA不支持请求的密码套件 45-65保留未使用或特殊用途 99通常是“无原因代码”/未知状态 535保留未使用或特殊用途
1 下一页