Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th March 2008, 04:18 PM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
Atheros AR5212 wifi shows up only as wlan0 - madwifi/kernel problem?

Hi all,

I'm about at my wits end on this one. Hope you folks can help me out with this. First my specs so we're all on the same page:

ThinkPad T61 - T9300
NVS 140m
"Thinkpad" a/b/g wireless (shows as AR5212 ins lspci - thus Atheros chipset)

- Fedora 8 respin (from HERE ) used for install
- Updated kernel to 2.6.24.3-34.fc8.i686
- installed the kmod-nvidia for the said kernel from livna
- Using livna repo, installed madwifi (which installs kmod-madwifi-0.9.4 and the appropriate kmod for the above kernel)

Here's the problem:

- #ifconfig -a shows lo, eth0, wifi0 and wlan0 (it should be ath0 )
- made sure that ath_pci is installed (modprobe ath_pci) - installs ok shows in lsmod.
- blacklisted ath5k
- checked lsmod and ath_pci is there as is wlan and all dependencies
- #iwlist wlan0 scan gives info on AP's in the area but can't connect to any AP
- started Network Manager to check out the situation, Atheros Wireless shows as WLAN0
- still can't connect to any AP at all.... just sits there and keeps asking for key (I tried with my router disabling all security, regular WEP - still asks for key). Obviously it's not working.

I've tried different distros over the last couple of days to see if others behave the same way. Tried Suse, Gentoo, Ubuntu, and Mint -- all show "ath0" for my wifi card after installing madwifi and the wireless works perfectly in all the those distros (WPA, WEP, WPA2).

Fedora is the ONLY distro that keeps showing "wlan0" for my Atheros card which refuses to hook up to any AP (access point).

What gives? Is this a kernel/madwifi/kmod issue here?

As mentioned, I used the "respin" of Fedora - could this be the culprit? I found that the installation (using re-spin) for some reason installed all the Intel wifi hardware stuff (which I obviously don't need) so I uninstalled all the Intel 2200, 3945, 4965 harwdare packages (I don't know WHY those are installed by default - people DO use other wireless cards) and still that wouldn't fix the problem.

I'm about to install the original release of Fedora 8 and go through the whole process again .. believing that the respin could have something to do with all this (just a hunch).

Any suggestions????
__________________
I am Bill of Borg. Resistance izkx GPF 0x5654 8820
Application RESIST.EXE has performed an illegal operation and will be shut down.
Reply With Quote
  #2  
Old 26th March 2008, 04:50 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Update your kernel first
Quote:
su -
yum update kernel --enablerepo=updates-testing
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager

Last edited by Nokia; 26th March 2008 at 06:26 PM.
Reply With Quote
  #3  
Old 26th March 2008, 06:24 PM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
I know that with my Atheros 5007EG card, (which only works with a patched MadWifi version) it showed as wlan0 in Fedora, though not in anything else. (However it does work.)
Fedora 9 seems to have fixed this though.
Reply With Quote
  #4  
Old 26th March 2008, 07:06 PM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
I'll have to search far and wide for a solution and hopefully I find something relatively quickly, otherwise off to another distro for me until this gets resolved... a real PITA. Too bad. I prefer fedora over the others, but there's always something in fedora that gets seriously fubared with an update or two.

At this point I'd even be happy to get the darn wifi working using this wlan0 ... Unfortunately, it sees APs but will not connect no matter what I do.

I'll re-install Fedora again - this time from the stock distribution DVD and control the installation straight up from scratch, see if that helps any.

Last edited by icantux; 26th March 2008 at 07:12 PM.
Reply With Quote
  #5  
Old 26th March 2008, 11:11 PM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
Well, I re-installed Fedora 8 from stock DVD, selective install (unchecked everything Intel wireless related during installation), then once everything was set, I installed madwifi from Livna using the kernel that came with the DVD... Now finally the Atheros 5212 shows up as ath0 (like it's supposed to). Something in the re-spin that wasn't right?

Next, updated the kernel to 2.6.24.3-34.fc8.i686 and the wifi still shows up as ath0!

Nice!

Next, tried to install the kmod-nvidia driver (for my NVS 140M) and now I'm stuck with a dependency issue - livna wants to install the driver for the newer kernel (which isn't available in the fedora mirrors) and refuses to install the drivers for the kernel I'm running now.

I suppose I'll have to wait now until the "newer" kernel (2.6.24.3-50.fc8.i686) makes it to the mirrors.

So now I have a working wifi card but vesa graphics. Before all this, I had full nvidia drivers but no wifi.

Ahhhh ... the joy of linux.

Something's always borked.
__________________
I am Bill of Borg. Resistance izkx GPF 0x5654 8820
Application RESIST.EXE has performed an illegal operation and will be shut down.
Reply With Quote
  #6  
Old 26th March 2008, 11:17 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Quote:
su -

yum install kmod-nvidia --enablerepo=updates-testing
That should be enough.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #7  
Old 26th March 2008, 11:49 PM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
Thanks for the heads-up. I'll give that a shot. Hopefully madwifi will install properly with that kernel and I'll then be able to install the nvidia kmod from livna as well and finally have all three happily working in tandem.
__________________
I am Bill of Borg. Resistance izkx GPF 0x5654 8820
Application RESIST.EXE has performed an illegal operation and will be shut down.
Reply With Quote
  #8  
