I am running Ubuntu 14.04 on a 2015 Macbook Pro. I am able to see and connect to other wifi networks via the network manager. I have set up a 5GHz network with security disabled on the AC1750 router. I am able to connect to the network on another device (an Intel NUC also running Ubuntu 14.04). However, on my Macbook the network does not appear on the list of networks in the network manager, nor am I able to connect to it as a hidden network. Additionally, I've tried rebooting my computer and configuring /etc/network/interfaces to connect to the network to no avail.
Here is the output of sudo lshw -C network:
*-network
description: Wireless interface
product: BCM43602 802.11ac Wireless LAN SoC
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: 00:90:4c:0d:f4:3e
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=brcmfmac driverversion=n/a firmware=01-e4dc15b ip=128.31.35.31 latency=0 multicast=yes wireless=IEEE 802.11bgn
resources: irq:62 memory:c1400000-c1407fff memory:c1000000-c13fffff
The 5GHz wireless network is in 11a/n/ac mixed mode and SSID broadcast is enabled (configured through the router settings). Note that the lshw output above has wireless=IEEE 802.11bgn in the capabilities field, whereas the NUC that is able to connect has wireless=IEEE 802.11abgn - perhaps this is related to the issue?
I tried installing a proprietary driver with sudo apt-get install bcmwl-kernel-source as per an answer to this question, but that left me unable to connect to any wireless networks.