WIFI not working on Mint 17.1

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
seavagabond

WIFI not working on Mint 17.1

Post by seavagabond »

Hello,
I had Linux Mint 15 Cinnamon installed on my laptop, which was new at the time, and the internal WIFI only worked if in the immediate vicinity of a WIFI.
So I bought the following external WIFI that worked fine:
Realtek RTL8723AE PCIe Wireless Network Adapter (Realtek ASUS EZ)

I installed recently Linux Mint 17.1 and now neither of the two WIFI work at all.

Can anyone advice please?
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: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: WIFI not working on Mint 17.1

Post by JeremyB »

seavagabond wrote:Hello,
I had Linux Mint 15 Cinnamon installed on my laptop, which was new at the time, and the internal WIFI only worked if in the immediate vicinity of a WIFI.
So I bought the following external WIFI that worked fine:
Realtek RTL8723AE PCIe Wireless Network Adapter (Realtek ASUS EZ)

I installed recently Linux Mint 17.1 and now neither of the two WIFI work at all.

Can anyone advice please?
Step 1

Code: Select all

echo "options rtl8723ae ips=0 fwlps=0" | sudo tee /etc/modprobe.d/rtl8723.conf
Reboot and see if it is better

Step 2

Code: Select all

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

Code: Select all

wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.19-rc1/backports-3.19-rc1-1.tar.gz

Code: Select all

tar -zxvf backports-3.19-rc1-1.tar.gz

Code: Select all

cd backports-3.19-rc1-1

Code: Select all

make defconfig-rtlwifi

Code: Select all

make

Code: Select all

sudo make install
Reboot
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: WIFI not working on Mint 17.1

Post by AlbertP »

Please run these commands in terminal and post the output to see if correct drivers are loaded for your hardware, and to make sure that wireless isn't blocked for some reason:

Code: Select all

inxi -N
rfkill list
It will also include the internal wifi, maybe that one can be fixed as well (ie for Atheros wireless, the fix for better signal strength is easy).
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
seavagabond

Re: WIFI not working on Mint 17.1

Post by seavagabond »

Hi,
Thank you for the help.
I run the commands suggested by JeremyB but there has been no visible change.
This is the outcome of the commands suggested by AlbertP:


francesca@zoostorm ~ $ inxi -N
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
Card-2: Realtek RTL8723AE PCIe Wireless Network Adapter driver: rtl8723ae
Card-3: ASUSTek USB-N10 802.11n Network Adapter [Realtek RTL8188SU] driver: r8712u
francesca@zoostorm ~ $ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
francesca@zoostorm ~ $
User avatar
Pjotr
Level 24
Level 24
Posts: 20140
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: WIFI not working on Mint 17.1

Post by Pjotr »

It's hard blocked.... Try this:

Code: Select all

sudo rfkill unblock all
You might also try to unblock by using the Fn key combination on your laptop for that. Or there might be an option in the BIOS of your laptop, which allows you to set the wireless to "always on".
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.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: WIFI not working on Mint 17.1

Post by JeremyB »

What model computer is it?
seavagabond

Re: WIFI not working on Mint 17.1

Post by seavagabond »

It works!
I can use the internal WIFI, at last!
The computer is Zoostorm 15.6" Notebook Laptop Pentium Dual Core B980 4GB 320GB DVDRW No OS
Thank you all for the help.
Locked

Return to “Networking”