Bug 346231
Summary: | Kernel 2.6.23.1-23 and beyond (tested up to -30) broke AR5211 wireless drivers | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Wes Shaddix <wshaddix> |
Component: | kernel | Assignee: | John W. Linville <linville> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | cebbert, davej |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.6.23.1-31.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-11-02 19:51:11 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Wes Shaddix
2007-10-23 03:54:39 UTC
ath_pci? Sounds like madwifi...you'll have to install a new package from wherever you got it that matches the new kernel. If that doesn't work, you'll have to seek support from them -- sorry, we can't support it here. drivers/net/wireless/ath5k/base.c line 2504: static struct pci_driver ath_pci_drv_id = { .name = "ath_pci", .id_table = ath_pci_id_table, .probe = ath_pci_probe, line 2576: static int __init init_ath_pci(void) { int ret; ret = pci_register_driver(&ath_pci_drv_id); if (ret) { printk(KERN_ERR "ath_pci: can't register pci driver\n"); return ret; } Related to bug 254192? (See comment 44 in that bug) ath_pci: sorry, was thinking of the actual module name (i.e. ath_pci.ko) Re: bug 254192 comment 44, I think that may explain this. Please try the test kernels here: http://koji.fedoraproject.org/koji/buildinfo?buildID=22061 Do these restore the lost functionality? Yes. The -31 kernel does restore the lost functionality. dmesg | grep ath_pci [<f8a20778>] ath_pci_probe+0x49d/0xfaa [ath5k] [<f8a34018>] init_ath_pci+0x18/0x40 [ath5k] ath_pci 0000:02:02.0: AR5211 chip found: mac 4.4 phy 3.0 lspci -v 02:02.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab NIC (rev 01) Subsystem: Askey Computer Corp. Unknown device 7005 Flags: bus master, medium devsel, latency 168, IRQ 20 Memory at c2000000 (32-bit, non-prefetchable) [size=64K] Capabilities: [44] Power Management version 2 |