View Issue Details

IDProjectCategoryView StatusLast Update
0007506NetworksOpenWRTpublic2025-07-13 14:57
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0007506: Alcatel HH40V LTE router setup
DescriptionInstall 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
TagsNo tags attached.

Activities

DigitalMy

2025-07-13 00:09

administrator   ~0014463

Last edited: 2025-07-13 14:49

View 2 revisions

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”

DigitalMy

2025-07-13 14:53

administrator   ~0014465

Last edited: 2025-07-13 14:55

View 2 revisions

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)

DigitalMy

2025-07-13 14:57

administrator  

enable_sshd.zip (1,651 bytes)