Huawei Ec6108v9 Openwrt 💯 Safe
Write a hotplug script on OpenWrt that detects when the HDMI cable is plugged in (via /sys/class/drm/ events). When HDMI is connected, it automatically disables NAS services, launches ffmpeg to stream the internal SATA drive's video files out over HDMI, and lights the front panel LED. Unplug HDMI, and it reverts to router/NAS mode. One box: media player or home server, never both at once.
That seamless, hardware-triggered role-switching is something no commercial router or NAS can do out of the box.
Now that OpenWrt is running, what can you actually do with the EC6108V9? It shines as a secondary router or a dedicated network appliance. huawei ec6108v9 openwrt
You cannot flash OpenWrt over the stock Huawei firmware directly. You must first flash a secure boot or unlocked bootloader.
If the box boots, you will see OpenWrt's familiar ASCII art (in the serial console). It will have a default IP of 192.168.1.1. Write a hotplug script on OpenWrt that detects
Connect your PC to the LAN port. Run:
ssh root@192.168.1.1
(Password: usually blank or password/admin – check your build notes). (Password: usually blank or password / admin –
Once inside, expand the root filesystem to use the full eMMC:
fdisk /dev/mmcblk0
# Create new partitions
sysupgrade /tmp/openwrt-sysupgrade.bin