I am new to ubuntu , i have installed ubuntu in dual boot with windows 10 in dell laptop. my problem is - not able to see wi-fi networks / options. i tried to install ' bcmwl-kernel-source' (tried to resolve the issue of install wifi drivers) i am getting 'Hash Sum mismatch'
i followed the answer - Installing Broadcom Wireless Drivers
Can anyone tell me , what mistake i did ?
below is the complete log
sudo apt-get install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
bcmwl-kernel-source
0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
Need to get 1,515 kB of archives.
After this operation, 8,013 kB of additional disk space will be used.
Get:1 archive.ubuntu.com/ubuntu xenial/restricted amd64 bcmwl-kernel-source amd64 6.30.223.248+bdcom-0ubuntu8 [1,515 kB]
Err:1 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 bcmwl-kernel-source amd64 6.30.223.248+bdcom-0ubuntu8
Hash Sum mismatch
Fetched 1,515 kB in 19s (78.0KB/s)
E: Failed to fetch archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu8_amd64.deb
Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
sudo rm /var/lib/apt/lists/*
thensudo apt update
. then install it – Anwar Aug 25 '16 at 05:59