Fedora Linux Support Community & Resources Center
  #1  
Old 3rd July 2008, 10:05 PM
permadsen Offline
Registered User
 
Join Date: Jul 2008
Posts: 3
Atheros wireless card

Hi all,

I am running Fedora 8 and have a small problem.

I have a PC with a wireless network card (Atheros Communications, Inc. AR5413 802.11abg NIC (rev 01)). When I first installed Fedora it worked out the box. But after a kernel update some time ago it stopped working.

I can still boot an old kernel and here the network card is working fine.

> uname -a
Linux localhost.localdomain 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:15:49 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux


But when I boot one of the more recent kernels from the Fedora repository it is not working.

e.g
> uname -a
Linux localhost.localdomain 2.6.25.9-40.fc8 #1 SMP Fri Jun 27 16:05:49 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux



lspci -v shows the same under both kernels


01:09.0 Ethernet controller: Atheros Communications, Inc. AR5413 802.11abg NIC (
rev 01)
Subsystem: Lite-On Communications Inc Unknown device 5001
Flags: bus master, medium devsel, latency 168, IRQ 17
Memory at fdee0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath5k_pci
Kernel modules: ath5k


Anyone got an idea how to fix this?

Best Regards,
Per
Reply With Quote
  #2  
Old 3rd July 2008, 11:23 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509
lets see which module it is using under the old kernel. Boot the old kerenl and run command ' /sbin/lsmod '. Looking for ath5k or ath_pci. Then have to check if the same module is built for the new kernel.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #3  
Old 3rd July 2008, 11:49 PM
permadsen Offline
Registered User
 
Join Date: Jul 2008
Posts: 3
Thanks for your quick reply!

It seems to be using ath5k under both kernels,

with kernel 2.6.25.9

> lsmod | grep ath
dm_multipath 25425 0
ath5k 127825 0
mac80211 223553 1 ath5k
cfg80211 34897 2 ath5k,mac80211
dm_mod 62201 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror

With kernel 2.6.24.4

> lsmod | grep ath
dm_multipath 24785 0
ath5k 122193 0
mac80211 224961 1 ath5k
cfg80211 34897 2 ath5k,mac80211
dm_mod 60473 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror
Reply With Quote
  #4  
Old 7th July 2008, 11:29 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509
Sorry for the delay. Been working. Never used the ath5k so unsure what to do there.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #5  
Old 7th July 2008, 11:43 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,347
Hello permadsen

Some people have been reporting problems with the latest Fedora kernels and wireless.

If you can boot from the previous one, it's probably best to set that as default for the present and see if the next update fixes it.

You may also want to alter the Fedora default to retain more than two kernels as if there is an update and it's not fixed there then you risk loosing your working version.

If you want to know how to do any of those post back.
Reply With Quote
  #6  
Old 8th July 2008, 03:16 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
ath5k is an interesting driver. Not exactly what I would call *finished*, but it is most definitely changing quickly.
Because of the fast development, things do break from time to time. ath5k really hasn't been in the kernel for very long, and my own card has only been supported by ath5k since kernel 2.6.25, and at that has only really become usable in 2.6.25.6. My card is a 2413/AR5005G "5th generation" atheros card. Yours is a (newer) 5413/AR5006X "6th generation". Things are definitely still in flux for the 5005, so no doubt also for the 5006, for that matter, what made the 5005 better on this kernel could be what is causing your headache with your 5006.

One thing that you can definitely try is using the madwifi driver. Madwifi can be regarded as the predecessor to ath5k and shares a lot in common. The difference is that madwifi is somewhat more stable having been around for a lot longer. The downside to the madwifi driver is the binary blob, which is why it has never been included with fedora or in the linux kernel. Nevertheless, it will probably work for you.

Normally, I would suggest installing from some repo, like freshrpms or livna, however in this case I would recommend installing from source. The reason is that from source, the kernel module will NOT automatically rebuild or update along with kernel updates, and this benefits you in that it will revert back to ath5k when your kernel is updated (and hopefully comes with a fixed ath5k).
Reply With Quote
  #7  
Old 9th July 2008, 03:03 PM
permadsen Offline
Registered User
 
Join Date: Jul 2008
Posts: 3
Thanks for all your replies.

I will continue to use the old kernel and watch out for improvement in the up-coming kernels.

If I can provide any info to help the progress in the atk5k driver just let me know.
Reply With Quote
  #8  
Old 10th July 2008, 11:13 AM
disjointed Offline
Registered User
 
Join Date: Aug 2007
Location: Kiev, Ukraine
Age: 29
Posts: 95
@permadsen, have you tried using the good old madwifi driver for atheros cards? You can get it packaged from livna repository.
Reply With Quote
Reply

Tags
atheros, card, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Atheros AR5007 Wireless card kwerning Servers & Networking 1 19th November 2008 10:56 PM
Atheros Wireless Card Trouble imsxe4life Hardware & Laptops 2 26th February 2007 06:58 PM
madwifi installed but my atheros wireless card is not seen lesander Servers & Networking 2 19th August 2006 07:59 PM
Atheros Wireless Card Problems bptba93 Hardware & Laptops 7 29th October 2005 10:03 PM
assistance with getting atheros wireless card to work rhazhan Hardware & Laptops 0 16th January 2005 06:16 PM


Current GMT-time: 00:33 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat