Changes

Jump to: navigation, search

How to use AP6275P PCIe network card

3,313 bytes added, 15:49, 24 April 2023
Created page with "1) First, you need to purchase an AP6275P PCIe network card as shown in the figure below<br><br> Image:Pi-5-details-pic87.png<br><br> 2) Then insert the AP6275P PCIe netwo..."
1) First, you need to purchase an AP6275P PCIe network card as shown in the figure below<br><br>
[[Image:Pi-5-details-pic87.png]]<br><br>
2) Then insert the AP6275P PCIe network card into the M.2 interface of the development board and fix it<br><br>
[[Image:Pi-5-details-pic88.png]]<br><br>
3) Then open the configuration of the AP6275P PCIe network card in the linux system, the steps are as follows:<br>
a. First run '''orangepi-config''', normal users remember to add sudo permission<br>
{| class="wikitable" style="width:800px;"
|-
|orangepi@orangepi:~$ '''sudo orangepi-config'''
|}
b. Then select '''System'''<br><br>
[[Image:Pi-5-details-pic89.png]]<br><br>
c. Then select '''Hardware'''<br><br>
[[Image:Pi-5-details-pic90.png]]<br><br>
d. Then use the arrow keys on the keyboard to navigate to '''wifi-ap6275p''', and then use the '''space''' to select<br>
[[Image:Pi-5-details-pic91.png]]<br><br>
e. Then select '''<Save>''' to save<br><br>
[[Image:Pi-5-details-pic92.png]]<br><br>
f. Then select '''<Back>'''<br><br>
[[Image:Pi-5-details-pic93.png]]<br><br>
g. Then select '''<Reboot>''' to restart the system to make the configuration take effect<br><br>
[[Image:Pi-5-details-pic94.png]]<br><br>
{| class="wikitable" style="background-color:#ffffdc;width:800px;"
|-
|'''The above settings will eventually add the configuration of <span style="color:#FF0000">overlays=wifi-ap6275p</span> to /boot/orangepiEnv.txt. After setting, you can check it first. If this configuration does not exist, then there is a problem with the settings.'''<br>
'''If you find it troublesome to use orangepi-config, you can also open /boot/orangepiEnv.txt, and then add the configuration of overlays=wifi-ap6275p.'''
|}
4) If everything is normal after restarting the system, use the following command to see the device nodes of WIFI and Bluetooth<br>
a. The command to view the WIFI device node is as follows:<br>
{| class="wikitable" style="width:800px;"
|-
|orangepi@orangepi:~$ '''ip addr show wlan0'''<br>
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500<br>
qdisc fq_codel state DORMANT group default qlen 1000 <br>
link/ether 70:f7:54:b8:b3:17 brd ff:ff:ff:ff:ff:ff
|}
b. The command to view the Bluetooth device node is as follows:<br>
{| class="wikitable" style="width:800px;"
|-
|orangepi@orangepi:~$ '''hciconfig -a'''<br>
hci0: Type: Primary Bus: UART<br>
BD Address: 82:CC:AE:62:CE:3E ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING<br>
RX bytes:958 acl:0 sco:0 events:73 errors:0<br>
TX bytes:5544 acl:0 sco:0 commands:73 errors:0 Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87<br>
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3<br>
Link policy: RSWITCH SNIFF Link mode: SLAVE ACCEPT Name: 'orangepi5'<br>
Class: 0x1c0000<br>
Service Classes: Rendering, Capturing, Object Transfer Device Class: Miscellaneous,<br>
HCI Version: 5.1 (0xa) Revision: 0x3f9<br>
LMP Version: 5.1 (0xa) Subversion: 0x1111 Manufacturer: Broadcom Corporation (15)
|}
5) For the wifi connection and test method, please refer to <span style="color:#0066CC;">[[Orange Pi 5 detail#WIFI connection test | the section of WIFI connection test]]</span>, which will not be repeated here<br><br>
6) For the test method of Bluetooth, please refer to the section on Bluetooth usage, so I won’t go into details here<br><br>

Navigation menu