LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2020, 05:23 PM   #1
LegionOfHell
Member
 
Registered: Jul 2020
Posts: 41

Rep: Reputation: Disabled
Problems with Intel Centrino Ultimate-N 6300...


I edit /etc/modprobe.d/iwlwifi11n.conf like this:

when I set: options iwlwifi 11n_disable=8 I get high speeds but i have connection drop outs..

when I set options iwlwifi 11n_disable=1 I get slow speeds but there are no drop outs...

How can i get high speeds with no connection drop outs ?
 
Old 08-05-2020, 08:13 PM   #2
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
I don't know what your problem is - and maybe someone will come along with a solution.

In the meantime, I have this link in my favorites and I consider it one of the most helpful links with regards to Linux and wi-fi issues:

https://support.system76.com/articles/wireless/

There's a lot you can try and, in my experience, one of those options will get you to a point where you're satisfied with the results.
 
Old 08-06-2020, 02:38 AM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,976
Blog Entries: 33

Rep: Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467
LegionOfHell,

Problem solved at post #2 here:
https://www.linuxquestions.org/quest...-a-4175599455/

There is no need to install gksu. Use either gedit or nano.

Like EvanShaw, you may wish to send us your info from this wireless script:
https://github.com/UbuntuForums/wireless-info

Last edited by beachboy2; 08-06-2020 at 02:47 AM.
 
Old 08-06-2020, 08:09 PM   #4
LegionOfHell
Member
 
Registered: Jul 2020
Posts: 41

Original Poster
Rep: Reputation: Disabled
https://www.linuxquestions.org/quest...-a-4175599455/ << I have already done this, it did not resolve the issue...as i explained above:

when I set: options iwlwifi 11n_disable=8 I get high speeds but i have connection drop outs..
when I set options iwlwifi 11n_disable=1 I get slow speeds but there are no drop outs...


Here is the wireless-info:

https://pastebin.com/3wf1fg8s

Last edited by LegionOfHell; 08-07-2020 at 10:45 AM.
 
Old 08-07-2020, 10:45 AM   #5
LegionOfHell
Member
 
Registered: Jul 2020
Posts: 41

Original Poster
Rep: Reputation: Disabled
The file iwlwifi-6000-4.ucode is in my /lib/firmware and /usr/lib/firmware but it is not in my wireless-info...could this be the cause ?

if you go here: https://www.intel.ca/content/www/ca/...etworking.html

Scroll down to: Intel Centrino Ultimate-N 6300

and download the latest firmware: iwlwifi-6000-ucode-9.221.4.1

This archive contains the iwlwifi-6000-4.ucode file which is identical to the ones in my /lib/firmware and /usr/lib/firmware folders(same size)....but wireless-info does not report that this firmware is in use...what do I do ?

EvanShaw has the iwlwifi-6000-4.ucode in his [iwlwifi] section...but I do not...I have the iwlwifi-6000-6.ucode which is not for Intel Centrino Ultimate-N 6300 according to Intel's firmware web site...should i just delete iwlwifi-6000-6.ucode ?

Last edited by LegionOfHell; 08-07-2020 at 10:53 AM.
 
Old 08-07-2020, 11:27 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,976
Blog Entries: 33

Rep: Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467
LOH,

According to the README.iwlwifi-6000-ucode, which you have probably read, the firmware is in the correct position:

Quote:
Installation of the firmware is simply:

% cp iwlwifi-6000-4.ucode /lib/firmware
I don't know why this is not appearing in your wireless-info.
 
Old 08-07-2020, 06:53 PM   #7
LegionOfHell
Member
 
Registered: Jul 2020
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
LOH,

According to the README.iwlwifi-6000-ucode, which you have probably read, the firmware is in the correct position:



I don't know why this is not appearing in your wireless-info.
i guess i should delete the 6000-6 ?
 
Old 08-08-2020, 02:31 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,976
Blog Entries: 33

Rep: Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467
LegionOfHell

Sorry, but I am not prepared to take a guess at the answer.

Any wifi experts ready to contribute?
 
Old 08-09-2020, 05:21 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by LegionOfHell View Post
I edit /etc/modprobe.d/iwlwifi11n.conf like this:

when I set: options iwlwifi 11n_disable=8 I get high speeds but i have connection drop outs..

when I set options iwlwifi 11n_disable=1 I get slow speeds but there are no drop outs...

How can i get high speeds with no connection drop outs ?
Have you tried other values, namely 2 or 4?
 
Old 08-21-2020, 05:58 PM   #10
LegionOfHell
Member
 
Registered: Jul 2020
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Have you tried other values, namely 2 or 4?

I just tried 4 but the download speed goes from 85mbps to like 38mbps..better than 1 but still.

Is there a way to keep it at 8 and eliminate drop outs ?
 
  


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
[SOLVED] Slow WiFi on Intel Centrino Ultimate-N 6300 EvanShaw Linux - Networking 21 02-02-2024 03:12 AM
Pathethic connection speeds compared to WIndows 7 (Intel Centrino Ultimate-N6300 AGN) mxl2 Linux - Wireless Networking 4 02-10-2017 09:12 PM
LXer: Ultimate Edition 3.4 has been released with ultimate Features LXer Syndicated Linux News 0 07-03-2012 07:10 AM
Intel Centrino Ultimate-N 6300 will not start louisb Linux - Wireless Networking 1 05-30-2010 12:05 PM
LXer: Ultimate Edition: Not so ultimate LXer Syndicated Linux News 0 06-06-2008 04:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:22 AM.

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
Open Source Consulting | Domain Registration