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#1788 - ath79: PCI devices get the same IRQ that causes problems. #6767

Closed
openwrt-bot opened this issue Aug 16, 2018 · 2 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

Pilot6:

I am testing ath79 image on DIR-825B1 device.
The device has 2 ath9k wireless adapters connected to PCI BUS.

After af3b175 the IRQ is assigned, but one for both adapters. In my case IRQ 12.

I think that causes problems:

  1. If I disable the 5GHz device in /etc/config/wireless, the other device is malfunctioning. It doesn't send beacons and isn't detected.

  2. If both wireless adapters are enabled, 5Ghz works poorly.

@openwrt-bot
Copy link
Author

Pilot6:

Ath79

root@Router:~# cat /proc/interrupts CPU0 3: 0 MIPS 3 ehci_hcd:usb1 4: 6325117 MIPS 4 19000000.eth 5: 6409628 MIPS 5 1a000000.eth 7: 802886 MIPS 7 timer 8: 12 MISC 3 ttyS0 11: 0 MISC 6 ohci_hcd:usb2 12: 887718 AR71XX PCI 1 ath9k, ath9k ERR: 631

ar71xx

root@OpenWrt:~# cat /proc/interrupts CPU0 3: 0 MIPS 3 ehci_hcd:usb1 4: 859 MIPS 4 eth0 5: 565 MIPS 5 eth1 7: 9006 MIPS 7 timer 11: 12 MISC 3 serial 14: 0 MISC 6 ohci_hcd:usb2 40: 0 AR71XX PCI 0 ath9k 41: 0 AR71XX PCI 1 ath9k ERR: 0

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