-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
archer c7 v2 (ath79/generic) on 22.03.2 , wifi disabled after kernel stack/call trace, Comm: irq/23-keys #11191
Comments
mator
changed the title
archer c7 v2, wifi disabled after kernel stack/call trace (Comm: irq/23-keys)
archer c7 v2 on 22.03.2 , wifi disabled after kernel stack/call trace (Comm: irq/23-keys)
Nov 7, 2022
mator
changed the title
archer c7 v2 on 22.03.2 , wifi disabled after kernel stack/call trace (Comm: irq/23-keys)
archer c7 v2 (ath79/generic) on 22.03.2 , wifi disabled after kernel stack/call trace, Comm: irq/23-keys
Nov 7, 2022
The same is observed on the latest snapshot releases with 5.15.94 kernel 23: 200001 gpio-ath79 23 keys something in gpio-ath79 not handling the interrupt ? I was definitely not pressing any keys when this error occurred. In 22.03.3 the Wifi stays up, in the newer snapshot releases it shuts down Wifi |
1 task
kltk
pushed a commit
to kltk/openwrt
that referenced
this issue
May 29, 2023
Run-tested-on: P&W R619AC 128M Fixes: #11172, openwrt#11191
1 task
openwrt-bot
pushed a commit
that referenced
this issue
Oct 30, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ #23 ``` Fixes: #13010 Fixes: #12167 Fixes: #11191 Fixes: #7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com> (cherry picked from commit e32f70e)
patrykk
pushed a commit
to patrykk/openwrt
that referenced
this issue
Oct 31, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ openwrt#23 ``` Fixes: openwrt#13010 Fixes: openwrt#12167 Fixes: openwrt#11191 Fixes: openwrt#7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com>
openwrt-bot
pushed a commit
that referenced
this issue
Oct 31, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ #23 ``` Fixes: #13010 Fixes: #12167 Fixes: #11191 Fixes: #7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com> (cherry picked from commit e32f70e)
Vladdrako
pushed a commit
to Vladdrako/openwrt
that referenced
this issue
Nov 9, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ openwrt#23 ``` Fixes: openwrt#13010 Fixes: openwrt#12167 Fixes: openwrt#11191 Fixes: openwrt#7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com>
luizluca
pushed a commit
to luizluca/openwrt
that referenced
this issue
Nov 12, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ openwrt#23 ``` Fixes: openwrt#13010 Fixes: openwrt#12167 Fixes: openwrt#11191 Fixes: openwrt#7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com>
HiGarfield
pushed a commit
to HiGarfield/lede-17.01.4-Mod
that referenced
this issue
Nov 17, 2023
Due to circuit issue or silicon defect, sometimes the WiFi switch button of the Archer C7 v2 can be accidentally triggered multiple times in one second. This will cause WiFi to be unexpectedly shut down and trigger 'irq 23: nobody cared'[1] warning. Increasing the key debounce interval to 1000 ms can fix this issue. This patch also add the missing rfkill key label. [1] Warning Log: ``` [87765.218511] irq 23: nobody cared (try booting with the "irqpoll" option) [87765.225331] CPU: 0 PID: 317 Comm: irq/23-keys Not tainted 5.15.118 #0 ... [87765.486246] handlers: [87765.488543] [<85257547>] 0x800c29a0 threaded [<5c6328a2>] 0x80ffe0b8 [gpio_button_hotplug@4cf73d00+0x1a00] [87765.498364] Disabling IRQ #23 ``` Fixes: openwrt/openwrt#13010 Fixes: openwrt/openwrt#12167 Fixes: openwrt/openwrt#11191 Fixes: openwrt/openwrt#7835 Tested-by: Hans Hasert Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
archer c7 v2, openwrt version 22.03.2:
The text was updated successfully, but these errors were encountered: