Still a newbie for various reasons.
I have tried several linux distributions but have determined to try getting away from Windows. Accordingly I acquired an additional computer (HP Compaq 8000 #Elite) and installed Linux Mint 18 Mate 32bit
I have a seperate windows 7 computer installation with an ethernet connection working fine. Previous versions of Linux I tried connected via the same modem/router automatically, but not LM18. Our local ISP technicians have no experience with Linux but suggested I needed a Broadcom driver.As far as I can work out the HP Compaq 8000 doesn't have a Broadcom controller.
The 'unplugged' icon in the LM18 taskbar shows a red 'X' and the dropdown menu indicates 'disconnected' but is dimmed so I cannot get any action there. So I select 'Editing Wired Connection' which offers ...
DEVICE 00:0F:FE:CE:46:9E or enp0s25 (00:0F:FE:CE:46:9E)
No change
I tried this in a terminal window ...
$ sudo apt-get install b43-fwcutter
$ wget
http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2
$ tar xf broadcom-wl-4.150.10.5.tar.bz2
$ cd broadcom-wl-4.150.10.5/driver/
$ sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
$ sudo modprobe b43
$ sudo echo "b43" >> /etc/modules
but that was rejected ... I suppose because I don't have an internet connection for LM18.
Can anybody point me in the right direction ?