Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
odroid_go_advance:application_note:sdio_wifi [2020/05/21 13:01] – [How to configure built-in WIFI module] joy.cho | odroid_go_advance:application_note:sdio_wifi [2020/09/03 17:09] (current) – [Configuring WIFI AP mode] joy.cho | ||
---|---|---|---|
Line 77: | Line 77: | ||
===== Configuring WIFI AP mode ===== | ===== Configuring WIFI AP mode ===== | ||
+ | There is no GUI menu to configure WIFI AP mode for now.\\ | ||
+ | Please use the following instruction via command line. | ||
=== 1. Update & Upgrade === | === 1. Update & Upgrade === | ||
<code bash target> | <code bash target> | ||
Line 93: | Line 94: | ||
$ sudo systemctl disable dnsmasq | $ sudo systemctl disable dnsmasq | ||
</ | </ | ||
- | === 3. Setup (1) - Configuration | + | === 3. Setup (1) - Configuring |
To configure the static IP address, please edit a dhcpcd configuration file, / | To configure the static IP address, please edit a dhcpcd configuration file, / | ||
Go to the end fo this file and add the following lines.\\ | Go to the end fo this file and add the following lines.\\ | ||
Line 106: | Line 107: | ||
</ | </ | ||
- | === 4. Setup (2) : Configuring the access point host software - ' | + | === 4. Setup (2) - Configuring the access point host software - ' |
(1) You need to edit the hostapd configuration file in / | (1) You need to edit the hostapd configuration file in / | ||
<code bash target> | <code bash target> | ||
Line 141: | Line 142: | ||
</ | </ | ||
- | === 5. Setup (3) : Configuring DHCP server - ' | + | === 5. Setup (3) - Configuring DHCP server - ' |
Add the following information in the dnsmasq configuration file, / | Add the following information in the dnsmasq configuration file, / | ||
<code bash target> | <code bash target> | ||
Line 175: | Line 176: | ||
</ | </ | ||
- | === 6. Setup (4) : Configuring | + | === 6. Setup (4) - Configuring |
Create / | Create / | ||
Make sure that 3rd line is blocked using "#" | Make sure that 3rd line is blocked using "#" |