0

I am unable to connect to WiFi or tether to my iPhone for internet. Therefore unable to install any additional drivers from the software center. I did my reading on the problems and I suspect that the WiFi drivers are missing and since iOS 14 is incompatible to Ubuntu for some reason, it's not providing a tethered internet connection.

I'm very new to the Linux environment, so I am not entirely sure what I'm doing but on high-level, the idea I got was installing dkms packages from the boot-able flash drive, followed by installing additional drivers from the software center.

I've been researching and reading several posts on askUbuntu for finding a solution, for example, this post's high rated answer suggests to install dkms package from terminal commands and using GUI both. Both of them are not working for me because the terminal throws an error and GUI opens up software center for installation of dkms but gets stuck on pending.

Is there a way to solve this without the internet?

Cmd line

sudo dpkg -i /media/abhijeet/UBUNTU$2016_0/pool/main/d/dkms/dkms_*.deb

Error

dpkg: error processing archive /media/abhijeet/UBUNTU016_0/pool/main/d/dkms/dkms_*.deb (--install):

cannot access archive: No such file or directory Errors were encountered while processing: /media/abhijeet/UBUNTU016_0/pool/main/d/dkms/dkms_*.deb

cmd line

sudo dpkg -i /media/abhijeet/UBUNTU$2016_0/pool/restricted/b/bcmwl/bcmwl-kernel-source_*.deb

Error

dpkg: error processing archive /media/abhijeet/UBUNTU016_0/pool/restricted/b/bcmwl/bcmwl-kernel-source_*.deb (--install):

cannot access archive: No such file or directory Errors were encountered while processing: /media/abhijeet/UBUNTU016_0/pool/restricted/b/bcmwl/bcmwl-kernel-source_*.deb

GUI Installation screenshots dkms_pkg_gui bcmwl_gui

WiFi chip - Intel(R) Wireless-AC 9560 160MHz

P.S. - I'm using 16.04 for a project that's why I'm not using the latest version of it.

0 Answers0