-
Notifications
You must be signed in to change notification settings - Fork 48
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
[R2] mt6323 issues #134
Comments
i have no more info about it...maybe revert the changes for internal wifi in pwrap driver... why do you add this struct for mt7622 (r64)? |
Well, that happend at pretty old kernel first, so it's not because of some kernel update I think.
This struct is from original sources, I had not added anything there. Just tried to remove bits from int_en_all field because had hope, that may mask interrupt (blind attempt, as there is no datasheet around) |
Yes but maybe it is related to wifi and maybe you can ressurect your board when disabling internal wifi power. You have to change struct for mt7623 (not mt7622), but be careful...you're working on power system and maybe adding more damage |
Do you have idea how properly disable wifi? I.e. I can disable driver in .config, however not sure it will be enough. |
Hi frank,
Long time R2 worked for me without issues as my primary router, however the day has come and something made it dead
_So, long story short, one day I had storm of messages with
While system still works, it's infinite loop of such messages, so sooner or later it hangs.
Usually reboot fixed that for a week or so.
With time, things became worser, and now it's not even possible to boot without issues.
However, I figured out, that
So, it's clear that there are some kind of hardware issue which I'm not sure how I can debug.
Still, if "unexpected interrupt int=0x2" may be fixed somehow, this thing still may work (at least until new R4 will arrive)
This message is from
drivers/soc/mediatek/mtk-pmic-wrap.c
, function pwrap_interruptThere are no documentation about mt6323, so it's not clear, is that way of clearing error okay or not.
And what "int=0x2" actually means.
I tried to put various things to int_en_all in hope to at least request not to call this interrupt without any success
How do you think, is there any way to get more information about that?
The text was updated successfully, but these errors were encountered: