lede-ad7200
lede-ad7200 copied to clipboard
Flashing issue with version 0.2.0 and 0.2.1
While flashing the Talon router with firmware version 0.2.0 or 0.2.1, the router is not able to flash correctly.
-
The LEDs for the 60 Ghz, 5Ghz and 2.4Ghz are not turned on after the flashing process is complete. (and I am not able to ssh using the default IP address)
-
When I use the older version 0.1.2 I don't have any issues.
Is there a something I am missing with the new firmware versions ?
older version V0.2.0 is also not working while flashing the router, currently using the 0.1.2 version
I read your full comment now
After flashing, the IP address of the router is changed. It (Router's) is 192.168.1.1 255.255.255.0
Change your PC IP address to 192.168.1.66. The ssh is working but the commands to establish 60GHz links are not working. When I run
root@Tef9174:~# hostapd -B /etc/hostapd_wlan2.conf Configuration file: /etc/hostapd_wlan2.conf Could not open configuration file '/etc/hostapd_wlan2.conf' for reading. Failed to set up interface with /etc/hostapd_wlan2.conf Failed to initialize interface
Also, I noticed the new image file for 0.2.x are smaller than the old image file 0.1.x, I think the compiler is not patching the custom patches and copying the additional files.
I will compile in verbose mode. Let's see
Update: 60GHz is working. Actually the filename is changed. Use following command to turn on 60GHz as AP mode.
$ hostapd -B /etc/hostapd.conf
Hi @dsteinmetzer Please update the readme file. The IP address and filenames are old. Thanks