Please teach me a step by step method on how to connect my wifi on my lenovo ideapad 330s. It says Wifi adapter not found.
Im using ubuntu LTS 20.04
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
03:00.0 SD Host controller [0805]: O2 Micro, Inc. SD/MMC Card Reader Controller [1217:8621] (rev 01)
Subsystem: Lenovo SD/MMC Card Reader Controller [17aa:3808]
Kernel driver in use: sdhci-pci
Edit:
ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000`
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 8a:d4:d7:81:dd:18 brd ff:ff:ff:ff:ff:ff
sudo ip link set dev usb0 down
`Cannot find device "usb0"`
I'm also unable to connect to the internet using USB and Bluetooth tethering. It says Activation of network connection failed.
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 May 03 '20 at 11:05{}
to format. – Pilot6 May 03 '20 at 22:47sudo apt update
first. And alsobuild-essential linux-headers-$(uname -r)
is not needed for 20.04. – Pilot6 May 03 '20 at 22:49{}
is an icon above the box where you post the text. – Pilot6 May 03 '20 at 22:55