Lenovo G50 keeps disconnecting at random intervals

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
VarSwrd

Lenovo G50 keeps disconnecting at random intervals

Post by VarSwrd »

Was asked to make a separate topic for my issues. Running Mint 17.2 (Rafaela) on a Lenovo G50 and a situation keeps happening when I can't connect to any website all of a sudden but the connectivity icon on the bottom-right shows as still connected. The other topic recommended I check here:

https://sites.google.com/site/easylinux ... BE-chipset

When I ran lsusb I got two different RealTek devices and a bunch of other stuff that the page does not mention.

Code: Select all

Bus 002 Device 004: ID 0bda:b728 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 5986:014f Acer, Inc
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
What should I do?
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.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo G50 keeps disconnecting at random intervals

Post by JeremyB »

Did you follow the instructions from the linked site? You can ignore the lsusb results, the first realtek device is the bluetooth and the second is a memory card reader
VarSwrd

Re: Lenovo G50 keeps disconnecting at random intervals

Post by VarSwrd »

I read the instructions, and it said I needed to run lsusb to determine the chipset. What part of the output determines the chipset, then? I didn't see anything in the output listed in step 1.

I am completely new to using Linux. What am I doing wrong?
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo G50 keeps disconnecting at random intervals

Post by JeremyB »

Something must have got messed up, do

Code: Select all

echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
Reboot

If you want the bluetooth to work, I can help with that
VarSwrd

Re: Lenovo G50 keeps disconnecting at random intervals

Post by VarSwrd »

Okay. I ran that command, and after a while the disconnection problem is still occurring. The only difference is that the WiFi indicator now properly shows that I am disconnected when the problem occurs.

I ran lsusb again and the output is the same. What to do next?
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo G50 keeps disconnecting at random intervals

Post by JeremyB »

Don't worry about lsusb, post the results of

Code: Select all

iwconfig
VarSwrd

Re: Lenovo G50 keeps disconnecting at random intervals

Post by VarSwrd »

Code: Select all

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"sunroom-Wireless"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:24:B2:A5:FE:F8   
          Bit Rate=18 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
          Link Quality=70/70  Signal level=-26 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:356   Missed beacon:0

lo        no wireless extensions.

JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo G50 keeps disconnecting at random intervals

Post by JeremyB »

I didn't see what I was expecting, so I will have you run this in terminal

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
I don't need to see the results from terminal but just the contents of the wireless-info.txt file that is created
VarSwrd

Re: Lenovo G50 keeps disconnecting at random intervals

Post by VarSwrd »

Code: Select all

########## wireless info START ##########

Report from: 01 Sep 2015 19:57 EDT -0400

Booted last: 01 Sep 2015 12:39 EDT -0400

Script from: 14 Jul 2015 17:04 UTC +0000

##### release ###########################

Distributor ID:	LinuxMint
Description:	Linux Mint 17.2 Rafaela
Release:	17.2
Codename:	rafaela

##### kernel ############################

Linux 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, splash, vt.handoff=7

##### desktop ###########################

MATE

##### lspci #############################

01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
	Subsystem: Lenovo Device [17aa:b736]
	Kernel driver in use: rtl8723be

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: Lenovo Device [17aa:3812]
	Kernel driver in use: r8169

##### lsusb #############################

Bus 002 Device 004: ID 0bda:b728 Realtek Semiconductor Corp. 
Bus 002 Device 003: ID 5986:014f Acer, Inc 
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: ideapad_wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: ideapad_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

##### lsmod #############################

rtl8723be              85054  0 
btcoexist              50304  1 rtl8723be
rtl8723_common         23361  1 rtl8723be
rtl_pci                26690  1 rtl8723be
rtlwifi                64255  2 rtl_pci,rtl8723be
mac80211              652777  3 rtl_pci,rtlwifi,rtl8723be
cfg80211              494362  2 mac80211,rtlwifi
ideapad_laptop         18278  0 
sparse_keymap          13948  1 ideapad_laptop

##### interfaces ########################

auto lo
iface lo inet loopback

##### ifconfig ##########################

eth0      Link encap:Ethernet  HWaddr <MAC 'eth0' [IF]>  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr <MAC 'wlan0' [IF]>  
          inet addr:192.168.1.6  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'wlan0' [IF]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:253138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:148120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:361314743 (361.3 MB)  TX bytes:15200011 (15.2 MB)

##### iwconfig ##########################

eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"sunroom-Wireless"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: <MAC 'sunroom-Wireless' [AN1]>   
          Bit Rate=18 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
          Link Quality=36/70  Signal level=-74 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:384   Missed beacon:0

##### route #############################

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0
192.168.1.0     0.0.0.0         255.255.255.0   U     9      0        0 wlan0

##### resolv.conf #######################

nameserver 127.0.1.1

##### network managers ##################

Installed:

	NetworkManager

Running:

root       874     1  0 12:39 ?        00:00:05 NetworkManager

##### NetworkManager info ###############

NetworkManager Tool

State: connected (global)

- Device: eth0 -----------------------------------------------------------------
  Type:              Wired
  Driver:            r8169
  State:             unavailable
  Default:           no
  HW Address:        <MAC 'eth0' [IF]>

  Capabilities:
    Carrier Detect:  yes

  Wired Properties
    Carrier:         off

- Device: wlan0  [sunroom-Wireless] --------------------------------------------
  Type:              802.11 WiFi
  Driver:            rtl8723be
  State:             connected
  Default:           yes
  HW Address:        <MAC 'wlan0' [IF]>

  Capabilities:
    Speed:           18 Mb/s

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points (* = current AP)
    *sunroom-Wireless: Infra, <MAC 'sunroom-Wireless' [AN1]>, Freq 2437 MHz, Rate 54 Mb/s, Strength 40 WEP

  IPv4 Settings:
    Address:         192.168.1.6
    Prefix:          24 (255.255.255.0)
    Gateway:         192.168.1.1

    DNS:             192.168.1.1

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### NetworkManager profiles ###########

[[/etc/NetworkManager/system-connections/sunroom-Wireless]] (600 root)
[connection] id=sunroom-Wireless | type=802-11-wireless
[802-11-wireless] ssid=sunroom-Wireless | mac-address=<MAC 'wlan0' [IF]>
[ipv4] method=auto
[ipv6] method=auto

##### iw reg get ########################

Region: America/New_York (based on set time zone)

