Usb wifi Tp-link tl wn725n v3 not suport zorin 18

Please help me driver wifi tp-link tl wn725n v3 not konected with zorin 18

Welcome to the Forum!

Did You take a Look at the ''Additional Drivers'' Tab in Software & Updates if there is a Driver offered?
Plug in the Wifi Stick and then post the Output of the Terminal Commands sudo lshw -C network and rfkill list please.

i'm install driver not suport zorirn 18 sgo@sgo-Satellite-P755:~$ sudo apt install rtl8188eu-dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
apparmor-profiles nvidia-firmware-580-580.65.06
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
rtl8188eu-dkms
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1.096 kB of archives.
After this operation, 7.735 kB of additional disk space will be used.
Get:1 Index of /kelebek333/kablosuz/ubuntu noble/main amd64 rtl8188eu-dkms all 5.2.2.4~noble7 [1.096 kB]
Fetched 1.096 kB in 17s (65,8 kB/s)
Selecting previously unselected package rtl8188eu-dkms.
(Reading database ... 290049 files and directories currently installed.)
Preparing to unpack .../rtl8188eu-dkms_5.2.2.4~noble7_all.deb ...
Unpacking rtl8188eu-dkms (5.2.2.4~noble7) ...
Setting up rtl8188eu-dkms (5.2.2.4~noble7) ...
Loading new rtl8188eu-5.2.2.4~ppa DKMS files...
Building for 6.14.0-33-generic 6.14.0-37-generic
Building initial module for 6.14.0-33-generic
Error! Bad return status for module build on kernel: 6.14.0-33-generic (x86_64)
Consult /var/lib/dkms/rtl8188eu/5.2.2.4~ppa/build/make.log for more information.
dpkg: error processing package rtl8188eu-dkms (--configure):
installed rtl8188eu-dkms package post-installation script subprocess returned e
rror exit status 10
Errors were encountered while processing:
rtl8188eu-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

sgo@sgo-Satellite-P755:~$ sudo lshw -C network
*-network
description: Ethernet interface
product: RTL810xE PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 05
serial: dc:0e:a1:43:c7:85
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.14.0-33-generic firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
*-network DISABLED
description: Wireless interface
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 01
serial: 1c:65:9d:bf:2b:f6
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=6.14.0-33-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:f7e00000-f7e0ffff
*-network:0
description: Ethernet interface
physical id: 10
bus info: usb@4:1.3
logical name: usb0
serial: da:73:16:25:bc:32
capabilities: ethernet physical
configuration: autonegotiation=off broadcast=yes driver=rndis_host driverversion=6.14.0-33-generic duplex=half firmware=RNDIS device ip=192.168.42.96 link=yes multicast=yes port=twisted pair
*-network:1 DISABLED
description: Wireless interface
physical id: 11
bus info: usb@4:1.1
logical name: wlxccbabdb47753
serial: cc:ba:bd:b4:77:53
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8xxxu driverversion=6.14.0-33-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11
sgo@sgo-Satellite-P755:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no

Do You have on Your PC Laptop any Switches to enable/disable Wifi/Bluetooth? If yes, check them if they are enabled.

Then try the Command rfkill unblock all

My laptop is broken on the default wifi and bluetooth. Here I want to use the wifi usb but tp link tl wn725n v3. Well, when installing the driver, it doesn't work and the wifi doesn't work on the usb adapter in zorin 18. Not driver, not support kernel 6.14.

Did You checked the Manufacturer's Website if there offer Instructions or Drivers for Linux?

The driver only goes up to kernel 4.4 and I searched for drivers on github and ditleb, all of them are not compatible with kernel 6.14 on zorin 18. Please help me because I just migrated from windows and can't connect to wifi on the dongle but the link tl wn725n v3.

I took a Look at the Manufacturer's Website. And yes, it seems that they had a Driver. Now would be the Question if You maybe don't need a Driver because it is supported to the Linux Kernel or if they have ended the Linux Support. Maybe You could ask that the Support. And when they have a Driver, they could send it to You.

ok fix tanks tutorial conect tp link tl wn725n in zorin 18
MANUAL WIFI TUTORIAL ON LINUX (ZORIN OS) ================================== A. INSTALL TOOLS (ONCE) ================================== 1. Install iw (check & scan WiFi) sudo apt update sudo apt install iw -y 2. Install dhclient (take IP) sudo apt install isc-dhcp-client -y ================================== B. SEARCH FOR WIFI NAME (wlx...) ================================== Choose one: 1. ip a Look for a name that starts with "wl" Example: wlxccbabdb47753 OR 2. iw dev Search for posts: WLX interface... The name is used in the next command ================================== C. CONNECT WIFI MANUAL ================================== 1. Turn off NetworkManager for WiFi sudo nmcli device set NAMA_WIFI managed no 2. Turn WiFi sudo ip link set NAME_WIFI up 3. Connect WiFi sudo wpa_supplicant -B -i NAME_WIFI -c /etc/wpa_supplicant/wpa-rtl8188.conf 4. Take IP sudo dhclient NAME_WIFI ================================== D. CHECK WIFI STATUS ================================== 1. Check connection iw dev NAMA_WIFI link If appears: Connected to ... SSID: (wifi name) This means WIFI IS ACTIVE 2. Internet check ping -c 3 google.com ================================== E. IMPORTANT NOTE ================================== - WiFi icon does not appear (normal) - Don't scan WiFi - Do not enable NetworkManager again - After rebooting, repeat step C only

And this works for You, yes? Where did You found this?

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