Archer T3U plus (solved)

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Archer T3U plus (solved)

Postby daniewicz » May 21st, '23, 20:11

I recently purchased an Archer T3U wireless usb dongle. The driver needed is rtl8822bu for the RTL8812BU chip. Is this diver available for Mageia 8?
Last edited by daniewicz on May 25th, '23, 02:17, edited 1 time in total.
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus

Postby doktor5000 » May 21st, '23, 20:28

It would help if you would post the output of
Code: Select all
lspcidrake -v
so that we can see what the actual PCI product and vendor IDs are.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Archer T3U plus

Postby daniewicz » May 21st, '23, 21:08

From MCC

Code: Select all
Identification
Vendor: ‎Realtek

Description: ‎802.11ac NIC

Media class: ‎

Connection
Bus: ‎USB

Bus PCI #: ‎1

PCI device #: ‎7

Vendor ID: ‎0x2357

Device ID: ‎0x0138

Misc
Module: ‎unknown
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus

Postby doktor5000 » May 21st, '23, 22:29

By default our kernel does not know that device ID and does not have an alias for that driver. Here for all realtek devices with 2357 as vendor ID:

Code: Select all
[doktor5000@Mageia8]─[22:24:07]─[~] sudo modprobe -c | grep -iE "2357"
alias usb:v2357p000Dd*dc*dsc*dp*icFFisc00ip00in* option
alias usb:v2357p0100d*dc*dsc*dp*ic*isc*ip*in* rtl8192cu
alias usb:v2357p0101d*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0103d*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0105d*dc*dsc*dp*ic*isc*ip*in* mt76x0u
alias usb:v2357p0106d*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0108d*dc*dsc*dp*icFFiscFFipFFin* rtl8xxxu
alias usb:v2357p0109d*dc*dsc*dp*icFFiscFFipFFin* rtl8xxxu
alias usb:v2357p010Bd*dc*dsc*dp*ic*isc*ip*in* mt76x0u
alias usb:v2357p010Cd*dc*dsc*dp*ic*isc*ip*in* r8188eu
alias usb:v2357p010Dd*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p010Ed*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p010Fd*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0111d*dc*dsc*dp*ic*isc*ip*in* r8188eu
alias usb:v2357p011Ed*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p011Fd*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0120d*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0122d*dc*dsc*dp*ic*isc*ip*in* 8812au
alias usb:v2357p0123d*dc*dsc*dp*ic*isc*ip*in* mt76x0u
alias usb:v2357p0201d*dc*dsc*dp*ic*isc*ip*in* option
alias usb:v2357p0201d*dc*dsc*dp*ic*isc*ip*in04* qmi_wwan
alias usb:v2357p0601d*dc*dsc*dp*ic02isc06ip00in* r8152
alias usb:v2357p0601d*dc*dsc*dp*ic02isc06ip00in* cdc_ether
alias usb:v2357p0601d*dc*dsc*dp*icFFisc*ip*in* r8152
alias usb:v2357p9000d*dc*dsc*dp*ic*isc*ip*in* option
alias usb:v2357p9000d*dc*dsc*dp*ic*isc*ip*in04* qmi_wwan


You'd probably need to build that driver yourself: https://github.com/morrownr/88x2bu
If it's working you could submit a bugreport to include that driver.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Archer T3U plus

Postby daniewicz » May 22nd, '23, 00:04

Building a driver is a bit out of my comfort zone. I was using the T3U on a kubuntu install and getting 200+ Mbps download speeds. Do you have any suggestions for an alternate to the T3U which is capable of this kind of speed and compatible with Mageia?
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus

Postby doktor5000 » May 22nd, '23, 18:01

I don't have any specific recommendation.

Maybe have a look at https://github.com/morrownr/USB-WiFi/bl ... drivers.md - that list is also from the same project that offers the driver linked to above.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Archer T3U plus

Postby daniewicz » May 25th, '23, 02:16

I was able to successfully build and install the kernel module 88x2bu.ko. Download speed is where it needs to be. Thanks for the help!
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus (solved)

Postby doktor5000 » May 25th, '23, 16:28

You could raise a package request for that if the driver is working so this might get added in the future.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Archer T3U plus (solved)

Postby daniewicz » May 25th, '23, 18:55

How do I do that?
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus (solved)

Postby doktor5000 » May 25th, '23, 20:00

Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Archer T3U plus (solved)

Postby daniewicz » May 26th, '23, 01:31

Bug 31962 has been successfully created
The dude abides.
User avatar
daniewicz
 
Posts: 217
Joined: Feb 10th, '13, 03:37

Re: Archer T3U plus (solved)

Postby Germ » May 26th, '23, 03:10

Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 718
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron