I've installed ubuntu, I am trying to setup network.
My laptop doesn't have LAN interface, so I only have to connect internet with wifi.
But currently I couldn't setup wifi.
Below is my situation
joont> ifconfig
joont>
lo flags=73<UP,LOOPBACK, RUNNING> mtu 65536
....
only showing lo
joont> iwconfig
joont>
no wireless extensions.
Also only showing lo
joont> lshw -C network
joont>
*- network
description: Network controller
product: BCM4360 82.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries.
physical id: 0
bus info: pci@000:03:00.0
version: 03
width: 64 bits
clock: 33 MHz
....
I can find wifi network interface
As you can see from above, I currently only have loopback interface.
So.. what thing I have to do first?
Have to install wireless network driver? Or install another thing?
Can you help me?