Wifi adapter loading infinite

Hello everyone! Someone can please help me.


I'm getting this visible network loader continuously and can't able to get/connect any network.

Here is the WiFi adapter, that I am using :
ZEBRONICS ZEB-USB150WF1 WiFi USB... https://www.amazon.in/dp/B093QCY6YJ?ref=ppx_pop_mob_ap_share

It won't work on Zorin, the organisation has no drivers for Zorin/Ubuntu. Only works on Windows. Try to visit there website and see if you find the drivers for Ubuntu.

1 Like

It comes with Linux driver installer also, I have installed it multiple time but still getting same result.

Can you please post the terminal output of:

sudo lshw -C network

Here is the result/output of command:

*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 15
serial: 40:b0:76:5d:50:7c
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.15.0-50-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 ioport:d000(size=256) memory:f7104000-f7104fff memory:f7100000-f7103fff
*-network:0 DISABLED
description: Wireless interface
physical id: 2
bus info: usb@1:5
logical name: wlx00e04c818802
serial: 00:e0:4c:81:88:02
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=r8188eu driverversion=5.15.0-50-generic multicast=yes wireless=unassociated
*-network:1
description: Ethernet interface
physical id: 3
bus info: usb@1:8
logical name: usb0
serial: ea:26:4c:11:a3:ee
capabilities: ethernet physical
configuration: autonegotiation=off broadcast=yes driver=rndis_host driverversion=5.15.0-50-generic duplex=half firmware=RNDIS device ip=192.168.110.254 link=yes multicast=yes port=twisted pair

In terminal, what is the output of:

sudo modprobe 8188eu

OR does doing the above get wifi working?

Here is the output :

modprobe: FATAL: Module 8188eu not found in directory /lib/modules/5.15.0-50-generic

Assuming you can connect with phone Hotspot or ethernet:

sudo add-apt-repository ppa:kelebek333/kablosuz

Hit enter to add the repo.
Now run

sudo apt install rtl8188eu-dkms

sudo modprobe -r 8188eu

sudo modprobe 8188eu

Not WiFi option is not showing :joy:

Did sudo apt install rtl8188eu-dkms show the driver install?

Here is the output :-

sudo apt install rtl8188eu-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
rtl8188eu-dkms is already the newest version (5.2.2.4~focal4).
The following packages were automatically installed and are no longer required:
chromium-codecs-ffmpeg-extra gir1.2-animation-glib-0 gir1.2-ges-1.0
gstreamer1.0-vaapi heif-gdk-pixbuf javascript-common libanimation-glib0
libanimation0 libatomic1:i386 libbsd0:i386 libdrm-amdgpu1:i386
libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386
libedit2:i386 libelf1:i386 libexpat1:i386 libffi7:i386 libfwupdplugin1
libges-1.0-0 libjs-jquery libjs-jquery-ui libllvm12:i386 libnvidia-cfg1-470
libnvidia-common-470 libnvidia-compute-470:i386 libnvidia-decode-470
libnvidia-decode-470:i386 libnvidia-encode-470 libnvidia-encode-470:i386
libnvidia-extra-470 libnvidia-fbc1-470 libnvidia-gl-470
libnvidia-gl-470:i386 libnvidia-ifr1-470 libpciaccess0:i386 libsensors5:i386
libstdc++6:i386 libva-wayland2 libvulkan1:i386 libwayland-client0:i386
libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-dri2-0:i386
libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-randr0:i386
libxcb-shm0:i386 libxcb-sync1:i386 libxcb-xfixes0:i386 libxcb1:i386
libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxnvctrl0 libxshmfence1:i386
libxxf86vm1:i386 mesa-vulkan-drivers:i386 nvidia-compute-utils-470
nvidia-settings nvidia-utils-470 pitivi python-matplotlib-data
python3-cycler python3-kiwisolver python3-matplotlib python3-numpy
python3-pyparsing screen-resolution-extra xserver-xorg-video-nvidia-470
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

Thankx for helping me out bro's.

I Found the solution on internet and here is the driver and installation process : GitHub - kelebek333/rtl8188fu: RTL8188FU driver for Linux 4.15.x ~ 6.0.x

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.