Wifi icon missing and not able to connect

jeslin@jeslin-Satellite-L510:~$ inxi -N
Network:
Device-1: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169
Device-2: Realtek RTL8191SEvB Wireless LAN driver: rtl8192se

Fascinating.

It appears this driver is current and works:

To Install:
Open terminal with ctrl+alt+t
then

sudo apt install git

git clone GitHub - FreedomBen/rtl8188ce-linux-driver: This modified version of the RealTek WiFi driver fixes some issues with RealTek cards on Linux. && cd rtl8188ce-linux-driver && ./install.sh

Looks like i faced some error at the end. :frowning_face: This is what I got when I tried what you said.

jeslin@jeslin-Satellite-L510:~$ sudo apt install inxi
[sudo] password for jeslin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
hddtemp lm-sensors mesa-utils tree
Suggested packages:
libcpanel-json-xs-perl | libjson-xs-perl libxml-dumper-perl fancontrol
read-edid i2c-tools
The following NEW packages will be installed:
hddtemp inxi lm-sensors mesa-utils tree
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 395 kB of archives.
After this operation, 1,676 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 tree amd64 1.8.0-1 [43.0 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 hddtemp amd64 0.3-beta15-53 [47.7 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 inxi all 3.0.38-1-0ubuntu1 [182 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 lm-sensors amd64 1:3.6.0-2ubuntu1 [87.4 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 mesa-utils amd64 8.4.0-1build1 [34.2 kB]
Fetched 395 kB in 4s (95.3 kB/s)
Preconfiguring packages ...
Selecting previously unselected package tree.
(Reading database ... 278112 files and directories currently installed.)
Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
Unpacking tree (1.8.0-1) ...
Selecting previously unselected package hddtemp.
Preparing to unpack .../hddtemp_0.3-beta15-53_amd64.deb ...
Unpacking hddtemp (0.3-beta15-53) ...
Selecting previously unselected package inxi.
Preparing to unpack .../inxi_3.0.38-1-0ubuntu1_all.deb ...
Unpacking inxi (3.0.38-1-0ubuntu1) ...
Selecting previously unselected package lm-sensors.
Preparing to unpack .../lm-sensors_1%3a3.6.0-2ubuntu1_amd64.deb ...
Unpacking lm-sensors (1:3.6.0-2ubuntu1) ...
Selecting previously unselected package mesa-utils.
Preparing to unpack .../mesa-utils_8.4.0-1build1_amd64.deb ...
Unpacking mesa-utils (8.4.0-1build1) ...
Setting up inxi (3.0.38-1-0ubuntu1) ...
Setting up mesa-utils (8.4.0-1build1) ...
Setting up tree (1.8.0-1) ...
Setting up lm-sensors (1:3.6.0-2ubuntu1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service →
/lib/systemd/system/lm-sensors.service.
Setting up hddtemp (0.3-beta15-53) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.11) ...
jeslin@jeslin-Satellite-L510:~$ inxi -N
Network:
Device-1: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169
Device-2: Realtek RTL8191SEvB Wireless LAN driver: rtl8192se
jeslin@jeslin-Satellite-L510:~$ sudo apt install git
[sudo] password for jeslin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
git-man liberror-perl
Suggested packages:
git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 5,468 kB of archives.
After this operation, 38.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.1 [884 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.1 [4,557 kB]
Fetched 5,468 kB in 9s (643 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 278201 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.25.1-1ubuntu3.1_all.deb ...
Unpacking git-man (1:2.25.1-1ubuntu3.1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.25.1-1ubuntu3.1_amd64.deb ...
Unpacking git (1:2.25.1-1ubuntu3.1) ...
Setting up liberror-perl (0.17029-1) ...
Setting up git-man (1:2.25.1-1ubuntu3.1) ...
Setting up git (1:2.25.1-1ubuntu3.1) ...
Processing triggers for man-db (2.9.1-1) ...
jeslin@jeslin-Satellite-L510:~$ git clone https://github.com/FreedomBen/rtl8188ce-linux-driver.git && cd rtl8188ce-linux-driver && ./install.sh
Cloning into 'rtl8188ce-linux-driver'...
remote: Enumerating objects: 9237, done.
remote: Counting objects: 100% (174/174), done.
remote: Compressing objects: 100% (163/163), done.
remote: Total 9237 (delta 127), reused 22 (delta 11), pack-reused 9063
Receiving objects: 100% (9237/9237), 21.42 MiB | 1.61 MiB/s, done.
Resolving deltas: 100% (7179/7179), done.

[*] So you want to live on the wild side and try a different driver for your RealTek wireless card eh? Awesome! I'll help you do it.

[*] We are going to build and install the driver from source code, compiled specifically for your machine.

[*] If you want to do the build/install manually, there are instructions in the "README.md" file.

[*] Please report any bugs/problems at https://github.com/FreedomBen/rtl8188ce-linux-driver

[] You will need sudo privileges in order to complete this install.
[
] Press when ready to begin, or <Ctrl+C> to quit

[*] Let's install any dependencies you will need in order to build the driver.
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-5.11.0-27-generic is already the newest version (5.11.0-27.29~20.04.1).
linux-headers-5.11.0-27-generic set to manually installed.
The following additional packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu dpkg-dev fakeroot g++
g++-9 gcc-9 libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libasan5 libatomic1 libbinutils libcc1-0
libctf-nobfd0 libctf0 libfakeroot libgcc-9-dev libitm1 liblsan0
libstdc++-9-dev libtsan0 libubsan1 make
Suggested packages:
binutils-doc debian-keyring g++-multilib g++-9-multilib gcc-9-doc
gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib
gcc-9-locales libstdc++-9-doc make-doc
The following NEW packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu build-essential dpkg-dev
fakeroot g++ g++-9 gcc gcc-9 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1
libbinutils libcc1-0 libctf-nobfd0 libctf0 libfakeroot libgcc-9-dev libitm1
liblsan0 libstdc++-9-dev libtsan0 libubsan1 make
0 upgraded, 27 newly installed, 0 to remove and 1 not upgraded.
Need to get 28.2 MB of archives.
After this operation, 126 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1,613 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3,380 B]
Get:7 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9,284 B]
Get:10 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
Get:11 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
Get:12 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2,009 kB]
Get:13 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
Get:14 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2,360 kB]
Get:15 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8,241 kB]
Get:16 http://in.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B]
Get:17 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB]
Get:18 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB]
Get:19 http://in.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B]
Get:20 http://in.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
Get:21 http://in.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
Get:22 http://in.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B]
Get:23 http://in.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
Get:24 http://in.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
Get:25 http://in.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
Get:26 http://in.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
Get:27 http://in.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Fetched 28.2 MB in 52s (538 kB/s)
Selecting previously unselected package binutils-common:amd64.
(Reading database ... 279137 files and directories currently installed.)
Preparing to unpack .../00-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../01-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../02-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../03-libctf0_2.34-6ubuntu1.1_amd64.deb ...
Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../04-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../05-binutils_2.34-6ubuntu1.1_amd64.deb ...
Unpacking binutils (2.34-6ubuntu1.1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../06-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../07-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../08-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../09-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../10-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../11-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../12-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
Selecting previously unselected package libgcc-9-dev:amd64.
Preparing to unpack .../13-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
Selecting previously unselected package gcc-9.
Preparing to unpack .../14-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../15-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
Unpacking gcc (4:9.3.0-1ubuntu2) ...
Selecting previously unselected package libstdc++-9-dev:amd64.
Preparing to unpack .../16-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
Selecting previously unselected package g++-9.
Preparing to unpack .../17-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../18-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
Unpacking g++ (4:9.3.0-1ubuntu2) ...
Selecting previously unselected package make.
Preparing to unpack .../19-make_4.2.1-1.2_amd64.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../20-dpkg-dev_1.19.7ubuntu3_all.deb ...
Unpacking dpkg-dev (1.19.7ubuntu3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../21-build-essential_12.8ubuntu1.1_amd64.deb ...
Unpacking build-essential (12.8ubuntu1.1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../22-libfakeroot_1.24-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.24-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../23-fakeroot_1.24-1_amd64.deb ...
Unpacking fakeroot (1.24-1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../24-libalgorithm-diff-perl_1.19.03-2_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-2) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../25-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../26-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Setting up libalgorithm-diff-perl (1.19.03-2) ...
Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
Setting up libfakeroot:amd64 (1.24-1) ...
Setting up fakeroot (1.24-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
Setting up make (4.2.1-1.2) ...
Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
Setting up libalgorithm-diff-xs-perl (0.04-6) ...
Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
Setting up binutils (2.34-6ubuntu1.1) ...
Setting up dpkg-dev (1.19.7ubuntu3) ...
Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
Setting up gcc (4:9.3.0-1ubuntu2) ...
Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
Setting up g++ (4:9.3.0-1ubuntu2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.8ubuntu1.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version (1:2.25.1-1ubuntu3.1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

[] Now let's compile the driver from source and copy the files to the right directories
if [ -e verify_branch.sh ] ;
then
./verify_branch.sh ;
fi;
Verifying a sane branch for your kernel version...
No (Current branch master)
Recommended branch is generic-5.11.x based on your kernel version (5.11.0-27-generic)
Should I switch it to generic-5.11.x for you? (y/n): y
Branch 'generic-5.11.x' set up to track remote branch 'generic-5.11.x' from 'origin'.
Switched to a new branch 'generic-5.11.x'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver modules
make[1]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/base.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/usb.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rc.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/debug.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/regd.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/efuse.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/cam.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/ps.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/core.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/stats.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/pci.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtlwifi.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtlwifi.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtlwifi.ko
make[1]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192c'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8192c modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/main.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/dm_common.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/fw_common.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/phy_common.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/rtl8192c/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.ko
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192c'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192ce'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8192ce modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/hw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/table.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/sw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/trx.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/led.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/phy.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/rf.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/dm.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/rtl8192ce.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/rtl8192ce.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192ce/rtl8192ce.ko
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192ce'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192cu'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8192cu modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/dm.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/hw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/led.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/mac.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/phy.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/rf.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/sw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/table.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/trx.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/rtl8192cu.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/rtl8192cu.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192cu/rtl8192cu.ko
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192cu'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192se'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8192se modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/hw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/table.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/sw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/trx.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/led.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/fw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/phy.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/rf.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/dm.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/rtl8192se.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/rtl8192se/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/rtl8192se.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192se/rtl8192se.ko
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192se'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192de'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8192de modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/hw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/table.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/sw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/trx.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/led.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/fw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/phy.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/rf.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/dm.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/rtl8192de.o
MODPOST /home/jeslin/rtl8188ce-linux-driver/rtl8192de/Module.symvers
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/rtl8192de.mod.o
LD [M] /home/jeslin/rtl8188ce-linux-driver/rtl8192de/rtl8192de.ko
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8192de'
make[1]: Entering directory '/home/jeslin/rtl8188ce-linux-driver/rtl8188ee'
make -C /lib/modules/5.11.0-27-generic/build M=/home/jeslin/rtl8188ce-linux-driver/rtl8188ee modules
make[2]: Entering directory '/usr/src/linux-headers-5.11.0-27-generic'
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/hw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/table.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/sw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/trx.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/led.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/fw.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/phy.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/rf.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/dm.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/pwrseq.o
CC [M] /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/pwrseqcmd.o
/home/jeslin/rtl8188ce-linux-driver/rtl8188ee/pwrseqcmd.c: In function ‘rtl88_hal_pwrseqcmdparsing’:
/home/jeslin/rtl8188ce-linux-driver/rtl8188ee/pwrseqcmd.c:70:3: error: implicit declaration of function ‘RT_TRACE’; did you mean ‘RTA_SPACE’? [-Werror=implicit-function-declaration]
70 | RT_TRACE( rtlpriv, COMP_INIT, DBG_TRACE,
| ^~~~~~~~
| RTA_SPACE
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:287: /home/jeslin/rtl8188ce-linux-driver/rtl8188ee/pwrseqcmd.o] Error 1
make[2]: *** [Makefile:1848: /home/jeslin/rtl8188ce-linux-driver/rtl8188ee] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-27-generic'
make[1]: *** [Makefile:33: default] Error 2
make[1]: Leaving directory '/home/jeslin/rtl8188ce-linux-driver/rtl8188ee'
make: *** [Makefile:41: all] Error 2
[
] The build has failed! Please make sure you have all dependencies installed and you are building on the correct branch (kernel version, not linux distro version, is most important for the branch)

1 Like

What is the output in terminal of:

sudo apt install gcc

and

sudo apt install build-essential

2 Likes

Good news! :grinning: It looks like it got fixed. Everything looks normal now. I am able to see the icon and connect now. I restarted it 3 times and I was able to connect all 3 times. I will reply to this topic if this issue occurs again. Thank you all for spending your valuable time for helping me out.

4 Likes

Hello. It looks like the problem is still there. Is this an issue of core being too much for my device as I found out from @Aravisian from another topic ? And talking about that topic "Laptop locks itself again and again after being locked once" it looks like it got fixed.

The output of the above commands:

jeslin@jeslin-Satellite-L510:~$ sudo apt install gcc
[sudo] password for jeslin:       
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc is already the newest version (4:9.3.0-1ubuntu2).
The following packages were automatically installed and are no longer required:
  libcurl4 linux-headers-5.11.0-25-generic linux-hwe-5.11-headers-5.11.0-25
  linux-image-5.11.0-25-generic linux-modules-5.11.0-25-generic
  linux-modules-extra-5.11.0-25-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jeslin@jeslin-Satellite-L510:~$ sudo apt install build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.8ubuntu1.1).
The following packages were automatically installed and are no longer required:
  libcurl4 linux-headers-5.11.0-25-generic linux-hwe-5.11-headers-5.11.0-25
  linux-image-5.11.0-25-generic linux-modules-5.11.0-25-generic
  linux-modules-extra-5.11.0-25-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 Like

Is there a wifi switch on the laptop ? fn + wifi key or a seperate key ?

unfortunately, no :frowning:

Hope this helps for you

Hmm, the wifi key on the function keys is toggling the airplane mode

I could not find the find the rc.local file. I searched for it but couldn't find it.

So the issue stopped, then returned?
What happens if you run sudo systemctl restart networking in terminal?

Yes.
Here is the output of sudo systemctl restart networking

jeslin@jeslin-Satellite-L510:~$ sudo systemctl restart networking
[sudo] password for jeslin:       
Failed to restart networking.service: Unit networking.service not found.
1 Like

Maybe it's:

sudo systemctl restart NetworkManager

is it supposed to show nothing after I enter my password?

jeslin@jeslin-Satellite-L510:~$ sudo systemctl restart NetworkManager
[sudo] password for jeslin:       
jeslin@jeslin-Satellite-L510:~$

If it works, yes.
It will only give a message if something went wrong.

What this shows is that the network manager is working... If your icon vanishes and it drops out - then try that command.

1 Like

Thanks a lot. Now the wifi icon is visible :grinning:

19 posts were split to a new topic: Foray into XFCE on Zorin OS 16 Core

A post was merged into an existing topic: Foray into XFCE on Zorin OS 16 Core

Guys, it's back. This thing is even on xfce.

1 Like