Old 27th March 2008, 05:09 AM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
Just a quick update for the benefit of others ...

The wifi card (Atheros 5212 chipset) is now fully recognized as "ath0" running well and hooking up to WEP/WPA/WPA2 without any problems.

In the end, I did re-install Fedora 8 from stock DVD but made certain to remove all (uncheck all) references to Intel wifi hardware (in the "hardware" section). Just as a test, and out of curiosity, I reinstalled Fedora 8 again (!) on a different drive but left the Intel wifi hardware options as selected by anaconda (selected by default). Guess what? I ran into problems again.... the Atheros card was only recognized as "wlan0" even though I installed the appropriate madwifi and kmod-madwifi from Livna repo. Bizarre. Will have to keep an eye out on this with Fedora 9.


I've not updated the kernel from updates-testing repo (now running 2.6.24.3-50.fc8.i686), also installed kernel headers and kernel devel (like to compile stuff from source as well), installed madwifi from Livna (includes some dependencies) and all's well.

I'll update this post later to include exact version numbers of madwifi, etc.

Cheers and thanks for the help!


PS: Note to developers... Is it possible to include some quick questionnaire at the beginning of the installation process regarding option for selecting Intel or Atheros wifi cards? Or have the option to select/deselect either in more plain sight? Or perhaps (something for the future) have a piece of code determine the chipset and suggest the installation of such modules from the start?
__________________
I am Bill of Borg. Resistance izkx GPF 0x5654 8820
Application RESIST.EXE has performed an illegal operation and will be shut down.
Reply With Quote
  #9  
Old 3rd April 2008, 02:45 AM
icantux's Avatar
icantux Offline
Registered User
 
Join Date: Mar 2006
Posts: 116
Well, since writing that, my wifi went bonkers again. After a couple of reboots (shutdown laptop for the night) and some other updates (using regular fedora, livna repos) the wifi card reverted back to being "wlan0" and I lost wifi. Arrrrgh!

In a different post I wrote about trying Fedora9 beta thinking that whatever it is (was) with Fedora8 would be solved - to my dismay, Fedora 9 (with livna-devel madwifi) still only recognizes the card as wlan0 and refuses to connect (NM or command-line).

Don't know what the problem is and I'm not really in a position to fiddle with settings to check out what the real problem is. Installed gentoo over the past couple of days and things are running smooth as a beach pebble on my T61 now. I'll try to figure out what the problem is with Fedora another day when I have more time on a dedicated drive. Right now I need linux with full networking ...

Bewildering this...
Reply With Quote
  #10  
Old 3rd April 2008, 09:53 AM
koolbuddy4u Offline
Registered User
 
Join Date: Mar 2008
Posts: 47
Hello icantux,

I am also facing a similar kind of problem, and i am new to linux i installed fedora 8 in T61 using the text mode, and then i changed nvidia to vesa, so that i could see my GUI.
Now when i see my GUI, i am with the problem of Wireless, i tried wat all i could with the help of this forum but i couldn solve the problem. I have Athreos AR5212 ABG chipset and iwconfig shows lo, etho, wmaster 0, wlan 0 but not ath0.

its been many days i have been stuck with no improvement. Kindly suggest me how do i make my wireless work.

Best Regards
Reply With Quote
  #11  
Old 3rd April 2008, 10:44 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Post here your
Quote:
uname -a
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #12  
Old 3rd April 2008, 11:33 AM
koolbuddy4u Offline
Registered User
 
Join Date: Mar 2008
Posts: 47
uname -a

Linux wireless 2.6.24.3-50.fc8 #1 smp thu Mar 20 14:4:10 EDT 2008 i686 i686 i386 GNU/Linux


Wireless is my user name, So dont get confused by that.
Reply With Quote
  #13  
Old 3rd April 2008, 11:37 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Update the kernel.
Quote:
su -l
yum update --enablerepo=updates-testing
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #14  
Old 3rd April 2008, 12:26 PM
koolbuddy4u Offline
Registered User
 
Join Date: Mar 2008
Posts: 47
Now i have updated my Kernel , so watz the next step?

[root@wireless ~]# uname -a
Linux wireless 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:54:46 EDT 2008 i686 i686 i386 GNU/Linux
[root@wireless ~]#
Reply With Quote
  #15  
Old 3rd April 2008, 01:04 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Post yum repolist
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
Reply

Tags
ar5212, atheros, madwifi or kernel, problem, shows, wifi, wlan0

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 ar5212 WIFI drivers FD10 Biomecanoid Hardware & Laptops 2 11th August 2009 09:16 PM
Atheros AR5212/AR5213 leigh123linux Servers & Networking 27 9th February 2009 07:59 PM
Fedora 8 and Madwifi Atheros WiFi (It Works) StormChaser Hardware & Laptops 19 26th January 2008 07:12 AM
fc5 / t43p / atheros wifi / madwifi help? holr Hardware & Laptops 7 28th April 2006 03:16 PM
Atheros AR5212 802.11abg wireless card problem pt965 Hardware & Laptops 6 15th March 2006 09:51 PM


Current GMT-time: 18:07 (Saturday, 18-05-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