I have a fresh install of Ubuntu 16.04. I changed my username following these instructions.
No problem.
I then used these instructions to configure wifi (I've done this many times before but not after changing my username), but noticed that there was nothing under /media/
. I'm guessing it was deleted by changing my username.
How do I repopulate /media/
so that I can install wifi?
Thanks.
/media
previously? – George Udosen Dec 09 '17 at 01:07sudo dpkg -i /media/username/volname/pool/main/d/dkms/dkms_*.deb
thensudo dpkg -i /media/username/volname/pool/restricted/b/bcmwl/bcmwl-kernel-source_*.deb
are the commands required to install wifi. Apparently the packages required to install wifi are supposed to be under/media/
? I'm not entirely sure. – tmthyjames Dec 09 '17 at 01:15USB
device as this is where Ubuntu would normally mount it when plugged into your system? please re-plugin the device and there should show up as usual... – George Udosen Dec 09 '17 at 01:19