Newly installed Mint 18.1 and wifi 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
Io355

Newly installed Mint 18.1 and wifi issues

Post by Io355 »

I got a new laptop and installed Mint 18.1 on it and the past few days I’ve been having major wifi problems on it. The wifi constantly disconnects and is extremely slow. It actually seemed fairly fine in the morning and got worse in the evening so I wondered if it had to do with my ISP, but I doubt it. This morning I was having more problems with it. And to make sure I got an old laptop with Windows 7 on it and the connection on it is fine while it’s either not working or extremely slow on Mint.

The connection can actually be fine for a while too, but if I download something even if it’s just MB in size, watch a YouTube video, or install something through the package manager or terminal, the internet will instantly disconnect. Around half the time the connection will come back right away if I disconnect and reconnect, but then a lot of the time it will disconnect again after seconds.

I Googled this and some people said it was because this power manager option for the wifi was on. Mine was on and I disabled it, and it didn’t help at all. I’m thinking the wifi card on this laptop has compatibility issues with Linux, which would really suck since I love Linux. I wonder if anything can be done about this. I could maybe try another distro, but if it’s not supported on Mint I’d be surprised if it’s well supported on something else.
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.
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: Newly installed Mint 18.1 and wifi issues

Post by pdc_2 »

welcome to the wireless forum

wireless folks need facts; like carnivores need red meat! Over on the ubuntu forum https://ubuntuforums.org/showthread.php?t=370108 is this thread and it tells you how to run a script that collects facts on aspects of your wireless setup;

if you run that, and post the way they suggest, you can help folks to help you
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Newly installed Mint 18.1 and wifi issues

Post by Pjotr »

At Ubuntu forums they also tell you to dist-upgrade first, which isn't meant to be done in Mint....

The script is OK though. But this might suffice:

a. Please generate an overview of your system like this:

- Launch a terminal window (this is how to launch a terminal window);

- make the terminal window full screen, to avoid chopped lines;

- copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

- Press Enter.

- Copy/paste the output in your next message.

b. Do the same with the following three commands:

Code: Select all

rfkill list all
and:

Code: Select all

inxi -Nn
and:

Code: Select all

iwconfig
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Io355

Re: Newly installed Mint 18.1 and wifi issues

Post by Io355 »

pdc_2 wrote:welcome to the wireless forum

wireless folks need facts; like carnivores need red meat! Over on the ubuntu forum https://ubuntuforums.org/showthread.php?t=370108 is this thread and it tells you how to run a script that collects facts on aspects of your wireless setup;

if you run that, and post the way they suggest, you can help folks to help you
I'll see if I can get this script working. I tried doing the other things mentioned like updating, but it said everything is up to date.
Pjotr wrote:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

- Press Enter.

- Copy/paste the output in your next message.

Code: Select all

System:    Host: trevor-X556UAK Kernel: 4.4.0-53-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.2)
           Distro: Linux Mint 18.1 Serena
Machine:   System: ASUSTeK (portable) product: X556UAK v: 1.0
           Mobo: ASUSTeK model: X556UAK v: 1.0
           Bios: American Megatrends v: X556UAK.302 date: 09/05/2016
CPU:       Dual core Intel Core i5-7200U (-HT-MCP-) cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 10847
           clock speeds: max: 2601 MHz 1: 400 MHz 2: 1700 MHz 3: 600 MHz
           4: 600 MHz
Graphics:  Card: Intel Device 5916 bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.05hz
           GLX Renderer: Mesa DRI Intel Kabylake GT2
           GLX Version: 3.0 Mesa 12.0.6 Direct Rendering: Yes
Audio:     Card-1 Logitech G930 Headset driver: USB-Audio
           Card-2 Logitech G930 driver: USB Audio usb-ID: 001-002
           Sound: Advanced Linux Sound Architecture v: k4.4.0-53-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: <filter>
           Card-2: Qualcomm Atheros Device 0042
           driver: ath10k_pci bus-ID: 03:00.0
           IF: wlp3s0 state: up speed: N/A duplex: N/A mac: <filter>
Drives:    HDD Total Size: 256.1GB (8.5% used)
           ID-1: /dev/sda model: Micron_1100_MTFD size: 256.1GB
Partition: ID-1: / size: 45G used: 5.9G (14%) fs: ext4 dev: /dev/sda1
           ID-2: swap-1 size: 2.00GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 32.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 205 Uptime: 4:44 Memory: 1656.0/7867.2MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.461) inxi: 2.2.35 
Pjotr wrote:

Code: Select all

rfkill list all

Code: Select all

0: asus-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: asus-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
Pjotr wrote:

Code: Select all

inxi -Nn

Code: Select all

Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169
           IF: enp2s0 state: down mac: 70:4d:7b:c9:8f:a9
           Card-2: Qualcomm Atheros Device 0042 driver: ath10k_pci
           IF: wlp3s0 state: up speed: N/A duplex: N/A mac: f0:03:8c:38:59:4d
Pjotr wrote:

Code: Select all

iwconfig

Code: Select all

wlp3s0    IEEE 802.11abgn  ESSID:"Santana"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: BC:4D:FB:A2:36:98   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=45/70  Signal level=-65 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:60  Invalid misc:11238   Missed beacon:0

enp2s0    no wireless extensions.

lo        no wireless extensions.
Last edited by JeremyB on Fri Apr 07, 2017 4:57 pm, edited 1 time in total.
Reason: code tags added
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Newly installed Mint 18.1 and wifi issues

Post by Pjotr »

Try this:

Update Manager - panel: View - Linux kernels

Install the latest kernel from the 4.4 series. Then reboot.

When no avail, try the latest kernel from the 4.8 series.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Io355

Re: Newly installed Mint 18.1 and wifi issues

Post by Io355 »

Pjotr wrote:Try this:

Update Manager - panel: View - Linux kernels

Install the latest kernel from the 4.4 series. Then reboot.

When no avail, try the latest kernel from the 4.8 series.
Switching to the latest 4.4 kernel didn't seem to fix it, but after switching to the 4.8 kernel my connection speed has been fast and hasn't been disconnecting. It seems to have fixed everything. Thank you.
Locked

Return to “Networking”