Obviously, its trying to load a Broadcom module:
Code:sudo modprobe -rfv wl sudo apt-get remove --purge bcmwl-kernel-source sudo modprobe -v ath10k_pci dmesg | grep ath
Obviously, its trying to load a Broadcom module:
Code:sudo modprobe -rfv wl sudo apt-get remove --purge bcmwl-kernel-source sudo modprobe -v ath10k_pci dmesg | grep ath
And postas the script result shows signs of Adam Lee's dkms packageCode:dkms status
Sorry, but I did not understand the suggestion. The answer is to my problem or another user? Thanks.
This is the result:
is this?$ dkms status
backath10k, 2.0, 3.13.0-74-generic, x86_64: installed
backath10k, 2.0, 3.19.0-25-generic, x86_64: installed (WARNING! Diff between built and installed module!)
backath10k, 2.0, 3.19.0-42-generic, x86_64: installed
bbswitch, 0.7, 3.13.0-74-generic, x86_64: installed
bbswitch, 0.7, 3.19.0-25-generic, x86_64: installed
bbswitch, 0.7, 3.19.0-42-generic, x86_64: installed
ndiswrapper, 1.59, 3.19.0-42-generic, x86_64: installed
nvidia-352, 352.63, 3.19.0-42-generic, x86_64: installed
rtl8188C_8192C_8192D_usb_linux, v3.3.0_2971.20111128: added
Reboot and try reinstalling backportsCode:sudo dkms remove backath10k/2.0 --all
Reboot, if it doesn't work, postCode:cd backports-20151120 make clean make defconfig-ath10k make sudo make installCode:dmesg | grep ath10k
I just ran the command:
I restarted the notebook and the network card began to work! I do not know what has been done, but thank you very much for your help !!!sudo dkms remove backath10k/2.0 --all
File Unavailable http://filebin.ca/2LVgpjSgiT56/backp...-11-05.tar.bz2
Already downloaded as rinfinity (#82) shared and wireless working, but it would be great if someone can reupload.
Thanks
Aspire E 14
Model: E5-473-52IC
Last edited by Omar_Eduardo; January 4th, 2016 at 08:30 PM.
You may have better luck with the more current instructions here: http://ubuntuforums.org/showthread.php?t=2304250
"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.
Mine too after some minor changes, due 403 issues.
Ath10k QCA9377 on Ubuntu 15.10 (Apparently now it's supported)
#1 Create a temporary directory
mkdir tmp-ath10k
#2 And then,
cd tmp-ath10k
#3 this is to install some necessary softwares, as we need to install from source from git repository
sudo apt-get install build-essential linux-headers-$(uname -r) git
#4
echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
#5 we'll download patched backports in the directory we're working from(stopped following this advice from rinfinity due 403 issues and continued with this post from chili555)
wget https://www.kernel.org/pub/linux/ker...0151120.tar.gz
#6 extract the downloaded file
tar -zxvf backports-20151120.tar.gz
#7Get into the extracted folder, and enter these commands one by one, to install the backport.
cd backports-20151120
make defconfig-ath10k
make
sudo make install
#10 reboot
No need of renaming files …Guys, thanks a lot!!!
My acer E5-573-P83X runs now fine w/ WiFi ac.
Thanks! This work for me!
Bookmarks