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#1416 - WiFi cannot up on Comfast E355AC v2(patch file for fix this attached too) #7961

Closed
openwrt-bot opened this issue Mar 7, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

michaeliu:

Hi,

Device problem occurs on:
Comfast-EA355AC-V2 (QCA9531 + QCA9886)

Software versions:
LEDE v17.01.4
netifd: c92106e3048ae10cb04a7c7303ba5f53bc057953

Steps to reproduce:
It need to continuely reset to factory default and reboot.

When it occurs, system boot up successful. but wireless interface will setup and teardown for several times and wireless interface will disappear in the final.
After i dived into the code, I found that, check_pid_path() @177 of utils.c of netifd project will report process(hostapd) dead when system booting up during pivot_root processing.
the result of readlink of "/proc/PID/exe" will return the execution file name with "/tmp/root" as prefix(maybe something other too).
So I am trying to fix it by the patch file attached.

Please review and merge into master if it looks good.

Sorry for my bad english.

And thanks in advance.

Best Regards,
Michael

@openwrt-bot
Copy link
Author

dedeckeh:

Patches need to be sent to lede-devel mailing list (lede-dev@lists.infradead.org) as patches attached to bug reports won't be picked up.
Have a look at https://openwrt.org/submitting-patches how to submit patches

@openwrt-bot
Copy link
Author

michaeliu:

Sure, Thanks.

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