hello again.....
so iv been at it all day trying to fix this on my own but I seem to be stuck..... installing ubuntu (16.04 lts) on this old mac was dead easy using a USB key, where im having issues is getting my wireless network running....
currently im connected to ethernet, have updated the system and activated my broadcom driver, allowing me to potentially connect to wifi networks....
the problem is that my home network doesn't show up....
here is some info that might help you better understand my predicament....
jeff@jeff-Macmini:~$ sudo lshw -C network
*-network
description: Ethernet interface
product: MCP79 Ethernet
vendor: NVIDIA Corporation
physical id: a
bus info: pci@0000:00:0a.0
logical name: enp0s10
version: b1
serial: 00:26:b0:d8:8c:e0
size: 100Mbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm msi bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 duplex=full ip=192.168.1.103 latency=0 link=yes maxlatency=20 mingnt=1 multicast=yes port=MII speed=100Mbit/s
resources: irq:27 memory:93486000-93486fff ioport:21e0(size=8) memory:93489000-934890ff memory:93489300-9348930f
*-network
description: Wireless interface
product: BCM4321 802.11a/b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 05
serial: 00:26:08:ee:12:13
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:20 memory:93200000-93203fff
jeff@jeff-Macmini:~$ iwconfig wlp3s0
wlp3s0 IEEE 802.11 ESSID

ff/any
Mode:Managed Access Point: Not-Associated
Retry short limit:7 RTS thr

ff Fragment thr

ff
Power Management

ff
jeff@jeff-Macmini:~$ ifconfig wlp3s0
wlp3s0 Link encap:Ethernet HWaddr 00:26:08:ee:12:13
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:2565
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20
jeff@jeff-Macmini:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
jeff@jeff-Macmini:~$ sudo iwlist wlp3s0 scanning
wlp3s0 No scan results
I don't understand what im doing wrong, the only explanation I can think of is that my driver is out of date and i need to install a specific file using the terminal, but i don't know where to find this file....
im sorry if this a question that has been answered time and time again but iv honestly been reading pages and pages of posts with no success...the network works fine on all my other devices, meaning its strictly related to this little macmini
thank you in advance!