Internet Connection Issues

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Galtlives
Level 1
Level 1
Posts: 27
Joined: Wed Jan 29, 2020 12:13 pm

Internet Connection Issues

Post by Galtlives »

Anyone having intermittent internet connection issues with the last update of Linux mint ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Moonstone Man
Level 16
Level 16
Posts: 6054
Joined: Mon Aug 27, 2012 10:17 pm

Re: Internet Connection Issues

Post by Moonstone Man »

Galtlives wrote: Thu Mar 18, 2021 4:49 pm Anyone having intermittent internet connection issues with the last update of Linux mint ?
Rather than asking a vague, open-ended question, which you'll only get yes or no responses to, if you have an issue then describe it, and include relevant information about your system.

Please post the output of inxi -Fxz from a terminal and enclose it in code tags [code]output.here[/code]. You'll see the code tags icon </> when you reply. Also, please read this link: how to get help, especially section 5. It will tell you what we need to be told so that we can assist you.
Galtlives
Level 1
Level 1
Posts: 27
Joined: Wed Jan 29, 2020 12:13 pm

Re: Internet Connection Issues

Post by Galtlives »

I have four computers all running Linux mint with all the newest updates. All of them are having the same problem. Brave, Firefox, or Chrome all time out when trying to reach any website. If I run my windows machines everything is fine. I can transfer files via LAN just fine between computers and I tested BitTorrent which seemed to work without any drops. The problem seems to happen after having inactivity. After trying various times I can finally get it to work. Then after inactivity I have the same problem again. I think this happened when I updated to the newest Kernel - 5.4.0-67.

Code: Select all

System:
  Kernel: 5.4.0-67-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
  Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa 
  base: Ubuntu 20.04 focal 
Machine:
  Type: Desktop Mobo: ASUSTeK model: Z170-A v: Rev 1.xx serial: <filter> 
  UEFI [Legacy]: American Megatrends v: 3802 date: 03/15/2018 
Battery:
  Device-1: hidpp_battery_0 model: Logitech M570 charge: 95% 
  status: Discharging 
CPU:
  Topology: Quad Core model: Intel Core i7-6700K bits: 64 type: MT MCP 
  arch: Skylake-S rev: 3 L2 cache: 8192 KiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
  bogomips: 63999 
  Speed: 800 MHz min/max: 800/4300 MHz Core speeds (MHz): 1: 800 2: 800 
  3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 
Graphics:
  Device-1: NVIDIA GM206 [GeForce GTX 950] vendor: eVga.com. driver: nouveau 
  v: kernel bus ID: 02:00.0 
  Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: fbdev,vesa 
  resolution: 3840x2160~60Hz, 1920x1080~60Hz, 1920x1080~60Hz 
  OpenGL: renderer: NV126 v: 4.3 Mesa 20.2.6 direct render: Yes 
Audio:
  Device-1: Intel 100 Series/C230 Series Family HD Audio vendor: ASUSTeK 
  driver: snd_hda_intel v: kernel bus ID: 00:1f.3 
  Device-2: NVIDIA GM206 High Definition Audio vendor: eVga.com. 
  driver: snd_hda_intel v: kernel bus ID: 02:00.1 
  Sound Server: ALSA v: k5.4.0-67-generic 
Network:
  Device-1: Intel Ethernet I219-V vendor: ASUSTeK driver: e1000e v: 3.2.6-k 
  port: f000 bus ID: 00:1f.6 
  IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IF-ID-1: lxcbr0 state: down mac: <filter> 
  IF-ID-2: virbr0 state: down mac: <filter> 
  IF-ID-3: virbr0-nic state: down mac: <filter> 
Partition:
  ID-1: / size: 579.46 GiB used: 502.17 GiB (86.7%) fs: ext4 
  dev: /dev/nvme0n1p5 
Sensors:
  System Temperatures: cpu: 34.0 C mobo: N/A gpu: nouveau temp: 33 C 
  Fan Speeds (RPM): N/A gpu: nouveau fan: 0 
Info:
  Processes: 382 Uptime: 3d 13h 00m Memory: 31.30 GiB 
  used: 25.95 GiB (82.9%) Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 
  Shell: bash v: 5.0.17 inxi: 3.0.38 
buteman
Level 4
Level 4
Posts: 331
Joined: Tue Nov 29, 2011 5:36 pm
Location: North Lincolnshire

Re: Internet Connection Issues

Post by buteman »

It might be worth running an older kernel and seeing if it works then. A new kernel may have some subtle change which is affecting your machine. Or you could do what I have done run a 5.8 series kernel
sleeper12
Level 21
Level 21
Posts: 14606
Joined: Thu May 25, 2017 3:22 pm

Re: Internet Connection Issues

Post by sleeper12 »

See if power management is on:

Code: Select all

 iwconfig 
IF it is, turn it off with:

Code: Select all

 sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf 
Reboot
Locked

Return to “Networking”