View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007506 | Networks | OpenWRT | public | 2025-07-12 20:45 | 2025-07-13 14:57 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0007506: Alcatel HH40V LTE router setup | ||||
Description | Install OpenWrt and modules in LTE router Alcatel LinkHUB Has 2pcs LAN ports and one Wi-Fi N chip firmware: HH40V_MB_01001 modem: HH40V_MB_01003 CPU:Qualcomm Atheros QCA9531 MHz:650 Flash MB: 16 RAM MB: 128 Default http://192.168.1.1 admin | ||||
Tags | No tags attached. | ||||
|
Enable SSH by script: download settings from router web as configure.bin file Use Debian computer: apt install python3 cd /share chmod +x /share/enable_sshd.py python3 /share/enable_sshd.py /share/configure.bin Get result .bin and upload to router Reboot router and test SSH on port 22 User “root”, password “oelinux123” |
|
Use scp and upload to tmp folder: script upgrade.sh firmware openwrt-24.10.2-ath79-generic-alcatel_hh40v-squashfs-factory.bin chmod +x /tmp/upgrade.sh /tmp/upgrade.sh /tmp/openwrt-24.10.2-ath79-generic-alcatel_hh40v-squashfs-factory.bin Reboot into OpenWrt In interfaces tab https://192.168.1.1/cgi-bin/luci/admin/network/network add wan for LTE, protocol: DHCP client, device: usb0 upgrade.zip (377 bytes) |
|
enable_sshd.zip (1,651 bytes) |