Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

129 bytes added, 10:02, 7 June 2023
How to use the M.2 E-Key PCIE WIFI6+Bluetooth module
{| class="wikitable" style="width:800px;"
|-
| '''S erial num berSerial number'''
| '''model'''
| '''Physical picture'''
'''(PCIE+USB Port)'''
| [[File:media/image230.p%20ngpng]]
| '''Debian'''
'''(PCIE+USB Port)'''
| [[File:media%20/image231.png]]{w idth=“1.06875in” height=“1.45in”}
| '''Debian'''
'''(PCIE+USB Port)'''
| [[File:media/image232.p%20ngpng]]
| '''Debian'''
<ol style="list-style-type: lower-alpha;">
<li><p>First add a line configuration to the &gt; '''/boot/extlinux/extlinux.conf'''.</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>[orangepi@orangepi ~]$ '''sudo vim /boot/extlinux/extlinux.conf'''</p>
<p>LABEL Orange Pi</p>
<p>LINUX /Image</p>
<p>FDT /dtbs/rockchip/rk3588-orangepi-5-plus.dtb</p>
<p>'''<span style="color:#FF0000">FDTOVERLAYS /dtbs/rockchip/overlay/rk3588-wifi-pcie.dtbo #What needs to be added</span>'''</p>|}</li><li><p>'''<span style="color:#FF0000">Then restart the OPi OS Arch system</span>'''</p></li></ol>
</li>
<li><p>If everything is normal after restarting the system, you can see the WiFi device node with the following command. If you can't see it, please check if there is a problem with the previous configuration.</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>[orangepi@orangepi ~]$ '''ip addr show wlan0'''</p>
<p>......</p>
<p>4: '''wlan0''': &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP group default qlen 1000</p>
:<p>link/ether 38:7a:0e:e3:80:05 brd ff:ff:ff:ff:ff:ff</p>:<p>inet 192.168.1.237/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0</p>::<p>valid_lft 42938sec preferred_lft 42938sec</p>:<p>inet6 fe80::a098:5942:16e:e817/64 scope link noprefixroute</p>::<p>valid_lft forever preferred_lft forever</p>|}</li>
<li><p>The steps connected to the wifi are shown below:</p>
<ol style="list-style-type: lower-alpha;">