Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

TP-Link TL-WN722N driver [SOLVED]

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
apiaio
Guru
Guru
Posts: 443
Joined: Thu Dec 04, 2008 1:49 pm

TP-Link TL-WN722N driver [SOLVED]

  • Quote

Post by apiaio » Sun Jan 25, 2026 2:58 pm

I'm trying to get the USB dongle working on my PC.

Code: Select all

# lsusb
Bus 001 Device 008: ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]
I set the rtl driver as a module in the kernel

Code: Select all

<M>   Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
and firmware

Code: Select all

CONFIG_EXTRA_FIRMWARE="i915/adls_dmc_ver2_01.bin  i915/tgl_guc_70.bin  rtlwifi/rtl8188eufw.bin"
Module is loaded

Code: Select all

# lsmod
Module                  Size  Used by
rtl8192cu             102400  0
rtl_usb                24576  1 rtl8192cu
rtl8192c_common        65536  1 rtl8192cu
rtlwifi               126976  3 rtl8192c_common,rtl_usb,rtl8192cu
mac80211             1187840  3 rtl_usb,rtl8192cu,rtlwifi
cfg80211             1089536  2 rtlwifi,mac80211
vboxnetflt             36864  0
vboxnetadp             24576  0
vboxdrv               536576  2 vboxnetadp,vboxnetflt
i915                 4268032  8
drm_buddy              20480  1 i915
ttm                    94208  1 i915
drm_client_lib         12288  1 i915
i2c_algo_bit           12288  1 i915
drm_display_helper    180224  1 i915
x86_pkg_temp_thermal    16384  0
drm_kms_helper        188416  3 drm_display_helper,drm_client_lib,i915
mei_pxp                12288  0
efivarfs               28672  1
but /dev doesn't contain any Wi-Fi devices.
Did I overlook something in the kernel config?
Last edited by apiaio on Sun Jan 25, 2026 4:59 pm, edited 1 time in total.
Top
grknight
Retired Dev
Retired Dev
Posts: 2565
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Sun Jan 25, 2026 3:47 pm

Try the RTL8XXXU driver instead. It is the only driver in the kernel which will support 2357:010C USB devices.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56104
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Sun Jan 25, 2026 3:49 pm

apiaio,

Network devices do not get /dev entries.
What does

Code: Select all

ifconfig -a
show?
That lists all interfaces known to the kernel.
Without the -a, only interfaces that are up are shown.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
apiaio
Guru
Guru
Posts: 443
Joined: Thu Dec 04, 2008 1:49 pm

  • Quote

Post by apiaio » Sun Jan 25, 2026 4:05 pm

Code: Select all

# ifconfig -a
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.4  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::a236:bcff:fe22:fb18  prefixlen 64  scopeid 0x20<link>
        ether a0:36:bc:22:fb:18  txqueuelen 1000  (Ethernet)
        RX packets 735  bytes 353529 (345.2 KiB)
        RX errors 0  dropped 48  overruns 0  frame 0
        TX packets 650  bytes 97717 (95.4 KiB)
        TX errors 0  dropped 3 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 6  bytes 430 (430.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6  bytes 430 (430.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
@grknight
I cant find any RTL8XXXU driver in my 6.18.3-gentoo kernel .config.

edit:
Sorry I have already found it.
Top
apiaio
Guru
Guru
Posts: 443
Joined: Thu Dec 04, 2008 1:49 pm

  • Quote

Post by apiaio » Sun Jan 25, 2026 4:59 pm

Thanks. Solved with RTL8XXXU driver.

Code: Select all

# ifconfig -a
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.4  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::a236:bcff:fe22:fb18  prefixlen 64  scopeid 0x20<link>
        ether a0:36:bc:22:fb:18  txqueuelen 1000  (Ethernet)
        RX packets 83  bytes 7632 (7.4 KiB)
        RX errors 0  dropped 12  overruns 0  frame 0
        TX packets 75  bytes 6534 (6.3 KiB)
        TX errors 0  dropped 3 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 6  bytes 430 (430.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6  bytes 430 (430.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s20f0u11: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 50:3e:aa:50:27:34  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Top
Post Reply

5 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic