Hi all,
Just want to share, I have a laptop acer one 14 z1402-50fz, and installed Ubuntu 14.04. And one that not working are Wireless (Wifi) and Bluetooth.
After looking around I found the solution for the wireless / wifi in here
https://forums.linuxmint.com/viewtopic.php?t=208434
With solution from Pjotr as below, (with connection to internet via other device):
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtl8723bu
cd rtl8723bu
make
sudo make install
sudo modprobe -v 8723bu
It works, but after I do update kernel, the wifi is not recognized again. And I must re do above to have wifi working again.
I hope in next kernel update, the driver for the wifi have included in newer kernel.
======
For bluetooth still not working.
Just want to share, I have a laptop acer one 14 z1402-50fz, and installed Ubuntu 14.04. And one that not working are Wireless (Wifi) and Bluetooth.
After looking around I found the solution for the wireless / wifi in here
https://forums.linuxmint.com/viewtopic.php?t=208434
With solution from Pjotr as below, (with connection to internet via other device):
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtl8723bu
cd rtl8723bu
make
sudo make install
sudo modprobe -v 8723bu
It works, but after I do update kernel, the wifi is not recognized again. And I must re do above to have wifi working again.
I hope in next kernel update, the driver for the wifi have included in newer kernel.
======
For bluetooth still not working.
0 comments:
Post a Comment