树莓派上使用欧拉系统安装5G模块

Raspberry使用

以下方式为NDIS拨号方式,暂不支持2022-04-04的Raspbian系统,如果出错误了,请确认系统是不是2022-04-04之前的系统;2022-04-04之后的Raspbian系统推荐使用方便快捷的系统自带驱动,内部自动拨号的SIM820X RNDIS拨号

首次使用时需要进行的配置

请不要输错字母,最好复制粘贴

1
2
3
4
5
6
sudo dnf install p7zip  # 欧拉系统不支持apt-get
wget https://www.waveshare.net/w/upload/8/89/SIM8200_for_RPI.7z
7za x SIM8200_for_RPI.7z -r -o./SIM8200_for_RPI # 使用7z会出问题,直接使用7za
sudo chmod 777 -R SIM8200_for_RPI #改变权限
cd SIM8200_for_RPI
sudo ./install.sh #这里也会出现问题

如果在安装的时候出现如下错误:

1
2
3
4
5
6
linux-headers-5.10.0-136.12.0.18.oe2203sp1.raspi.aarch64
sudo: apt-get: command not found
./install.sh: line 15: make: command not found
./install.sh: line 21: make: command not found
modprobe: ERROR: could not insert 'option': Exec format error
modprobe: ERROR: could not insert 'qmi_wwan_simcom': Exec format error

使用以下命令安装 Linux 内核头文件:

1
sudo dnf install kernel-headers kernel-devel

请不要删除或者修改option目录、qmi_wwan_simcom目录、default.script、install.sh这四个目录文件,否则影响驱动的加载。

运行ifconfig -a可以看到已经生成了WWAN0。

参考链接:

https://www.waveshare.net/wiki/SIM8200EA-M2_5G_HAT#Raspberry.E4.BD.BF.E7.94.A8

https://docs.openeuler.org/zh/docs/22.03_LTS/docs/Installation/更多资源.html


树莓派上使用欧拉系统安装5G模块
https://fulequn.github.io/2023/02/Article202302242/
作者
Fulequn
发布于
2023年2月24日
许可协议