My laptop has a bcm43142 driver which is proprietary, but when I used Ubuntu and Lubuntu, it was very easy to enable through Additional Drivers. My laptop does not have an LAN cable, so I use USB tethering from my phone. On Ubuntu Server, I installed ubuntu-drivers
and tried to install the compatible driver, bcmwl-kernel-source
. I am very new to linux and I don't even know if this question is valid. I scoured this site and the web for answers but nothing worked. I have internet access only through my phone. Also, when installing Ubuntu Server, I used my phone as a network.
The following picture contains the output of these commands:
sudo lspci -nnk
uname -a
ip addr
https://i.stack.imgur.com/uJouX.jpg
output for sudo netplan --debug apply
sudo lspci -nnk
,uname -a
andip addr
. – Pavel Sayekat Jul 24 '19 at 17:40ls /etc/netplan
– chili555 Jul 24 '19 at 20:31