I updated Ubuntu from version 14.04 to 14.10 and installed kernel v. 3.17 ,as described on this blog, to gain Display port MST support. This gave me MST support but WIFI does not not after the kernel update.
sudo lspci -nn | grep -e 0200 -e 0280
returns
02:00.0 Networkcontroller [0280]:
Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter
[14e4:43b1] (rev 03)
w1 is not found by modprobe
sudo modprobe w1
modprobe: FATAL: Module w1 not found
Using a WIFI dongle ( wifi works with that ) I've tried to do
sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
The headers are installed as expected but the bcmwl kernel source does not support my kernel version
ERROR (dkms apport): kernel package linux-headers-3.17.1-dp-mst is not supported
Error! Bad return status for module build on kernel: 3.17.1-dp-mst (x86_64)
The make.log from the attempted bcmwl install says that alloc_netdev
only was given 3 arguments but requires 4, and also that it's undeclared.
I'm not able to upload the make.log at the moment...
Does anybody have suggestions on how I get my WIFI back?
It turns out that I didn't have internet access with the wifi dongle after all. I'll try to reinstall the bcmwl kernel again when I have an ethernet connection.
dpkg -l | grep bcmwl
– Jeremy31 Jun 04 '15 at 10:32w1
it iswl
– Pilot6 Jun 05 '15 at 07:13w1
/wl
mistake – smedegaard Jun 05 '15 at 07:14