Skip to content

CM201-1-YS刷入成功,有线无线都连接成功 #2209

@wgbingo

Description

@wgbingo

Device Information | 设备信息

  • SOC: [S095l3b]
  • Model [CM201-1-YS]
  • 无线网卡[RTL8822CS]

Armbian Version | 系统版本

  • Kernel Version: [5.15.152]
  • Release: [bullseye]
  • Armbian_24.5.0_amlogic_s905l3b_bullseye_5.15.152_server_2024.03.16.img

过程描述
先刷入安卓9带root的固件,成功启动桌面后进入设置恢复出厂设置(密码通常是10086),在重启的时候插入写好的U盘,这时可以插入TLL跑码,无须短接即可启动armbian,此时如果没意外有线网卡是能够自动获取ip了,然后登陆终端,用ip add查看有线和无线网卡的mac地址,在/etc/network/interfaces后面添加几行代码:
auto eth0
allow-hotplug eth0
pre-up ifconfig eth0 hw ether [eth0的mac,去掉前后中括号]
auto wlan0
pre-up ifconfig wlan0 hw ether [wlan0的mac,去掉前后中括号]

第二行是允许有线网口热拔插
第三五行是固定有线无线的mac地址
保存完后reboot,然后nmcli device status会显示wlan0的状态disconnecte,这就表示无线网卡也成功使能了,输入nmcli dev wifi list可以显示出附近的wifi信号,然后进入nmtui连接wifi。重新进入终端后会显示2个ip。

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationnew boxResearch Fills in the BlankssupportThis need is supported

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions