wireless disconnected every minutes

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
mady

wireless disconnected every minutes

Post by mady »

Hi, I was read many post before I post my issue and none of them didn't help.
My wifi connection disconnected evey minute and it make me go crazy, I will let information about my computer and driver below

Code: Select all

Distributor ID:	LinuxMint
Description:	Linux Mint 19 Tara
Release:		19
Codename:	tara

Code: Select all

03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
	Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e074]
	Kernel driver in use: mt7630e

04:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
	Kernel driver in use: r8169
My computer is an ASUSX510CC.
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.
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: wireless disconnected every minutes

Post by AZgl1800 »

Lucky you, another MT7630e victim. ( personal opinion )
ASUS TP500L here

This fixed part of my problem, new kernels no longer kill the driver:

JeremyB fixed the WiFi adapter problem, whereby a new kernel deletes the WiFi configuration.

Code: Select all

sudo dkms uninstall mt7630e/2.1.0
sudo dkms remove mt7630e/2.1.0 --all
sudo rm -r /usr/src/mt7630e-2.1.0/
git clone https://github.com/jeremyb31/mt7630e_test.git
sudo dkms add mt7630e_test
sudo dkms install mt7630e/2.2.1
and here:


viewtopic.php?f=90&t=270493

JeremyB wrote: ⤴
Wed May 23, 2018 7:38 am
You could make sure Network Manager isn't turning on wifi power management with


sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service


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


give those a try, and hopefully your problem will be gone.
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
mady

Re: wireless disconnected every minutes

Post by mady »

Hi, thanks for your reply, I will try your suggestion however I found a software
wicd-gtk
that can manage my wireless and it doesn't have wireless problem.
Locked

Return to “Networking”