#help with slow internet only in linux.
149 messages · Page 1 of 1 (latest)
Open terminal, type inxi -SNxx and paste result here
Yes, now wait somebody for help...
open terminal
type cd /etc/modprobe.d
then ls -al dans screenshot result
I'd like to see
nmcli dev wifi list
Ah, open the terminal and paste the command, then show result
ok, next is
inxi -n
Ok, next is
iw dev wlp6s0 link
Do you use a vpn by chance?
Then
sudo apt install iw -y && iw dev wlp6s0 link
and
iw dev wlp6s0 get power_save
And what's your situation with vpn?
I mean can you test the speed without vpn?
Ok, let's try
sudo iw dev wlp6s0 set power_save off
then disconnect and reconnect wifi and paste the new result of
iw dev wlp6s0 link ; iw dev wlp6s0 get power_save
You did disconnected / reconnected from wifi, yes?
Are you using your own router or ISP provided?
Does
iw list | grep -A 20 "Supported interface modes"
show anything?
You already have them
Can you access router settings?
Also, if you could connect to your smartphone's hotspot and show result of
iw dev wlp6s0 link
that would be telling too
Can you set up a hotspot on your phone and connect to it?
54.0 MBit/s is WIFI G... like I suspected, it negotiate to lower Wifi standard
I think the wifi connect to 2.4 Ghz channel, while it should use the 5 Ghz channel
When you connect to your Hot Spot, have you choice between two version, like, one 2.4Ghz and the other 5Ghz ?
You tried what exactly ? explain
I don't understand
This is my question:
When you connect to your Hot Spot, have you choice between two version, like, one 2.4Ghz and the other 5Ghz ?
Ok so you tried connecting what ? you wanted to reply to @solid veldt ?
I don't understand what you tried and what for
Show the new
iw dev wlp6s0 link
@still needle See? On the iphone hotspot speed is higher even though it's 2.4ghz. So very likely the router is misconfigured somehow
72.2 still very low I think it's the lower
In the dsmeg posted earlier it might be something interesting
how is 72 lower than 54?
[ 11.018276] wlp6s0: required MCSes not supported, disabling HT
It's not lower than 54, but it still an hybrid strange negotiation
And as he state, under Windows he does not have this issue
It should probably at least got 300 Mbps using Wifi N
it seem clamped to Wifi G and some subset of wifi G
I don't think so, this is technically not possible
Similar issue here, with same driver, different chipset :
https://github.com/ublue-os/bazzite/issues/4676
Describe the bug On the Intel Ax210, PCIe card, the connection is limited to a 20Mhz channel width when connected to the XB10 from Xfinity on channel 157. Speeds are capped at about 20mbps. HT is d...
You might try forcing the Wifi standard in router side
To force it to Wifi N or Wifi AC
at least to check if it successfully connect, and at what rate
By accessing router admin interface
in the wifi options
you should be able to access it via browser yes
your ISP probably wants you yo download their app, but it may be not required
But I can't help here ( unless you live in France )
print screen
there is no link or something like that ?
photo ?
Screenshpot Alt+Printscr
I would prefer a wider view to see everything
what is the IP/URL you use to access ?
try the https
Unfortunately you do need the mobile app in order to make adjustments
that'as a total shame...
Oh I know why
try access it using Ethernet
Otherwise, here is the process :
Open the Xfinity App. (You'll need a working connection for this step).
Go to the WiFi tab.
Select View WiFi equipment and open Advanced Settings.
Select Admin Tool online access.
Slide the toggle button to Allow Admin Tool access (ON).
Select Save.
After that, you should be able to navigate to http://10.0.0.1
Make sure wifi is disconnected
It seem you need the App to at least enable the Admin access via network
once enabled, you don't need the app anymore
they want you to install their shitty spyware app
The ultimate alternative is to buy Wifi card that is known for sure to be fully Linux compatible
You have desktop right ?
So yes, that's a card you put in your computer, like the Graphic card
It's ~$25
and can be reused with new computer
check on Amazon for "AX210 Wifi 6E PCIe Card"
You just plug the card on the Motherboard, you may have to remove a panel on back of case
what is your computer ?
Branded or not branded ?
what model
full details
I don't know, you buyed it... not me 😄
open terminal type : inxi -Mxx
alright this is standard ATX motherboard
And you got one of the few Mother board that does not have any PCIe slot
... so, forgot the idea of sperate Wifi card
well there are extra PCIe slot, but not proper format
try to configure your router
It's an option
I think you'll need your ISP router anyway, but you can plug your own router via ethernet on it and configure another subnetwork
But I am pretty sure you can control your ISP router, you only need to installer they shitty app once to unlock the admin access
Open the Xfinity App. (You'll need a working connection for this step).
Go to the WiFi tab.
Select View WiFi equipment and open Advanced Settings.
Select Admin Tool online access.
Slide the toggle button to Allow Admin Tool access (ON).
Select Save.
After that, you should be able to navigate to http://10.0.0.1
you probably can reset
common Linux W
Look for something related to available Wifi mode or standard
like b g n
try to force n or ac
or disabling wifi g
Wireless
Go in Advanced
You cannot change wifi acces point name ?
you must have some wifi/wireless parameter
I have to go diner
In terminal run wget -N -t 5 -T 10 https://github.com/jeremyb31/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info then copy the contents of the wireless-info.txt file and paste at dpaste.com and post URL here
Don't have wget on Mint?
First time I have ever seen that
I don't think I ever had to install it
I don't think Secure Boot is an issue, I think your wifi is Intel 3168
I use 2,4 all the time
Try echo "options iwlwifi 11n_disable=8"|sudo tee /etc/modprobe.d/iwl-fix.conf and reboot
It enables aggressive TX and that can boost speed
It is a fix for something Intel devs did over 10 years ago and I have that set on this computer
Did you try throwing the cat through the wall?
Try sudo apt install wget and try my command, that info would be helpful
If you want to take a break, take one
you're using both ethernet and wifi. turn off one of them while testing or messing with the other
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
** IF: enp5s0** state: up speed: 1000 Mbps duplex: full mac: 9c:6b:00:23:6f:b4Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi
**IF: wlp6s0 **state: up mac: 8c:b8:7e:86:8a:a8
run inxi -nz and show again
sudo ifconfig enp5s0 down
good. after Jeremy's command, next:
cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
use exact lettercase
and show result of what it cats out
@sharp crown
The script results would show that info if they get around to running it and posting results
idk what maniak had u do regarding that
ok hit the up arrow one time to repeat and change something
change the term cat to sudo xed
and press enter, and authorize
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
then in text app, change powersave to = 2
jeremy's command does same thing but doesnt use the text editor, and can appear rather mysterious
ok cat out
same as before
hit up arroow few tiems
.
@sharp crown
sudo reboot
and as it shuts down, pull out the ethernet cord
then once back in linux, purely on wifi, go to https://pcmag.speedtestcustom.com
and run a test.
and make DAMN SURE win fast startup is disabled.
u prob had win fast startup on
go to bios, and show the boot category
When Win fast startup is involved, wifi usually doesn't work at all
it's a WHUORE (pronounced hore) is what it is
boot to windows
then show result of powercfg /a in admin. command prompt there
it seem your Wifi problem is due to Fast Boot enabled... Disable it from BIOS and from Windows using powercfg /a as described above
It would be interesting to know and understand why Fast Boot cause that
Fast Boot in Windows causes Intel wifi to be left in an unusable state in Linux, it wouldn't just be slow, if they want ethernet back sudo ifconfig enp5s0 up