Hi,

I just installed KaOS on my Lenovo Yoga Pro 1370 Ultrabook. This is a really slick version of Linux. Looks very nice. I got sick of Gnome and wanted to give KDE a go.

Anyhow. Got no Wifi. Have to tether my Android phone to get connectivity.

So far I have run the following command to get info about my network adapter:

lspci -nn -d 14e4:

That returnd the following text:

01:00.0 Netork controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)

Please let me know if there is a way to get that going.

Thanks!

To get more info, output of inxi -N and hwinfo --wlan might be needed, but this chip probably can't use the free options but will need the non-free broadcom driver:

sudo pacman -Syu
sudo pacman -S broadcom-wl

and reboot, should work then

Thanks very much @demm

Installing the non-free driver got it working straight away.
Very much appreciated!