Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1)

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
adarsh_chacko

Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1)

Post by adarsh_chacko »

I installed Linux Mint 17.1 in Lenovo z-50-70 but its wifi does not work properly.
I ran the following:

Code: Select all

lspci -nnk | grep Network
and got this as output:

Code: Select all

02: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
What could be the problem?
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.
richyrich

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by richyrich »

It looks like the correct driver is installed and being used . . can you post the output from the following terminal command:

Code: Select all

mintwifi
haiabhi89

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by haiabhi89 »

Hi,
Just update ur linux kerenel to 3.18... I think everything should work fine.. RTL8723BE drivers are included.
Hope it works.
Buzzsaw
Level 6
Level 6
Posts: 1318
Joined: Sat Aug 23, 2014 12:53 pm

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by Buzzsaw »

You haven't said how your wireless adapter isn't working, but I'm going to guess that it's a power saving problem, since this adapter often suffers from this in Linux.

If it is a power saving problem, the following will fix it:

Code: Select all

sudo apt-get install sysfsutils

Code: Select all

systool -v -m rtl8723be
In the output, check which power saving settings have a Y after them. It will probably be fwlps and ips. Then disable these by creating the text file:

Code: Select all

/etc/modprobe.d/rtl8723be.conf
Write the follow line in it (adjust as necessary):

Code: Select all

options rtl8723be fwlps=0 ips=0
Reboot, and see whether it's working now.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by JeremyB »

Some Lenovo's have issue with hard blocked wifi when they don't have a wireless switch, check

Code: Select all

rfkill list all
tree_tree

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by tree_tree »

richyrich wrote:It looks like the correct driver is installed and being used . . can you post the output from the following terminal command:

Code: Select all

mintwifi
I am having a similar problem on a lenovo z70-80.

My result from

Code: Select all

 lspci -nnk | grep Network

is

Code: Select all

03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 20)
and my result from

Code: Select all

mintwifi
is

Code: Select all

-------------------------
* I. scanning WIFI PCI devices...
  -- Qualcomm Atheros Device 003e (rev 20)
      ==> PCI ID = 168c:003e (rev 20)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0      no wireless extensions.

lo        no wireless extensions.

-------------------------
* IV. querying ifconfig...
eth0      Link encap:Ethernet  HWaddr 68:f7:28:76:60:36  
          inet addr:192.168.1.89  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::6af7:28ff:fe76:6036/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21083 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14431 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:17667562 (17.6 MB)  TX bytes:2551523 (2.5 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:972 errors:0 dropped:0 overruns:0 frame:0
          TX packets:972 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:98947 (98.9 KB)  TX bytes:98947 (98.9 KB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
Server:		192.168.1.254
Address:	192.168.1.254#53

Non-authoritative answer:
Name:	google.com
Address: 216.58.218.206

What do I need to do to get the right wifi driver?
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by JeremyB »

tree_tree wrote:
richyrich wrote:It looks like the correct driver is installed and being used . . can you post the output from the following terminal command:

Code: Select all

mintwifi
I am having a similar problem on a lenovo z70-80.

My result from

Code: Select all

 lspci -nnk | grep Network

is

Code: Select all

03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 20)
and my result from

Code: Select all

mintwifi
is

Code: Select all

-------------------------
* I. scanning WIFI PCI devices...
  -- Qualcomm Atheros Device 003e (rev 20)
      ==> PCI ID = 168c:003e (rev 20)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0      no wireless extensions.

lo        no wireless extensions.

-------------------------
* IV. querying ifconfig...
eth0      Link encap:Ethernet  HWaddr 68:f7:28:76:60:36  
          inet addr:192.168.1.89  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::6af7:28ff:fe76:6036/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21083 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14431 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:17667562 (17.6 MB)  TX bytes:2551523 (2.5 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:972 errors:0 dropped:0 overruns:0 frame:0
          TX packets:972 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:98947 (98.9 KB)  TX bytes:98947 (98.9 KB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
Server:		192.168.1.254
Address:	192.168.1.254#53

Non-authoritative answer:
Name:	google.com
Address: 216.58.218.206

What do I need to do to get the right wifi driver?
That device is fairly new to Linux, backports might get it to function but you might only be able to connect to unsecured networks

Code: Select all

sudo apt-get install build-essential linux-headers-generic

Code: Select all

wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/03/13/backports-20150313.tar.xz

Code: Select all

tar xvfJ backports-20150313.tar.xz

Code: Select all

cd backports-20150313

Code: Select all

make defconfig-ath10k

Code: Select all

make

Code: Select all

sudo make install
Reboot
tree_tree

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by tree_tree »

I tried exactly what you suggested and it didn't work.

Do you think I will encounter this issuse with any form of Linux I try, (am I doomed to windows or wifi?) or do you think Ubuntu would work?
Jrassek

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by Jrassek »

Unfortunately iam quite sure that Ubuntu won´t work cause
Linux Mint is based on Ubuntu so any driver relatet issues you experience
with Linux Mint will also be in Ubuntu.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi not working in Lenovo Z-50-70 (with Linux Mint 17.1

Post by JeremyB »

tree_tree wrote:I tried exactly what you suggested and it didn't work.

Do you think I will encounter this issuse with any form of Linux I try, (am I doomed to windows or wifi?) or do you think Ubuntu would work?
I doubt any version of Linux will work with your current wifi card at this time. You could use Linux Mint in virtual box with Windows, buy a USB wifi card like the TP-link TL-WN722N V1.1, or contact Lenovo for an Intel wifi card that will work with this computer as Lenovo's have a whitelist in BIOS and won't even boot with a unapproved wifi card in the slot
Locked

Return to “Hardware Support”