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 28th December 2008, 06:23 AM
fdestcroix Offline
Registered User
 
Join Date: Apr 2007
Posts: 16
atheros AR242x works.. but very slow

After many moons and some great help from Scottro and others - no offence intended with misspelling in last thread managed to get my wireless working with Fedora 8.

Just updated to feodra 10 and am thrilled with everything in this newest release. Everything seemed to work with little hassle on my sony laptop. Even all the fn buttons.

But then I noticed that the internet was painfully slow. It seemed to be a name resolution problem. It takes a really long time to connect to a site. With some investigation found out about this bug: bug id=459756

And a fix from http://www.fedorafaq.org/f10/#dns-slow

I implemented this fix but it provided no help.

Checked the wired connection to find that there is no problems with eth0 . able to use yum, ftp, fast ping rate.

Then plugged in my dlink usb wireless. This connected automatically and had no problems and provided decent speeds and not the other problems seen with the built-in wireless card. So it must be the funky er5007 atheros card. (A pain in the butt from day one!)

ath5k is installed and running. Everything is working the way I would expect. It would be fantastic to find a simple fix to this problem.

Either way this is still the best fedora since I fully converted to Linux with FC 6
Reply With Quote
  #2  
Old 28th December 2008, 07:02 AM
mk27's Avatar
mk27 Offline
Registered User
 
Join Date: Dec 2008
Posts: 87
If you are using a wireless atheros chipset on the 32-bit version you might want to sheck out madwifi, I used it on an FC7 laptop and it's fine.

I'm running FC10/64 now non-wireless and it's like, instantaneous. I think if you have any possibility of running a cable to your router you will be much happier (unless you need your laptop in the bathroom, etc...)

ps. st.croix rocks and I am totally jealous
Reply With Quote
  #3  
Old 28th December 2008, 07:56 AM
fdestcroix Offline
Registered User
 
Join Date: Apr 2007
Posts: 16
I used the madwifi driver with the patch for the er5007 chip with my fedora 8. It appears that madwifi is now included in the kernel.

Also network Manager does recognize it with a plain install. It connects but goes very slowly and has a hard time with updates and ftp particularly. The results when I ping my own router is terrible. and results are not constant.

Maybe I should replace the one installed with the kernel with the latest from the madwifi site???

Since I have been travelling more lately the wireless working properly is important. Also recently finished insulating my out-of-home office and need to connect in both my house and the office.

The people I'm working with are pushing me to switch back to MS and it makes me sick to think of it. This needs to be working somehow by my next trip.
Reply With Quote
  #4  
Old 28th December 2008, 08:12 AM
mk27's Avatar
mk27 Offline
Registered User
 
Join Date: Dec 2008
Posts: 87
Go back to FC7 or whatever has worked for you unless there is some reason to do something else. Later releases may not necessarily be better in all regards.
Reply With Quote
  #5  
Old 28th December 2008, 01:55 PM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Some people, though not me, have found that the ath5k driver isn't working all that well for them. Most of them just went back to MadWifi's drivers and had success. So, rather than going back to F7, you might try getting the Madwifi sources, blacklisting ath5k, and using the MadWifi drivers.

There's no guarantee that this will solve it, but it's one thing to try and it isn't all that time-consuming.

By the way, have you checked the card with other distros and/or other O/S's? Sometimes, it can be a hardware or router issue. At one point, I thought I was having an ath5k issue which turned out to be a dying router.
Reply With Quote
  #6  
Old 30th December 2008, 06:01 AM
fdestcroix Offline
Registered User
 
Join Date: Apr 2007
Posts: 16
After trying almost everything ...

$ yum install madwifi

solved all my problems.
Reply With Quote
  #7  
Old 4th February 2009, 07:50 PM
pz8 Offline
Registered User
 
Join Date: Oct 2008
Posts: 5
how you do that?
i have
Code:
[root@localhost BioHazard]# yum install madwifi
Loaded plugins: refresh-packagekit
fedora                                                   | 2.8 kB     00:00     
rpmfusion-free                                           | 2.7 kB     00:00     
adobe-linux-i386                                         |  951 B     00:00     
updates                                                  | 2.3 kB     00:00     
Setting up Install Process
Parsing package install arguments
No package madwifi available.
Nothing to do
Reply With Quote
  #8  
Old 4th February 2009, 08:27 PM
robert-e Offline
Registered User
 
Join Date: May 2008
Posts: 720
pz8
You need to enable the fusion non-free repo. You have only the free one.
Bob
Reply With Quote
  #9  
Old 4th February 2009, 10:14 PM
pz8 Offline
Registered User
 
Join Date: Oct 2008
Posts: 5
thx robert-e but this dont work for me
with wireless
Code:
[BioHazard@localhost ~]$ ping google.com
PING google.com (74.125.45.100) 56(84) bytes of data.
64 bytes from yx-in-f100.google.com (74.125.45.100): icmp_seq=1 ttl=237 time=1259 ms
64 bytes from yx-in-f100.google.com (74.125.45.100): icmp_seq=2 ttl=238 time=1935 ms
64 bytes from yx-in-f100.google.com (74.125.45.100): icmp_seq=3 ttl=238 time=1140 ms
without wireless
Code:
[BioHazard@localhost ~]$ ping google.com
PING google.com (74.125.67.100) 56(84) bytes of data.
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=1 ttl=237 time=184 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=2 ttl=236 time=175 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=3 ttl=237 time=155 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=4 ttl=234 time=174 ms
when i had F9 the wireless was fast
Reply With Quote
  #10  
Old 4th February 2009, 11:04 PM
robert-e Offline
Registered User
 
Join Date: May 2008
Posts: 720
Understood, but my reply was to remind you that in order to install madwifi from the repos, you need to have the fusion non-free repo. It appears from your (2nd last) post that you do not have this repo.
I am not saying that installing madwifi will fix your slow speed problem; other factors can cause this; ie. interfering rf signals from other AP, portable telephones, baby monitors are most notorious.
Regards,
Bob
Reply With Quote
Reply

Tags
ar242x, atheros, slow, works

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
Asus eeePC 701 with Atheros AR242x PCI-E Adapter - can I install it as access point? Tiger22B Servers & Networking 0 4th September 2009 04:46 PM
fedora 10 atheros ar242x in a cq50-215nr trailer8713 Servers & Networking 27 14th February 2009 03:44 PM
Atheros AR242x not seeing wireless networks in FC10 DiscoSuperstar Servers & Networking 7 29th November 2008 04:19 PM
Help: Wireless not working (Atheros Communications AR5006EG / AR242x) oloeriubogdan Servers & Networking 4 10th November 2008 10:59 PM
Atheros AR242x in FC9 Driver Problem n03x3c Hardware & Laptops 6 11th October 2008 10:17 PM


Current GMT-time: 06:31 (Wednesday, 22-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