I managed to get online through a Ethernet to USB adapter, but I still need help in having the WiFi in my new Ubuntu 17.10 installation finally work.
I tried downloading the driver (with the other 3 AMD64 dependencies),as described in Installing Broadcom Wireless Drivers but I get the following error.
Ubuntu is running on a SDHC Card on my MacBook Pro (Retina, 15-inch, Mid 2014) 2.5 GHz Intel Core i7.
Please help!
dkms
needs. That's a very complex web of packages you'll need to download and install, and might not be the easiest thing in the world to do... – Thomas Ward Mar 07 '18 at 15:16build-essential
in anapt-get install
command, which in turn relies on the entire tree of compiler dependency packages) by default. That's why you're missing the dependencies ofdkms
, including but not limited togcc
,make
, etc. which you need to compile with. I hate to ask but is there any reason you can't, say, connect to an Ethernet port for a short while on this machine to install the drivers and stuff? – Thomas Ward Mar 07 '18 at 20:44