Difference between revisions of "RSB-3730 WiFi Setup"
From ESS-WIKI
Xingxing.li (talk | contribs) (Created page with " === '''WIFI- AW-CM276MA(pcie+uart)''' === '''1. Insmod module (CM276 pcie+uart).''' <pre># modprobe mlan_5x17283_pcie_8997 # modprobe moal_5x17283_pcie_8997 drv_mode=1 \...") |
Xingxing.li (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | |||
=== '''WIFI- AW-CM276MA(pcie+uart)''' === | === '''WIFI- AW-CM276MA(pcie+uart)''' === | ||
Line 8: | Line 9: | ||
fw_name=nxp/pcieuart8997_combo_v4_5x17283.bin</pre> | fw_name=nxp/pcieuart8997_combo_v4_5x17283.bin</pre> | ||
− | [[File:RSB-3730 WiFi CM276 1.png]] | + | [[File:RSB-3730 WiFi CM276 1.png|RTENOTITLE]] |
'''2. Choose ESSID, input password.''' | '''2. Choose ESSID, input password.''' | ||
<pre># killall wpa_supplicant | <pre># killall wpa_supplicant | ||
# ifconfig mlan0 up | # ifconfig mlan0 up | ||
− | # wpa_passphrase | + | # wpa_passphrase “Mate 50 Pro ”12345678 > /tmp/wpa.conf |
# wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211 | # wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211 | ||
# udhcpc -i mlan0</pre> | # udhcpc -i mlan0</pre> | ||
− | [[File:RSB-3730 WiFi CM276 2.png]] | + | [[File:RSB-3730 WiFi CM276 2.png|RTENOTITLE]] |
− | [[File:RSB-3730 WiFi CM276 2 1.png]] | + | [[File:RSB-3730 WiFi CM276 2 1.png|RTENOTITLE]] |
'''3. Check connected. Enter the “ifconfig" command to view the IP addresses that can be obtained. ''' | '''3. Check connected. Enter the “ifconfig" command to view the IP addresses that can be obtained. ''' | ||
− | [[File:RSB-3730 WiFi CM276 3.png]] | + | [[File:RSB-3730 WiFi CM276 3.png|RTENOTITLE]] |
Latest revision as of 06:41, 3 July 2024
WIFI- AW-CM276MA(pcie+uart)
1. Insmod module (CM276 pcie+uart).
# modprobe mlan_5x17283_pcie_8997 # modprobe moal_5x17283_pcie_8997 drv_mode=1 \ cal_data_cfg=none cfg80211_wext=0xf \ fw_name=nxp/pcieuart8997_combo_v4_5x17283.bin
2. Choose ESSID, input password.
# killall wpa_supplicant # ifconfig mlan0 up # wpa_passphrase “Mate 50 Pro ”12345678 > /tmp/wpa.conf # wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211 # udhcpc -i mlan0
3. Check connected. Enter the “ifconfig" command to view the IP addresses that can be obtained.