Sanlinking D240
From TechInfoDepot
Jump to navigationJump to search
| bgn (N300) | |
|---|---|
| Dual 4G Moudle WiFi Router | |
|
| |
| Homepage | Product page |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Sanlinking D240 |
| FCC ID | none specified |
| Type | wireless router |
| CPU1 | MediaTek MT7620A |
| CPU1 Type | MIPS 24KEc |
| CPU1 Speed | 580 MHz 32-bit |
| Flash1 Chip | Brand? Model? |
| Flash1 Size | 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> |
| RAM1 Size | 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> |
| RAM1 Chip | Brand? Model? |
| ETH chip1 | MediaTek MT7620A |
| Switch | MediaTek MT7620A |
| Ethernet Port Count |
1-100MbE-WAN 4-100MbE-LAN |
| Wired Standard | IEEE 802.3i/3u |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Expansion IF types | USB 2.0, Mini PCIe |
| Mini PCIe slots | 2 |
| USB ports | 1 |
| USB Hub Compatible | Untested |
| PoE | 802.3at, 802.3af, standard |
| Power | 5-24 VDC, ? A, 24 Watts |
| Serial Port (UART) | yes |
|
| |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Retail | |
| Availability | End of Life |
| Radio 1 | |
| Chip1 | MediaTek MT7620A |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| MIMO status | 2x2:2 |
| Wireless Standard | IEEE 802.11b/g/n |
| 802.11n | up to 300 Mbps |
| 802.11g | up to 54 Mbps |
| 802.11b | up to 11 Mbps |
| WiFi Operating Frequency | 2.4 GHz |
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
- • 300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.) = N300 class
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
Target: ramips
Subtarget: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 17.01.2
Current supported version: fix
Subtarget: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 17.01.2
Current supported version: fix
LAN Hardware: MediaTek MT7620A
WLAN Hardware: MediaTek MT7620A
Installation method(s):
GUI OEM, U-Boot TFTP + serial recovery, U-Boot web recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery, U-Boot web recovery, see git-commit
Comment:
Basically the same device as the ZBT WE826; see there for unbricking instructions
WLAN Hardware: MediaTek MT7620A
Installation method(s):
GUI OEM, U-Boot TFTP + serial recovery, U-Boot web recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery, U-Boot web recovery, see git-commit
Comment:
Basically the same device as the ZBT WE826; see there for unbricking instructions
| git • >> |
|---|
ramips: add support for Sanlinking D240 The Sanlinking Technologies D240 (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html) is basically the same device as the ZBT WE826, so adding support for it in LEDE is straight forward. The differences is that the D240 has two mini-PCIe slots (instead of one), blue LEDs and supports PoE. Specification: * CPU: MT7620A * 1x 10/100Mbps POE (802.3af/802.3at) Ethernet, 4x 10/100Mbps. * 16 MB Flash. * 128 MB RAM. * 1x USB 2.0 port. * 2x mini-PCIe slots. * 2x SIM slots. * 1x 2.4Ghz WIFI. * 1x button. Wifi, USB, switch and both mini-PCIe slots are working. I have not been able to test the SD card reader. The device comes pre-installed with an older version of OpenWRT, including Luci. In order to install LEDE, you need to follow the existing procedure for updating OpenWRT/LEDE using Luci. I.e., you need to access the UI and update the firmware using the sysupgrade-image. Remember to select that you do not want to keep existing settings. The default router address is 192.168.10.1 and username/password admin/root (at least on my devices). If you brick the device, the procedure for recovery is the same as for the WE826. Please see the wiki page for that device for instructions. Signed-off-by: Kristian Evensen |