D
D
Drunar2020-01-29 16:46:21
Iron
Drunar, 2020-01-29 16:46:21

Ubuntu does not see the Tp-Link TG-3269 V3 network card, what could be the problem?

Ubuntu does not see the Tp-Link TG-3269 V3 network card (but sees the network card built into the motherboard).
ifconfig output

spoiler
ifconfig
enp6s0: flags=4163 mtu 1500
inet 172.17.17.67 netmask 255.255.255.0 broadcast 172.17.17.255
inet6 fe80::325a:3aff:fe55:aec2 prefixlen 64 scopeid 0x20
ether 30:5a:3a:55:ae:c2 txqueuelen 1000 (Ethernet)
RX packets 4134 bytes 1328681 (1.3 MB)
RX errors 0 dropped 440 overruns 0 frame 0
TX packets 2121 bytes 271151 (271.1 KB)
TX errors 1 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 822 bytes 75606 (75.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 822 bytes 75606 (75.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lspci output
spoiler
lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1d.2 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #11 (rev f1)
00:1d.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #12 (rev f1)
00:1f.0 ISA bridge: Intel Corporation B150 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)


In theory, Ubuntu should have picked it up automatically after a reboot, but nothing happens.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
klepiku, 2020-01-29
@klepiku

there is a site https://deviwiki.com/wiki/TP-LINK_TG-3468_v2
it usually says what driver (package) is needed for linux
but nothing is specified for this (v2)
then you can use Ndiswrapper to install the driver from windows
more https:/ /osmaster.org.ua/kak-ustanovit-wi-fi-adapte...
yes, it is advisable to unsubscribe about any result
oh yes, I came across the following one more time, in the setap on the board there was a switcher which to load drm or legal
now I don’t remember everything but when legal, the wifi network was visible

N
Nikc7777, 2020-01-29
@Nikc7777

If the module is not registered in the kernel, then it will not pick up anything. "Tp - link" drivers are proprietary. As mentioned above, you will have to do everything yourself. Link to this card model https://www.tp-link.com/ru/support/download/tg-3269/ There is not a word about ubuntu. You type in google the version of ybuntu and the version of the adapter and search the forums, perhaps someone has already encountered such a problem.

R
Radjah, 2020-01-30
@Radjah

> Output lspci
lspci -kto list the driver being used.
And all the output of dmesg.

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

If your network card is really one of these, then you may need to install the "linux-firmware" package with the firmware for the card.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question