Hasivo S1100W-8XGT-SE
From TechInfoDepot
Jump to navigationJump to search
| 10 Gigabit PoE or Without PoE Ethernet Switch | |
|
| |
| 3rd Party Firmware | |
|---|---|
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Hasivo S1100W-8XGT-SE |
| CPU1 | Realtek RTL9303 |
| CPU1 Type | MIPS 34Kc |
| CPU1 Speed | 800 MHz |
| 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 | 512 MiB 536,870,912 B <br />4,194,304 Kib <br />524,288 KiB <br />4,096 Mib <br />0.5 GiB <br /> |
| ETH chip1 | Realtek RTL9303 |
| Switch | Realtek RTL9303 |
| Ethernet Port Count | 8-10GbE |
| Ethernet connector | 8P8C |
| Wired Standard | IEEE 802.3i/3u/3ab/3bz/an |
| Auto-MDIX | unspecified |
| Switch Class | managed |
|
Ethernet OUI: none specified | |
| Expansion IF types | none specified |
| Power | 100-240 VAC ~ 50/60 Hz, ? A |
| Connector type | C13 |
| Serial Port (UART) | yes, RJ-45, (38400 8N1) |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
For a list of all currently documented Realtek chipsets with specifications, see Realtek.
For a list of all currently documented Hasivo devices with specifications, see Hasivo.
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: realtek
Subtarget: rtl930x
Package architecture: mips_24kc
Supported Since Commit
Support started version: 25.12.0
Current supported version: 25.12.5
Subtarget: rtl930x
Package architecture: mips_24kc
Supported Since Commit
Support started version: 25.12.0
Current supported version: 25.12.5
LAN Hardware: Realtek RTL9303
WLAN Hardware: none
WLAN Comment: No WLAN
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery, see git-commit
WLAN Hardware: none
WLAN Comment: No WLAN
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery, see git-commit
| git • >> |
|---|
realtek: add support for Hasivo S1100W-8XGT-SE switch This commit adds support for Hasivo S1100W-8XGT-SE switch. Device specification -------------------- SoC Type: RTL9303 RAM: Samsung K4B461646E-BYKO (512MB) Flash: Fudan FM25Q128A (16 MB) Ethernet: 8x 10G via 2x RTL8264 PHY LEDs: 2 LEDs, 1 power green, 1 system green Button: Reset USB ports: None Bootloader: Realtek U-Boot - U-Boot 2011.12.(3.6.6.55087) (Nov 13 2022 - 14:37:31) Fan: 2 fans controlled by STC8G1K08 TSOP-20 microcontroller Note: The fan appears to operate the same irrespective of the running firmware. The STC9G1K08 is likely operating independently. To explore the stock vendor firmware, there are 2 avenues to gain root access. This is not necessary to install OpenWrt, but is here for reference. Root access via serial ---------------------- 1. ctrl+t 2. password: switchrtk 3. press 's' for shell Root access via SSH ------------------- 1. ctrl+t 2. password: switchrtk 3. sys command sh 4. log in with your username+password 5. ctrl+t 6. password: switchrtk 7. press 's' for shell Credit to https://forum.openwrt.org/t/hasivo-switches/151758/174 for rooting instructions. Installing OpenWrt ------------------ 1. Connect to UART. UART requires soldering an RJ45 connector to the console footprint on the board. The header is on the top right of this image: https://forum.openwrt.org/uploads/default/original/3X/4/d/4d2ab97fad7e2c5b0a0bdca4de887918c6dcff97.jpeg 2. Set computer IP to 192.168.0.111. 3. Enter bootloader by pressing esc key during boot. 4. Enter password 'Hs2021cfgmg'. 5. Type 'XXXX'. 6. setenv bootcmd 'rtk network on; bootm 0xb4300000' 7. saveenv 8. rtk network on 9. tftpboot 0x84f00000 <openwrt-initramfs> 10. bootm 0x84f00000 Now you can copy over the sysupgrade image and install. Credit to https://forum.openwrt.org/t/hasivo-switches/151758/22?u=andrewjlamarche for u-boot console access instructions. |