Acer Switch 10E SW3-016 - Wifi driver help

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
heyitsabi

Acer Switch 10E SW3-016 - Wifi driver help

Post by heyitsabi »

Hey guys, I am trying to get my laptop/laptap back to working state, I followed this guide https://gist.github.com/franga2000/2154d09f864894b8fe84
with some experiments I got the laptop to install Mint Mate edition and I love it! First time using Linux and I am really happy with it. So far I have got most of the things working other than brightness always being max and wifi not working at all.

For wifi I have tried some steps which I found of google and the above mentioned website:

attempt 1:
Reference --->
Hi, I had problems with installing wifi when following OP's advice. I found another solution on ubuntu forum:

sudo apt-get install build-essential linux-headers-generic git
git clone https://github.com/hadess/rtl8723as.git
cd rtl8723as
make
sudo make install
sudo depmod -a
sudo modprobe r8723bs # in original post there is "8723bs" but it was not working me, only with added "r"

Source: http://ubuntuforums.org/showthread.php?t=2249936
I used the above steps, every code got executed without error I think as after entering nothing was returned by the system and I rebooted the system as well. Wifi was still not visible, no hardware detected

attempt 2:
After the above steps I went on reading how other users got their wifi to work, reference --->
I downloaded the .deb files and installed it and rebooted the system to check if it did the trick, still no wifi hardware found.

attempt 3:
reference --->
The wifi stuff wasn't working for me on 16.04, but I got it to work with this (with USB net plugged in):

cd /lib/firmware/brcm
wget https://github.com/jfwells/linux-asus-t ... 4-sdio.txt
I figured it out by doing dmesg | grep firm to see if I had any firmware errors.

Still no sound, though.
I did the above mentioned steps it downloaded the file and stored it but nothing happened. Everyone else seems to have issue with sound but I was lucky on that part and I fixed the sound issues sadly I am stuck with no wifi

attempt 4:
To get wifi working, I just had to push the drivers provided by AndyLavr and to modprobe
When I read this, I downloaded the files provided by AndyLavr on the website http://acerium.ru/english/ this one https://yadi.sk/d/XG1e_nEcyt6vJ
And pushed the drivers by using the code

Code: Select all

sudo modprobe r8723bs
Still no wifi.

I am pretty new to linux so I am sorry if I did something wrong and troubling you guys for my mistake. Any help with this regards will be appreciated from the bottom of my heart. Only way I can connect right now is to use a usb based router but it is an issue when I travel. With so many people having success getting their wifi to work, I was hoping that it won't be this hard.
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
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by kc1di »

Hello heyitsabi and welcome to Linux Mint Forums,
Please go to a terminal and enter this command and post the output here so we will know what your actually working with.

Code: Select all

inxi -Nn
also this command

Code: Select all

rfkill list
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
heyitsabi

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by heyitsabi »

Thank you

Output of
inxi -Nn
is:

Code: Select all

Network:   Card: Failed to Detect Network Card!
and

Output of
rfkill list
is:

Code: Select all

0: acer-wireless: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: acer-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
Also I forgot to mention I am using Linux Mint 19 Mate Edition.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by JeremyB »

See the wireless script link in my signature and post results, hopefully it will show some clues as to what is going on
heyitsabi

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by heyitsabi »

http://termbin.com/dp4q

Here is the output
heyitsabi

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by heyitsabi »

My wifi started working today, I did nothing to try and fix other than the above mentioned steps, till today my wifi was not working....out of no where I get a pop off notification saying about available wifi networks.

The only thing that I did was update my Linux Mint time to time via usb router.
heyitsabi

Re: Acer Switch 10E SW3-016 - Wifi driver help

Post by heyitsabi »

heyitsabi wrote: Tue Nov 06, 2018 6:29 am My wifi started working today, I did nothing to try and fix other than the above mentioned steps, till today my wifi was not working....out of no where I get a pop off notification saying about available wifi networks.

The only thing that I did was update my Linux Mint time to time via usb router.
So my system asked for another update, it had network-manager on the list, I did it and after reboot my wifi is not working anymore. I am confused what or why it started working and now it is not working anymore :(

Edit: I was so happy that my wifi started working, sadly it is back to normal now. Network card is not detected anymore. I have no idea how it started working though.

EDIT: I have been trying to make my wifi work and I found some where that in Fedora wifi works out of the box, I have downloaded and tried the LiveUSB session and wifi works in Fedora. Is there anyway we can find, why it is working in Fedora and not in Mint ? Like run some commands there to see why it is working ?

EDIT 2:So the laptop had wifi working two times, once in Linux mint after a reboot and once in Fedora but it went back to not detect my network card after reboot. No idea what is going on.
Locked

Return to “Hardware Support”