Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:edimax:wap1750 [2022/01/31 21:26] – [Info] teppo | toh:edimax:wap1750 [2022/01/31 23:10] – Intro teppo | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| It appears to be identical hardware, yet with newer firmware. | It appears to be identical hardware, yet with newer firmware. | ||
| - | /*****/ | + | Supported via hardware flashing. 19 and 21 tested. |
| - | /* How to add images ========> | + | |
| - | /*****/ | + | |
| - | + | ||
| - | {{ media: | + | |
| - | + | ||
| - | + | ||
| - | ===== OpenWrt support ===== | + | |
| - | + | ||
| - | Supported via hardware flashing, 19.07.4 and newer. | + | |
| - | + | ||
| - | e.g. http:// | + | |
| By default, only one ethernet port is working (WAN). This allows for use as an Access Point only. The device has 802.1af POE on WAN. | By default, only one ethernet port is working (WAN). This allows for use as an Access Point only. The device has 802.1af POE on WAN. | ||
| Line 31: | Line 20: | ||
| - | ===== Hardware highlights ===== | ||
| - | /*** if info available: uncomment and fill in | + | ===== Supported Versions |
| - | ===== Installation | + | |
| - | - → [[: | + | |
| - | - → [[docs: | + | |
| - | - → [[: | + | |
| - | ==== Installing OpenWrt ==== | + | ---- datatable ---- |
| - | ***/ | + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid |
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | filter | ||
| + | ---- | ||
| - | /*** if info available: uncomment and fill in | + | ===== Hardware Highlights |
| - | ===== Debricking | + | ---- datatable |
| - | -> [[docs: | + | cols |
| - | ***/ | + | header |
| - | + | align : c,c,c,c, | |
| - | + | filter | |
| - | /*** if info available: uncomment and fill in | + | filter |
| - | ===== Failsafe mode ===== | + | ---- |
| - | -> [[docs: | + | |
| - | ***/ | + | |
| - | + | ||
| - | + | ||
| - | /*** if info available: uncomment and fill in | + | |
| - | ===== Basic configuration ===== | + | |
| - | After flashing, proceed with [[docs: | + | |
| - | ***/ | + | |
| - | + | ||
| - | + | ||
| - | /*** if info available: uncomment and fill in | + | |
| - | ===== Specific configuration ===== | + | |
| - | + | ||
| - | <WRAP BOX 600px> | + | |
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | + | |
| - | + | ||
| - | ==== Network interfaces ==== | + | |
| - | The default network configuration is: | + | |
| - | ^ Interface Name ^ Description | + | |
| - | | br-lan | + | |
| - | | vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None | | + | |
| - | | vlan1 (eth0.1) | + | |
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | + | |
| - | </ | + | |
| - | ***/ | + | |
| - | + | ||
| - | + | ||
| - | /*** if info available: uncomment and fill in | + | |
| - | ==== Buttons ==== | + | |
| - | -> [[docs: | + | |
| - | Here, we merely name the buttons, so we can use them in the above Howto. | + | |
| - | + | ||
| - | <WRAP BOX 600px> | + | |
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | + | |
| - | + | ||
| - | The Edimax WAP1750 has the following buttons: | + | |
| - | + | ||
| - | ^ BUTTON | + | |
| - | | EXAMPLE Reset | reset | | + | |
| - | | EXAMPLE Secure Easy Setup | | + | |
| - | | EXAMPLE No buttons at all. | + | |
| - | </ | + | |
| - | ***/ | + | |
| - | + | ||
| - | + | ||
| - | ===== Hardware ===== | + | |
| - | ==== Info ==== | + | |
| - | ^ Architecture | + | |
| - | ^ Vendor | + | |
| - | ^ Bootloader | + | |
| - | ^ System-On-Chip | EXAMPLE Ralink RT3052 | + | |
| - | ^ CPU/ | + | |
| - | ^ Flash-Chip | + | |
| - | ^ Flash size | EXAMPLE 8 MiB | | + | |
| - | ^ RAM | EXAMPLE 64 MiB | | + | |
| - | ^ Wireless | + | |
| - | ^ Ethernet | + | |
| - | ^ Switch | + | |
| - | ^ USB | 1x 2.0 | | + | |
| - | ^ Serial | + | |
| - | ^ JTAG | EXAMPLE [[#JTAG|Not populated]] | + | |
| + | /***===== Hardware =====***/ | ||
| /*** if info available: uncomment and fill in | /*** if info available: uncomment and fill in | ||
| ==== Flash Layout ==== | ==== Flash Layout ==== | ||
| Line 158: | Line 87: | ||
| If properly connected to the flash chip, flashrom will detect one of two possible chips, and prompt for the correct one. At that point, you should be able to read the chip. Read it multiple times, and verify they are identical with md5sum. If you get unreliable readings, make sure cables to RPI from breakout board are short as possible. Soldering experience may be required. Experience with flashrom may be required. | If properly connected to the flash chip, flashrom will detect one of two possible chips, and prompt for the correct one. At that point, you should be able to read the chip. Read it multiple times, and verify they are identical with md5sum. If you get unreliable readings, make sure cables to RPI from breakout board are short as possible. Soldering experience may be required. Experience with flashrom may be required. | ||
| + | Since this device has only 1 working ethernet port, you will probably want to configure it to be WAN after logging in and confirming everything works. Here's a config for 21.02 illustrating this: | ||
| + | |||
| + | < | ||
| + | config interface ' | ||
| + | option device ' | ||
| + | option proto ' | ||
| + | option ipaddr ' | ||
| + | option netmask ' | ||
| + | |||
| + | config globals ' | ||
| + | option ula_prefix ' | ||
| + | |||
| + | config device | ||
| + | option name ' | ||
| + | option type ' | ||
| + | # list ports ' | ||
| + | list ports ' | ||
| + | |||
| + | config interface ' | ||
| + | option device ' | ||
| + | option proto ' | ||
| + | option ipaddr ' | ||
| + | option netmask ' | ||
| + | option ip6assign ' | ||
| + | |||
| + | config device | ||
| + | option name ' | ||
| + | option macaddr ' | ||
| + | #per changes on notes 21.02 highlights page which | ||
| + | #explains that ifname is now name in device and some other quirks. | ||
| + | #note that list ports is only for bridge type. here you just specify name with ifname... | ||
| + | |||
| + | config interface ' | ||
| + | option device ' | ||
| + | option proto ' | ||
| + | |||
| + | </ | ||