country 00:
	(2402 - 2472 @ 40), (3, 20)
	(2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
	(2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
	(5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
	(5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS

##### iwlist channels ###################

eth0      no frequency information.

lo        no frequency information.

wlan0     13 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Current Frequency:2.437 GHz (Channel 6)

##### iwlist scan #######################

eth0      Interface doesn't support scanning.

wlan0     Failed to read scan data : Resource temporarily unavailable

lo        Interface doesn't support scanning.

##### module infos ######################

[rtl8723be]
filename:       /lib/modules/3.16.0-38-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723be/rtl8723be.ko
firmware:       rtlwifi/rtl8723befw.bin
description:    Realtek 8723BE 802.11n PCI wireless
license:        GPL
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         PageHe	<page_he@realsil.com.cn>
srcversion:     C94095C986767A931B924EF
depends:        rtlwifi,rtl8723-common,rtl_pci,btcoexist,mac80211
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512
parm:           swlps:bool
parm:           swenc:using hardware crypto (default 0 [hardware])
 (bool)
parm:           ips:using no link power save (default 1 is open)
 (bool)
parm:           fwlps:using linked fw control power save (default 1 is open)
 (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 0)
 (bool)
parm:           debug:Set debug level (0-5) (default 0) (int)

[rtl8723_common]
filename:       /lib/modules/3.16.0-38-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common.ko
description:    Realtek RTL8723AE/RTL8723BE 802.11n PCI wireless common routines
license:        GPL
author:         Larry Finger	<Larry.Finger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
srcversion:     7410431A59C24B1BC33226E
depends:        
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512

[rtl_pci]
filename:       /lib/modules/3.16.0-38-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko
description:    PCI basic driver for rtlwifi
license:        GPL
author:         Larry Finger	<Larry.FInger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         lizhaoming	<chaoming_li@realsil.com.cn>
srcversion:     3273ECD6028617EFD27E4F4
depends:        mac80211,rtlwifi
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512

[rtlwifi]
filename:       /lib/modules/3.16.0-38-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko
description:    Realtek 802.11n PCI wireless core
license:        GPL
author:         Larry Finger	<Larry.FInger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         lizhaoming	<chaoming_li@realsil.com.cn>
srcversion:     8362106E96F806A9DBAE565
depends:        mac80211,cfg80211
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512

[mac80211]
filename:       /lib/modules/3.16.0-38-generic/kernel/net/mac80211/mac80211.ko
license:        GPL
description:    IEEE 802.11 subsystem
srcversion:     376BFDE8E6207B0AAA6339B
depends:        cfg80211
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512
parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[cfg80211]
filename:       /lib/modules/3.16.0-38-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
srcversion:     33ED2C1448F5AEDBE7AF59E
depends:        
intree:         Y
vermagic:       3.16.0-38-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        C2:84:ED:AC:CF:0B:47:36:52:C3:4D:23:BE:C3:56:94:42:36:E6:3B
sig_hashalgo:   sha512
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[rtl8723be]
debug: 0
fwlps: N
ips: Y
msi: N
swenc: N
swlps: N

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
probe_wait_ms: 500

[cfg80211]
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

lp
rtc

##### modprobe options ##################

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

[/etc/modprobe.d/rtl8723be.conf]
options rtl8723be fwlps=0

##### rc.local ##########################

exit 0

##### pm-utils ##########################

##### udev rules ########################

[/etc/udev/rules.d/70-persistent-net.rules]
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'eth0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10ec:0xb723 (rtl8723be)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'wlan0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

##### dmesg #############################

[ 6339.334871] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[ 6339.345126] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 6339.347157] wlan0: authenticated
[ 6339.347337] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 6339.350229] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 6339.352558] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[ 6339.352637] wlan0: associated
[ 8139.442873] wlan0: deauthenticated from <MAC 'sunroom-Wireless' [AN1]> (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[ 8139.469037] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[ 8139.479266] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 8139.485993] wlan0: authenticated
[ 8139.486466] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 8139.488595] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 8139.492121] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[ 8139.492218] wlan0: associated
[ 9339.535101] wlan0: deauthenticated from <MAC 'sunroom-Wireless' [AN1]> (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[ 9339.561263] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[ 9339.571502] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 9339.573982] wlan0: authenticated
[ 9339.574315] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 9339.576835] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[ 9339.582905] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[ 9339.583007] wlan0: associated
[10179.599665] wlan0: deauthenticated from <MAC 'sunroom-Wireless' [AN1]> (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[10179.625891] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[10179.636142] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[10179.642024] wlan0: authenticated
[10179.642471] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[10179.645414] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[10179.647817] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[10179.647916] wlan0: associated
[10779.645780] wlan0: deauthenticated from <MAC 'sunroom-Wireless' [AN1]> (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[10779.671962] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[10779.682203] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[10779.685533] wlan0: authenticated
[10779.686000] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[10779.687513] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[10779.689954] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[10779.690050] wlan0: associated
[13130.333055] wlan0: deauthenticated from <MAC 'sunroom-Wireless' [AN1]> (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[13130.388576] wlan0: authenticate with <MAC 'sunroom-Wireless' [AN1]>
[13130.398770] wlan0: send auth to <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[13130.400295] wlan0: authenticated
[13130.400536] rtl8723be 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[13130.404173] wlan0: associate with <MAC 'sunroom-Wireless' [AN1]> (try 1/3)
[13130.406489] wlan0: RX AssocResp from <MAC 'sunroom-Wireless' [AN1]> (capab=0x411 status=0 aid=1)
[13130.406585] wlan0: associated

########## wireless info END ############
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo G50 keeps disconnecting at random intervals

Post by JeremyB »

The disconnects might be caused by the encryption used by your wifi router. If you can change it, change it to WPA2 only
User avatar
bbaker6212
Level 5
Level 5
Posts: 538
Joined: Wed Aug 12, 2015 6:35 pm

Re: Lenovo G50 keeps disconnecting at random intervals

Post by bbaker6212 »

I have this same Realtek RTL8723BE wifi card in my Lenovo G50-45 and it's working fine. If you are having disconnect issues it could be the router or its settings as previously said or perhaps your wifi card is flaky. Try changing your router config - reset it to factory defaults and try using it like that for a while. Swap a spare or a friends router to see if it still occurs. Purhase a new RTL8723BE wifi card - they're only US$10. Those are all things you can try. See my post here:http://forums.linuxmint.com/viewtopic.p ... 1#p1063693
Linux Mint XFCE 21.1 , Windows 11, Pop!_OS 22.04 Acer Aspire 5 A515-57 (linux-probe), Core i5-1235U, 16GB RAM
Lenovo Ideapad 330S-15IKB (linux-probe), Core i5-8250U, 20GB RAM
User avatar
bbaker6212
Level 5
Level 5
Posts: 538
Joined: Wed Aug 12, 2015 6:35 pm

Re: Lenovo G50 keeps disconnecting at random intervals

Post by bbaker6212 »

updating this thread to another one with more info and a potential fix... http://forums.linuxmint.com/viewtopic.php?f=53&t=204172
Linux Mint XFCE 21.1 , Windows 11, Pop!_OS 22.04 Acer Aspire 5 A515-57 (linux-probe), Core i5-1235U, 16GB RAM
Lenovo Ideapad 330S-15IKB (linux-probe), Core i5-8250U, 20GB RAM
csmitheu

Re: Lenovo G50 keeps disconnecting at random intervals

Post by csmitheu »

Probably a too late reply to this but the G50 doesn't get on with some access points. I have a friend with one and it doesn't like Broadcom SoC based routers in windows and Linux. Think it's a firmware problem. We got a cheap USB WiFi stick and that works fine.

I'm using 100meg Ethernet cable dangling everywhere now as I've had enough of troubleshooting wireless problems. It's a breath of fresh air to be honest.
Locked

Return to “Networking”