I installed Ubuntu on an old Macbook. All looks fine but I have a problem with internet connection. Can't connect with wifi, and I can't connect with cable.
All tutorials of drivers installation I find are about wired-connection. The question is:
- Can I download drivers with other PC, put them on usb and them install on Macbook
- If so - how can I do it?
My wifi hardwere is BCM4322. To know this I enter in terminal
mariana@mariana-MacBook:~$ lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Broadcom Limited BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
Subsystem: Apple Inc. AirPort Extreme [106b:008e]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
What should I do in order to solve it?
Enthernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1) Network controller: Broadcom Limited BCM4322 802.11a/b/g/n Wireless LAN controller (rev 01)
– B.Andrei Sep 04 '17 at 12:13lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Sep 04 '17 at 12:15