LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-31-2010, 06:00 PM   #16
Hb_Kai
Member
 
Registered: Jan 2008
Distribution: Windows 8.1, Debian 7
Posts: 91

Original Poster
Rep: Reputation: 49

Heya, I'd like to apologise for the long wait in replying. I thought it would be better to return to this thread once I've gotten a cable.
After trying it with wired connection, it worked just fine so I decided to boil my problem down to my driver: I have kinda fixed it now though, I decided to change drivers to MadWifi and my internet speed is back at its perfect state again.

Thank you to everyone who helped in this thread though, I really appreciate the help.

For the possibility that others may come to this thread via Google with the same problem though, I'll post what I done but also suggesting they read all of the above posts beforehand to see if any of those fix their problem first.
If not, check this list of compatible chipsets for madwifi.

After that downloaded a tarball of the sources then done:

Code:
uname -r
tar -xvzf madwifi-trunk-r4099-20090929.tar.gz  # madwifi-trunk-*.tar.gz was the one I used, this may be different for others

cd madwifi-trunk-*

# Downloaded build-essential:
sudo apt-get install build-essential

# Compile // install:
sudo make
sudo make install

# Add the ath_pci module to the kernel:
sudo nano /etc/modules
ath_pci # added to bottom of list

# Modprobed ath_pci, by default this was blacklisted so removed this from the blacklist-ath_pci.conf via commenting the line

sudo modprobe ath_pci
Then just in case both drivers were done incorrectly I decided to remove and blacklist ath5k. Not exactly very accurate instructions above so other users reading this with the problem may decide to ask first.
After all this, reloaded networking and rebooted and it was fine.

Last edited by Hb_Kai; 08-31-2010 at 06:03 PM.
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gnome incredibly slow shn_ Linux - Desktop 3 03-02-2007 12:56 AM
Incredibly slow HD speed daishin Linux - Laptop and Netbook 6 02-27-2007 09:33 PM
SUSE 10 WiFi incredibly slow artificialGekko SUSE / openSUSE 6 11-08-2005 11:05 AM
fedora 1 INCREDIBLY slow yoyoguy2 Fedora 14 02-13-2005 03:06 AM
Suse 9.1 incredibly slow Vorticies Linux - Distributions 4 06-12-2004 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:33 PM.

Contact Us - Advertising Info - Rules - Privacy - Donations - Contributing Member - LQ Sitemap - "Weather apps tell you it'll rain. Wyndo tells you when to go."
Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions