Lenovo Wireless Issue

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
toonKev

Lenovo Wireless Issue

Post by toonKev »

Good evening all, I recently just installed Linux Mint on my system after reading a lot of information and trying to take it all in, still having a lot of fun learning :)

Anyway the issue I seem to have at the minute is that my Wifi on the laptop only will cut off after browsing for a little while, the only way to get it working again seems to be restarting the laptop. I'm not sure why this is happening or even if there is an easy fix?
Any help/adive would be great!
Hope I have added this information correctly:

Code: Select all

* I. scanning WIFI PCI devices...
  -- Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
      ==> PCI ID = 10ec:b723
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"BTHub5-3S9M 2.4GHz"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:91:F9:45:47:E8   
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=26/70  Signal level=-84 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:4   Missed beacon:0
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
xfrank
Level 5
Level 5
Posts: 616
Joined: Sat Nov 24, 2012 6:09 pm
Location: Mexico City
Contact:

Re: Lenovo Wireless Issue

Post by xfrank »

Hi! Which model of Lenovo you have?
In my Lenovo G40-30 (Ideapad) I had to "blacklist" the laptop:
(in the terminal)

Code: Select all

sudo modprobe -r ideapad-laptop
sudo rfkill unblock all
rfkill list all
Then, create a new archive in etc/modprobe.d/
The archive can be named for example “myblacklist.conf” (the name can be different, the key detail is the termination .conf). Inside this archives you must punt this line: blacklist ideapad_laptop

For this model, this solution works.
Active Distros in my computers: LM21.1 (Mate,Xfce); MXLinux (Xfce)
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo Wireless Issue

Post by JeremyB »

Using updated drivers from backports usually works for that chip

Code: Select all

wget -N -t 5 -T 10 https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.18.1/backports-3.18.1-1.tar.xz

Code: Select all

tar -xf backports-3.18.1-1.tar.xz

Code: Select all

cd ~/backports-3.18.1-1

Code: Select all

make defconfig-rtlwifi

Code: Select all

make

Code: Select all

sudo make install
Reboot
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo Wireless Issue

Post by JeremyB »

xfrank wrote:Hi! Which model of Lenovo you have?
In my Lenovo G40-30 (Ideapad) I had to "blacklist" the laptop:
(in the terminal)

Code: Select all

sudo modprobe -r ideapad-laptop
sudo rfkill unblock all
rfkill list all
Then, create a new archive in etc/modprobe.d/
The archive can be named for example “myblacklist.conf” (the name can be different, the key detail is the termination .conf). Inside this archives you must punt this line: blacklist ideapad_laptop

For this model, this solution works.
See my answer http://askubuntu.com/questions/588226/t ... navailable but use the ideapad_laptop.c that is https://www.dropbox.com/sh/vuci43ve6nt9 ... t9vea?dl=0
Sputnik69

Re: Lenovo Wireless Issue

Post by Sputnik69 »

I have read all of the posts, its quite helpful for me because i am facing same prob with my lenovo too.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Re: Lenovo Wireless Issue

Post by JeremyB »

Sputnik69 wrote:I have read all of the posts, its quite helpful for me because i am facing same prob with my lenovo too.
What model as I modified the ideapad_laptop for just that model
toonKev

Re: Lenovo Wireless Issue

Post by toonKev »

Tried what Jermey said so hoping that works, my Lenovo model is the b50-30.
toonKev

Re: Lenovo Wireless Issue

Post by toonKev »

Cut off again this evening!
Fount this code on the Ubuntu forums about the same issue.

Code: Select all

echo "options rtl8723be fwlps=0 swlps=0 swenc=1" | sudo tee /etc/modprobe.d/rtl8723be.conf
Locked

Return to “Networking”