Show pagesourceOld revisionsBacklinksBack to top × Alcatel HH40V Supported Versions BrandModelVersionCurrent ReleaseOEM InfoForum TopicTechnical DataAlcatelHH40Vsnapshothttp://¿View/Edit data Hardware Highlights ModelVersionSoCCPU MHzFlash MBRAM MBWLAN HardwareWLAN2.4WLAN5.0100M portsGbit portsModemUSBHH40VQCA953165016128QCA9531b/g/n-2LTE¿ Installation → Obtain firmware → Install OpenWrt → Latest OpenWrt release Installing OpenWrt It is possible to install OpenWrt from the web interface without opening the device. This requires some manual work, but has proven to work fine. What you will need: HH40V booted and connected via Ethernet to a computer Linux on the computer with a recent Python 3 installation (Windows/macOS untested) The script from https://gist.github.com/andyboeh/d295c80a57d62379b926640762f3d5dd saved as “enable_sshd.py” Steps to install OpenWrt: Take a configuration backup of your HH40V and save it as “configure.bin” Run the script: python enable_sshd.py configure.bin Restore the configuration using the newly created file “configure.bin_mod.bin” This enables access to SSH on the HH40V. The installation now continues via SSH/SCP. Reboot and log in via SSH - User “root”, password “oelinux123” Transfer the OpenWrt -factory.bin image to the router: scp -O -o HostKeyAlgorithms=ssh-rsa -o KexAlgorithms=diffie-hellman-group1-sha1 -o UserKnownHostsFile=/dev/null openwrt-ath79-generic-alcatel_hh40v-squashfs-factory.bin root@192.168.1.1:/tmp Transfer the following script named “upgrade.sh” to the router: scp -O -o HostKeyAlgorithms=ssh-rsa -o KexAlgorithms=diffie-hellman-group1-sha1 -o UserKnownHostsFile=/dev/null upgrade.sh root@192.168.1.1:/tmp On the router, make the file executable: chmod +x /tmp/upgrade.sh Run the script with the new firmware to install as parameter: /tmp/upgrade.sh /tmp/openwrt-ath79-generic-alcatel_hh40v-squashfs-factory.bin Wait for the router to upgrade and to boot into OpenWrt Contents of /tmp/upgrade.sh #!/bin/sh IMAGE_NAME="$1" if [ ! -e ${IMAGE_NAME} ]; then echo "Image file not found: ${IMAGE_NAME}" exit 1 fi . /lib/upgrade/common.sh fw_setenv bootcmd "bootm 0x9f150000" kill_remaining TERM sleep 3 kill_remaining KILL run_ramfs mtd write ${IMAGE_NAME} firmware sleep 2 reboot -f Debricking/Restore Stock To restore stock, you need a system image. Unfortunately, you can't backup without disassembling and soldering serial headers. However, a firmware upgrade can be downloaded from https://alcatelfirmware.com/alcatel-onetouch-hh40v. Look for the file Firmware/DownloadImage/uprade_hh40v_all.tar.gz. Inside, you will find the file “sysupgrade/firmware-system.bin”. This firmware-system.bin can be installed via TFTP recovery. The TFTP recovery also resets any U-Boot variables so it will boot normally. Power off the device Put firwmare-system.bin to your TFTP server Configure a static IP of 192.168.1.112 Hold the buttons “Power” and “WPS” and plug back the power Keep holding for about 10 seconds, until U-Boot has booted Once transfer is completed, the system starts flashing, this takes some time Ultimately, you are back to stock Photos Serial → port.serial general information about the serial port, serial port cable, etc. How to connect to the Serial Port of this specific device: Insert photo of PCB with markings for serial port Until the media namespace is created, the following website contains more precise description: https://www.aboehler.at/doku/doku.php/projects:hh40v Tags How to add tags HH40V, Alcatel, LTE This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies hh40v alcatel lte Last modified: 2023/05/03 09:52by andyboeh