I tried to set it up as a wireless repeater, but after 'cleaning' the setup, I did something very wrong -no clue what ;-).
The device now is bricked: that is I can no longer access it: maybe somebody else has some ideas.
Situation: the device is not providing a wireless network anymore (don't see an SSID). The ethernet port when doing a power up/down (by unplugging the Ethernet port and plugging it back: device is powered via ethernet), comes up shortly -there are lights blinking- and after about 5-10 seconds 'stops'.
My main router -linksys, after a reboot shows the device shortly as "Online", with the correct MAC address, but only with an IPV6 address.
The Zyxel ZON tool that has a potential for fixing a bricked zyxel device, is not finding the device.
Any clues how I can work around this issue.
Help appreciated ;-).
Walter
edit: as the device has not reset button, it makes live hard
thanks for the support: ssh gives an 'port22 invalid argument' failure.
ssh ssh fe80:0000:0000:0000...
ssh: connect to host fe80::baec:a3f0... port 22: Invalid argument
But I found out I can ftpt into the ipv6 address. that gives a status 'Connected to...'.
I will check first why I get this ssh error. I guess if I get ssh working, the solution will be easier.
Actually funny I can tftp into the device, while my router gives the device not as 'offline'.
In my case, the Zyxel tool worked. The device could then be added to the Nebula Cloud again. The device then has to be removed from there again and it is back in the delivery state.
If the recovery utility (version 1.2.0) does not work, there is another way described in git via the serial interface + TFTP at https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=2050bc4f64e3824d6a632cce5fabc0b816ea0508
the good: I can connect to via the UART connections to the device and in Putty I see all the boot info of the device...
Like last for line:
[ 0.000000] MIPS: machine is ZyXEL NWA55AXE
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
Please press Enter to activate this console.
But I cannot seem get any key back to the device... Like I only see what the router spits out, but I cannot communicate with it.
back to unbricking...
So I managed to connect over the UART.
The default solution is to load a initramfs: but even for this you have to have the network working... (as you need to tftp the file to the device over TCP/IP). But my network is not working...
I think I need to start the ethernet Interface first...
this is the status here:
root@(none):/# ip link show
1: lo: mtu 65536 qdisc noop state DOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1504 qdisc fq_codel state UP qlen 1000
link/ether b8:ec:a3:e2:b4:70 brd ff:ff:ff:ff:ff:ff
3: lan@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether b8:ec:a3:e2:b4:70 brd ff:ff:ff:ff:ff:ff
what do I have to start to get the ethernet port up and working?
(just posting while I am checking how to fix this).
And problem fixed..
I ran "firstboot' when in being in the console (not 100% sure if I was in failsafe or just in the console), and a reboot and all is fine again...
root@OpenWrt:/# firstboot
This will erase all settings and remove any installed packages. Are you sure? [N/y]
y
/dev/ubi0_1 is mounted as /overlay, only erasing files
root@OpenWrt:/# reboot
I wanted to install the package wpad-mesh-openssl; for this I wanted to remove the pre-installed wpad package (I think it was wpad-basic-wolfssl, not 100% sure); while de-installing this package the router became unresponsive for about 5 minutes.
No reaction anymore on the IP-address (dhcp). I did a power-off reboot and now the device is stuck again: wifi doesn't come up and I don't see it appear in my LAN.
I guess I have to get the UART-USB adapter again...