Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#790 - Failsafe mode networking is broken on Linksys WRT54GSv1 #5831

Closed
openwrt-bot opened this issue May 17, 2017 · 1 comment
Closed
Labels

Comments

@openwrt-bot
Copy link

mpa:

Networking in failsafe mode is currently broken on the Linksys WRT54GSv1. The UDP message about entering failsafe mode is missing, and the device does not answer ping or SSH connection attempts to 192.168.1.1 while in failsafe mode. This issue exists both in the LEDE master branch and in the 17.01.1 release.

It can be fixed by removing the following files:

target/linux/brcm47xx/base-files/lib/preinit/05_init_interfaces_brcm
target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm

and rebuilding the firmware. This fix was tested on the master branch.

Do these files still have a purpose? They seem to be obsoleted by

package/base-files/files/lib/preinit/10_indicate_preinit

and the device works fine without them.

How to reproduce:
The easiest way to trigger failsafe mode on this device is probably through a serial console.
There are unrelated issues with both the Power LED and the Reset button which I had to fix before I was able to enter failsafe mode. I'll report these separately.

Regards,
Mirko

@openwrt-bot
Copy link
Author

lleachii:

Please try failsafe procedure in task 740
https://bugs.lede-project.org/index.php?do=details&task_id=740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant