You are not logged in.

#1 2024-09-23 17:41:42

theernis
Member
Registered: 2024-09-23
Posts: 6

how do i create another interface for my wifi adapter archer T2U nano

hello,
i recently bought a wifi adapter to use with aircrack-ng on my laptop (dell vostro 15 3510) and need help setting it up

https://www.reddit.com/r/archlinux/comm … ons_of_it/
i already followed this tutorial, but it didn't solve my issues, my adapter doesn't show up in `ip link`

Offline

#2 2024-09-24 06:40:38

theernis
Member
Registered: 2024-09-23
Posts: 6

Re: how do i create another interface for my wifi adapter archer T2U nano

i took a closer look at the installation of the package and i get missing kernel header errors
```
==> ERROR: Missing usr kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing run kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing sbin kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing var kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing lib64 kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing dev kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing bin kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing boot kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing etc kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing lib kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing root kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing mnt kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing proc kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing home kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing sys kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing srv kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing opt kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing lost+found kernel headers for module rtl88xxau/r1298.b44d288.
==> ERROR: Missing tmp kernel headers for module rtl88xxau/r1298.b44d288.
```

Offline

#3 2024-09-24 07:09:37

theernis
Member
Registered: 2024-09-23
Posts: 6

Re: how do i create another interface for my wifi adapter archer T2U nano

missing kernel headers are solved with `pacman -S linux-headers`

i'll check if it is working now

Offline

#4 2024-09-24 07:27:32

theernis
Member
Registered: 2024-09-23
Posts: 6

Re: how do i create another interface for my wifi adapter archer T2U nano

its shows up now, but the state is always dormant
```
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether b4:45:06:91:2a:92 brd ff:ff:ff:ff:ff:ff
3: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
    link/ether 6c:94:66:e5:0e:c0 brd ff:ff:ff:ff:ff:ff
4: wlp0s20f0u3: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2312 qdisc mq state DORMANT mode DORMANT group default qlen 1000
    link/ether 86:43:cf:b3:e0:95 brd ff:ff:ff:ff:ff:ff permaddr 20:23:51:79:08:ed
```

Offline

#5 2024-09-24 16:38:53

theernis
Member
Registered: 2024-09-23
Posts: 6

Re: how do i create another interface for my wifi adapter archer T2U nano

i can change the state with `ip link set wlp0s20f0u3 state UP`, but that isn't enough to use it to connect to wifi

Offline

#6 2024-09-25 13:34:37

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,861

Re: how do i create another interface for my wifi adapter archer T2U nano

Moving to Networking


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#7 2024-09-25 16:11:31

-thc
Member
Registered: 2017-03-15
Posts: 639

Re: how do i create another interface for my wifi adapter archer T2U nano

Connecting to a WiFi somewhat contradicts

theernis wrote:

[...] to use with aircrack-ng [...]

but maybe you're just testing the adapter.

Did you follow https://wiki.archlinux.org/title/Networ … n/Wireless after setting the interface "UP"?

Offline

#8 2024-09-25 17:42:31

theernis
Member
Registered: 2024-09-23
Posts: 6

Re: how do i create another interface for my wifi adapter archer T2U nano

-thc wrote:

but maybe you're just testing the adapter.

Did you follow https://wiki.archlinux.org/title/Networ … n/Wireless after setting the interface "UP"?

yeah, i am just testing it

no i didn't follow that wiki page, but ill try now

Offline

Board footer

Powered by FluxBB