o/
I decided to use Ubuntu as a dual-boot to see if I would replace MacOS with it. I could use my Broadcom wifi card just fine in the "try without installing" feature, but as soon as I installed it, it refused to use the card. I tried re-installing the drivers, but to no avail. ubuntu would start the process of using the card, but at around 75-85% it would just give up.
EDIT IN RESPONSE TO chili555: output of lspci -nnk | grep 0280 -A3:
gingka@gingka-MacBookAir:~$ lspci -nnk | grep 0280 -A3
03:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. BCM4360 802.11ac Wireless Network Adapter [106b:0117]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
lspci -nnk | grep 0280 -A3Welcome to Ask Ubuntu. – chili555 Aug 27 '18 at 23:31tail -f /var/log/syslogInsert the SD card and watch the terminal. It should recognize the SD card as something like: Mounted /dev/sdc1 at /media/chili/something... In order to propose an answer, I need to know that line from your system. Please edit your question to add the details. Get out of tail with Ctrl+c. – chili555 Aug 28 '18 at 20:07Mounted /dev/sdb1 at /media/gingka/Ubuntu 18.04.1 LTS amd64 on behalf of uid 1000– Gingka Akiyama Aug 28 '18 at 23:29