You are not logged in.
Pages: 1
I have this problem about 2 days. I am using tethering to use the internet. But i have wifi adapter (USB!) and i want to use it with my Arch system.
So, what is the problem? Look here:
Artyom@cyberkernel ~> iwctl
NetworkConfigurationEnabled: disabled
StateDirectory: /var/lib/iwd
Version: 2.19
[iwd]# device list
Devices
--------------------------------------------------------------------------------
Name Address Powered Adapter Mode
--------------------------------------------------------------------------------
[iwd]# station list
Devices in Station Mode *
--------------------------------------------------------------------------------
Name State Scanning
--------------------------------------------------------------------------------
No devices in Station mode available.
I dont have my wlan0. I tried almost all things but there isnt any simillar problem in Google. I need fix it asap. I will be very thanksful if you give me the answer. Sorry for bad eng
Offline
Have you rebooted your device since?
Also which kernel package are you using? Does using linux-lts fix your issue?
Offline
Please also share the output of
lsusb
"The nation-state domesticates the society in the name of capitalism and alienates the community from its natural foundations."
— Democratic Confederalism, Abdullah Öcalan.
Offline
Please also share the output of
lsusb
I dont have lsusb command. Its unknown
Offline
Have you rebooted your device since?
Also which kernel package are you using? Does using linux-lts fix your issue?
Yeah, i rebooted my system a lot of time
Kernel: Linux 6.9.10-arch1-1
You mean lsusb and lspci commands? Write a bit more about that
Offline
You can use any live ISO to run the `lsusb` command. It is available from the usbutils package if you can install that.
"The nation-state domesticates the society in the name of capitalism and alienates the community from its natural foundations."
— Democratic Confederalism, Abdullah Öcalan.
Offline
You can use any live ISO to run the `lsusb` command. It is available from the usbutils package if you can install that.
I used lsusb
Bus 001 Device 002: ID 2357:0120 TP-Link Archer T2U PLUS [RTL8821AU]
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.10
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2357 TP-Link
idProduct 0x0120 Archer T2U PLUS [RTL8821AU]
bcdDevice 2.00
iManufacturer 1 Realtek
iProduct 2 802.11ac WLAN Adapter
iSerial 3 00e04c000001
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x003c
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 6
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x87 EP 7 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 3
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x08 EP 8 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x09 EP 9 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
I found my wifi adapter. How i can activate it?
Offline
"The nation-state domesticates the society in the name of capitalism and alienates the community from its natural foundations."
— Democratic Confederalism, Abdullah Öcalan.
Offline
What is that?
Offline
An AUR package that provides a driver for the USB wifi card. To install it follow the instructions here.
"The nation-state domesticates the society in the name of capitalism and alienates the community from its natural foundations."
— Democratic Confederalism, Abdullah Öcalan.
Offline
Also did you already try the "linux-lts" package from the repos about which I asked earlier?
Offline
An AUR package that provides a driver for the USB wifi card. To install it follow the instructions here.
Hello again. Could you help me again. I dont understand what i am doing wrong. Dont be angry please. So what i did:
git clone https://aur.archlinux.org/rtl88xxau-air … ms-git.git
cd rtl*
What i need to do next?
Offline
Firstly you need to pay attention to gromit's posts as well as mine — have you tried the LTS kernel version? Ignoring other users is a bit rude and in this case gromit is a member of the Arch development team so it is highly likely they know what they're talking about.
In respect of the AUR package, you need to read the PKGBUILD file to ensure it is not malicious and then use makepkg(8), as described in my wiki link. If you can't do that then perhaps try another distribution until you build up the requisite skills for Arch.
"The nation-state domesticates the society in the name of capitalism and alienates the community from its natural foundations."
— Democratic Confederalism, Abdullah Öcalan.
Offline
Also did you already try the "linux-lts" package from the repos about which I asked earlier?
So, i just installed it and nothing happened. Am i doing something wrong?
Offline
You have to configure your bootloader to also find it and that depends a bit on the bootloader you're using I.e. for grub you'd have to go a "grub-mkconfig ..." and for systemd-boot you need to write the loader entry etc.
What bootloader are you using?
Offline
You have to configure your bootloader to also find it and that depends a bit on the bootloader you're using I.e. for grub you'd have to go a "grub-mkconfig ..." and for systemd-boot you need to write the loader entry etc.
What bootloader are you using?
Thanks! I am using grub
Offline
Yeah then install the "linux-lts" package and run the configuration command specified here: https://wiki.archlinux.org/title/GRUB#G … ation_file
Then select the right kernel on boot and verify that you have indeed landed on it by checking the output of "uname -r" (which should mention -lts)
Offline
For reference https://github.com/aircrack-ng/rtl8812a … 532d8d3308 added 6.9 support to rtl88xxau-aircrack-dkms-git and I was able to build the module using 6.9.10.arch1-1 and 6.10.arch1-1.
Offline
https://bbs.archlinux.org/viewtopic.php?id=295816 went w/ https://github.com/morrownr/8821au-20210708 (but there seems no AUR package) and the OP will also need the linux-headers or linux-lts-headers.
Offline
Trinadtsatiy please post the outputs of the following commands in code tags:
pacman -Q rtl88xxau-aircrack-dkms-git
pacman -Qs -- -headers
dkms status
uname -a
Offline
Pages: 1