WiFi on Acer not working

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
mikeglaz

WiFi on Acer not working

Post by mikeglaz »

I just got an Acer Aspire V 15 Nitro model VN7-571G-769P and when I boot to Linux Mint 17.1 CD there is no WiFi. I have a Qualcomm Atheros WiFi adapter.
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
Pjotr
Level 24
Level 24
Posts: 20132
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: WiFi on Acer not working

Post by Pjotr »

OK, first some more info please.
Generate an overview of your system like this:
- launch a terminal window and make it fullscreen, to avoid chopped lines;
- copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
if you type: the letter F is a capital letter

Press Enter.

Copy/paste the output in your next message.

Do the same with this command:

Code: Select all

sudo rfkill list all
Type your password when prompted. Not even dots will show when you type it, that's normal. Press Enter again.
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.
mikeglaz

Re: WiFi on Acer not working

Post by mikeglaz »

inxi is not installed and I can't install it because I don't have a wired ethernet port. But I have this:

Output of lspci -knn | grep Net -A2 && rfkill list

Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 20)
Subsystem: Foxconn International, Inc. Device [105b:e08e]
3D controller [0302]: NVIDIA Corporation GM108M [GeForce 840M] [10de:134] (rev a2)

hci0: Bluetooth
Soft blocked: no
Hard blocked: no
acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi on Acer not working

Post by JeremyB »

Download this file https://www.kernel.org/pub/linux/kernel ... 525.tar.gz however you can and write it to some removable storage to get it on your LM install and place it in your home folder. Then in terminal

Code: Select all

tar -zxvf backports-20150525.tar.gz

Code: Select all

cd backports-20150525

Code: Select all

make defconfig-ath10k

Code: Select all

make

Code: Select all

sudo make install
You will also need this in Linux Mint https://github.com/kvalo/ath10k-firmwar ... master.zip but I am not totally sure where the firmware should be in /lib/firmware. After rebooting look at

Code: Select all

dmesg | grep -i firmware
and see if there are missing firmware messages from ath10k and then we might be able to figure this out

Nevermind, it still doesn't work. You can watch the bug report https://bugs.launchpad.net/ubuntu/+sour ... ug/1383184
Locked

Return to “Networking”