I just set up my computer for dual boot windows 10/ubuntu 16.04 today. After some struggle I have it working for the most part, but I cannot get wireless internet to work. It is an Asus dual band wireless adapter. It's working fine for windows 10, but not Ubuntu.
What I've tried:
I've tried out multiple solutions from this link.
Typing
lspci -nn -d 14e4:
into the console hd no results, so I couldn't continue the first solution.
I followed the second solution, typing in the following into the console:
sudo apt-get remove bcmwl-kernel-source
sudo apt-get install firmware-b43-installer b43-fwcutter
cat /etc/modprobe.d/* | egrep 'bcm'
cd /etc/modprobe.d/
sudo gedit blacklist.conf
and then I put a # before the approprite line, saved and rebooted. Unfortunately,
rfkill list all
Returned nothing as well. I'm not sure what to do at this point, any suggestions would be great. Thank you.