Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:telsey:cpa-znte60t [2015/10/18 15:46] – ↷ Links adapted because of a move operation tmomas | toh:telsey:cpa-znte60t [2019/08/19 17:07] – Dead link removed tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Telsey CPA-ZNTE60T ====== | ||
| + | {{section> | ||
| + | |||
| + | ADSL Wireless Voice Gateway, series CPVA642. | ||
| + | Some Fastweb HAGs (italian broadband provider) have this hardware. | ||
| + | |||
| + | ===== Supported Versions ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | ||
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | ---- datatable ---- | ||
| + | cols : Unsupported Functions_unsupporteds | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, | ||
| + | header | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| + | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| + | align : c,c,c | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | |||
| + | Initial installation can be done from the stock firmware web interface, or from the CFE web interface. | ||
| + | |||
| + | One important note is that the CPVA642 models have a dual image setup. That means if an image fails to boot, the system will fall back to the other image installed, for the stock firmware. We don't actually want this, because it means that if you flash via the CFE web interface when there is already a good image, the image will not be written to the start of flash but to a point 4MB from the start (i.e. as if there were two 4MB images). This confuses OpenWrt. | ||
| + | |||
| + | That means if you have a successfully flash image and you want to flash via the CFE web interface, you need to erase everthing except the bootloader first. | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | ^ [[wp> | ||
| + | ^ Vendor | ||
| + | ^ [[docs: | ||
| + | ^ Board Id | CPVA642 | | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 8 MiB | | ||
| + | ^ RAM size | 32 MiB | | ||
| + | ^ Wireless | ||
| + | ^ Wireless standard | 802.11b/g | | ||
| + | ^ Ethernet | ||
| + | ^ Internet | ||
| + | ^ USB | 1x2.0H | | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | |||
| + | |||
| + | |||
| + | ==== Photos ==== | ||
| + | Model Number | ||
| + | |||
| + | //Front:// | ||
| + | |||
| + | **Photo of front** | ||
| + | |||
| + | //Back:// | ||
| + | |||
| + | **Photo of back** | ||
| + | |||
| + | |||
| + | |||
| + | ==== Opening the case ==== | ||
| + | **Note:** This will void your warranty! | ||
| + | |||
| + | *To remove the top cover there are 3 screws hidden under the rubber feet | ||
| + | *There are two screws holding the PCB to the bottom cover. | ||
| + | |||
| + | //Main PCB// | ||
| + | |||
| + | **Photo of PCB (HW version: cpa-znte60fwb) ** | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | ==== Serial ==== | ||
| + | |||
| + | Serial port is marked in the picture: on the right of the switch chip BCM5325 find two soldered holes enclosed in squares. The left one, above R707 is Receive data, the right above R706 is Transmit. Level 3V. | ||
| + | Gnd is the hole near c809, +3Vcc is the hole near C313 | ||
| + | |||
| + | ==== JTAG ==== | ||
| + | |||
| + | How to connect to JTAG interface, and how to reflash the device with JTAG tools | ||
| + | |||
| + | See [[docs: | ||
| + | |||
| + | ==== Failsafe mode ==== | ||
| + | If you forgot your password, broken one of the startup scripts, firewalled yourself or corrupted the JFFS2 partition, you can get back in by using OpenWrt' | ||
| + | |||
| + | === Boot into failsafe mode === | ||
| + | * Unplug the router' | ||
| + | * Connect the router' | ||
| + | * Configure your PC with a static IP address between 192.168.1.2 and 192.168.1.254. E. g. 192.168.1.2 (gateway and DNS is not required). | ||
| + | * Plug the power in. The Power LED will light up | ||
| + | * Wait for the Power LED to start flashing | ||
| + | * As soon as the Power LED is flashing immediately press Reset and a few times . | ||
| + | * If done right the Power LED will quickly flash 3 times every second. | ||
| + | * You should be able to telnet to the router at 192.168.1.1 now (no username and password) | ||
| + | |||
| + | === What to do in failsafe mode? === | ||
| + | **NOTE:** The root file system in failsafe mode is the SquashFS partition mounted in readonly mode. To switch to the normal writable root file system run mount_root and make any changes. Run mount_root now. | ||
| + | |||
| + | - Forgot/lost your password and you like to set a new one | ||
| + | | ||
| + | - Forgot the routers IP address | ||
| + | uci get network.lan.ipaddr | ||
| + | - You accidentally run 'ipkg upgrade' | ||
| + | mtd -r erase rootfs_data | ||
| + | If you are done with failsafe mode power cycle the router and boot in normal mode. | ||
| + | |||
| + | ==== Buttons ==== | ||
| + | The CPA has two buttons. They are Reset and Wireless Setup. The buttons can be used with hotplug events. E. g. [# | ||
| + | ^ BUTTON ^ Event ^ | ||
| + | | Reset | reset | | ||
| + | | Wireless Protected Setup | wps | | ||
| + | |||
| + | ===== Tags ===== | ||
| + | {{tag> | ||