Install a driver for Nineplus USB WiFi Adapter 802.11AC 1200 (rtl88x2bu)

Ok. Install linux61-headers

shows them installed

Now rebuild rtl88x2bu-dkms-git and provide a new log

do I need to uninstall it 1st or just go ahead and click on “build” ?

You can just build

rtl88x2bu-dkms-git
Preparing...
Cloning rtl88x2bu-dkms-git build files...
Generating rtl88x2bu-dkms-git information...
Checking rtl88x2bu-dkms-git dependencies...
Warning: rtl88x2bu-dkms-git-5.13.1.r189.12cfcd8-1 is up to date -- reinstalling
Resolving dependencies...
Checking inter-conflicts...

Building rtl88x2bu-dkms-git...
==> Making package: rtl88x2bu-dkms-git 5.13.1.r189.12cfcd8-1 (Sat 12 Aug 2023 05:20:37 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating RTL88x2BU-Linux-Driver git repo...
==> Validating source files with sha256sums...
    RTL88x2BU-Linux-Driver ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of RTL88x2BU-Linux-Driver git repo...
Cloning into 'RTL88x2BU-Linux-Driver'...
done.
==> Starting pkgver()...
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "rtl88x2bu-dkms-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: rtl88x2bu-dkms-git 5.13.1.r189.12cfcd8-1 (Sat 12 Aug 2023 05:20:44 PM EDT)
==> Cleaning up...

Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
==> dkms remove --no-depmod rtl88x2bu/5.13.1.r189.12cfcd8 -k 6.1.44-1-MANJARO
==> dkms remove --no-depmod rtl88x2bu/5.13.1.r189.12cfcd8 -k 6.4.9-1-MANJARO
Reinstalling rtl88x2bu-dkms-git (5.13.1.r189.12cfcd8-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Install DKMS modules
==> dkms install --no-depmod rtl88x2bu/5.13.1.r189.12cfcd8 -k 6.4.9-1-MANJARO
==> dkms install --no-depmod rtl88x2bu/5.13.1.r189.12cfcd8 -k 6.1.44-1-MANJARO
==> depmod 6.4.9-1-MANJARO
==> depmod 6.1.44-1-MANJARO
Transaction successfully finished.

Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

Ok, it compiled.
Now do sudo modprobe 88x2bu

did that

Now test if it works.
Try removing the old adapter and connect to WiFi using the new one

ok , wait . I’m confused - per this

Xephon

12m

Ok, it compiled.
Now do sudo modprobe 88x2bu I may have done it wrong . I copied and pasted what you wrote; was that done correctly or?

If you didn’t see any errors, then the module was supposed to be successfully loaded
Provide output of
lsmod | grep 88x and
inxi -Nazy

[mikaloi@mikaloi ~]$  lsmod | grep 88x
88x2bu               4984832  0
cfg80211             1286144  4 88x2bu,rtlwifi,mac80211,rtl8xxxu
[mikaloi@mikaloi ~]$ 

[mikaloi@mikaloi ~]$ inxi -Nazy
Network:
  Device-1: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    modules: r8125 pcie: gen: 2 speed: 5 GT/s lanes: 1 port: f000 bus-ID: 07:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  Device-2: ASUSTek USB-N13 802.11n Network Adapter (rev. B1) [Realtek
    RTL8192CU] driver: rtl8192cu type: USB rev: 2.0 speed: 480 Mb/s lanes: 1
    mode: 2.0 bus-ID: 5-3:11 chip-ID: 0b05:17ab class-ID: 0000 serial: <filter>
[mikaloi@mikaloi ~]$ 

both are plugged in . I unplugged the old one - asus tek N13 . then no internet

System doesn’t see the new adapter still

Can you provide
lsmod and
lsusb

do I copy the text just as it is ? I mean the output.

Put the output inside those symbols
```
your text
```

[mikaloi@mikaloi ~]$ inxi -Nazy
Network:
  Device-1: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    modules: r8125 pcie: gen: 2 speed: 5 GT/s lanes: 1 port: f000 bus-ID: 07:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  Device-2: ASUSTek USB-N13 802.11n Network Adapter (rev. B1) [Realtek
    RTL8192CU] driver: rtl8192cu type: USB rev: 2.0 speed: 480 Mb/s lanes: 1
    mode: 2.0 bus-ID: 5-3:11 chip-ID: 0b05:17ab class-ID: 0000 serial: <filter>
[mikaloi@mikaloi ~]$ lsmod
Module                  Size  Used by
cmac                   12288  1
ccm                    20480  6
rtl8xxxu              258048  0
rtl8192cu             110592  0
rtl_usb                24576  1 rtl8192cu
mousedev               24576  0
rtl8192c_common        77824  1 rtl8192cu
rtlwifi               155648  3 rtl8192c_common,rtl_usb,rtl8192cu
88x2bu               4984832  0
mac80211             1527808  4 rtl_usb,rtl8192cu,rtlwifi,rtl8xxxu
libarc4                12288  1 mac80211
snd_usb_audio         438272  2
snd_usbmidi_lib        49152  1 snd_usb_audio
snd_rawmidi            53248  1 snd_usbmidi_lib
snd_seq_device         16384  1 snd_rawmidi
cfg80211             1286144  4 88x2bu,rtlwifi,mac80211,rtl8xxxu
mc                     86016  1 snd_usb_audio
usbhid                 77824  0
qrtr                   57344  4
squashfs               94208  0
intel_rapl_msr         20480  0
intel_rapl_common      36864  1 intel_rapl_msr
edac_mce_amd           53248  0
nouveau              3440640  27
snd_hda_codec_realtek   192512  1
kvm                  1318912  0
snd_hda_codec_generic   110592  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     94208  1
eeepc_wmi              12288  0
irqbypass              12288  1 kvm
crct10dif_pclmul       12288  1
snd_hda_intel          61440  4
asus_wmi               77824  1 eeepc_wmi
ucsi_ccg               32768  0
crc32_pclmul           12288  0
snd_intel_dspcfg       32768  1 snd_hda_intel
typec_ucsi             61440  1 ucsi_ccg
mxm_wmi                12288  1 nouveau
ledtrig_audio          12288  2 snd_hda_codec_generic,asus_wmi
r8125                 270336  0
polyval_clmulni        12288  0
vfat                   20480  1
sparse_keymap          12288  1 asus_wmi
polyval_generic        12288  1 polyval_clmulni
platform_profile       12288  1 asus_wmi
fat                   102400  1 vfat
gf128mul               16384  1 polyval_generic
i2c_algo_bit           20480  1 nouveau
snd_intel_sdw_acpi     16384  1 snd_intel_dspcfg
drm_ttm_helper         12288  1 nouveau
ghash_clmulni_intel    16384  0
snd_hda_codec         212992  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
typec                 106496  1 typec_ucsi
sha512_ssse3           45056  0
ttm                    98304  2 drm_ttm_helper,nouveau
rfkill                 40960  5 rtlwifi,asus_wmi,cfg80211
roles                  16384  1 typec_ucsi
r8169                 114688  0
wmi_bmof               12288  0
snd_hda_core          139264  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
aesni_intel           360448  5
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
drm_display_helper    204800  1 nouveau
crypto_simd            16384  1 aesni_intel
realtek                40960  1
snd_pcm               196608  5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
mdio_devres            12288  1 r8169
cryptd                 28672  2 crypto_simd,ghash_clmulni_intel
cec                    86016  1 drm_display_helper
snd_timer              53248  1 snd_pcm
video                  77824  2 asus_wmi,nouveau
rapl                   20480  0
ccp                   155648  0
snd                   147456  24 snd_hda_codec_generic,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
pcspkr                 12288  0
libphy                212992  3 r8169,mdio_devres,realtek
acpi_cpufreq           32768  0
sp5100_tco             20480  0
i2c_nvidia_gpu         12288  0
soundcore              16384  1 snd
i2c_piix4              32768  0
k10temp                16384  0
wmi                    45056  5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau
gpio_amdpt             16384  0
gpio_generic           20480  1 gpio_amdpt
mac_hid                12288  0
sg                     49152  0
crypto_user            20480  0
fuse                  204800  5
loop                   40960  0
dm_mod                217088  0
bpf_preload            20480  0
ip_tables              36864  0
x_tables               61440  1 ip_tables
ext4                 1150976  1
crc32c_generic         12288  0
crc16                  12288  1 ext4
mbcache                16384  1 ext4
jbd2                  208896  1 ext4
nvme                   65536  3
nvme_core             237568  5 nvme
crc32c_intel           16384  2
xhci_pci               28672  0
nvme_common            20480  1 nvme_core
xhci_pci_renesas       24576  1 xhci_pci
[mikaloi@mikaloi ~]$ lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 011: ID 0b05:17ab ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]
Bus 005 Device 003: ID 1b3f:2008 Generalplus Technology Inc. USB Audio Device
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 0b05:1939 ASUSTek Computer, Inc. AURA LED Controller
Bus 001 Device 002: ID 258a:1007 SINOWEALTH Wired Gaming Mouse
Bus 001 Device 005: ID 046d:c315 Logitech, Inc. Classic Keyboard 200
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[mikaloi@mikaloi ~]$ 

[mikaloi@mikaloi ~]$ lsmod 
Module                  Size  Used by
cmac                   12288  1
ccm                    20480  6
rtl8xxxu              258048  0
rtl8192cu             110592  0
rtl_usb                24576  1 rtl8192cu
mousedev               24576  0
rtl8192c_common        77824  1 rtl8192cu
rtlwifi               155648  3 rtl8192c_common,rtl_usb,rtl8192cu
88x2bu               4984832  0
mac80211             1527808  4 rtl_usb,rtl8192cu,rtlwifi,rtl8xxxu
libarc4                12288  1 mac80211
snd_usb_audio         438272  2
snd_usbmidi_lib        49152  1 snd_usb_audio
snd_rawmidi            53248  1 snd_usbmidi_lib
snd_seq_device         16384  1 snd_rawmidi
cfg80211             1286144  4 88x2bu,rtlwifi,mac80211,rtl8xxxu
mc                     86016  1 snd_usb_audio
usbhid                 77824  0
qrtr                   57344  4
squashfs               94208  0
intel_rapl_msr         20480  0
intel_rapl_common      36864  1 intel_rapl_msr
edac_mce_amd           53248  0
nouveau              3440640  27
snd_hda_codec_realtek   192512  1
kvm                  1318912  0
snd_hda_codec_generic   110592  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     94208  1
eeepc_wmi              12288  0
irqbypass              12288  1 kvm
crct10dif_pclmul       12288  1
snd_hda_intel          61440  4
asus_wmi               77824  1 eeepc_wmi
ucsi_ccg               32768  0
crc32_pclmul           12288  0
snd_intel_dspcfg       32768  1 snd_hda_intel
typec_ucsi             61440  1 ucsi_ccg
mxm_wmi                12288  1 nouveau
ledtrig_audio          12288  2 snd_hda_codec_generic,asus_wmi
r8125                 270336  0
polyval_clmulni        12288  0
vfat                   20480  1
sparse_keymap          12288  1 asus_wmi
polyval_generic        12288  1 polyval_clmulni
platform_profile       12288  1 asus_wmi
fat                   102400  1 vfat
gf128mul               16384  1 polyval_generic
i2c_algo_bit           20480  1 nouveau
snd_intel_sdw_acpi     16384  1 snd_intel_dspcfg
drm_ttm_helper         12288  1 nouveau
ghash_clmulni_intel    16384  0
snd_hda_codec         212992  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
typec                 106496  1 typec_ucsi
sha512_ssse3           45056  0
ttm                    98304  2 drm_ttm_helper,nouveau
rfkill                 40960  5 rtlwifi,asus_wmi,cfg80211
roles                  16384  1 typec_ucsi
r8169                 114688  0
wmi_bmof               12288  0
snd_hda_core          139264  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
aesni_intel           360448  5
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
drm_display_helper    204800  1 nouveau
crypto_simd            16384  1 aesni_intel
realtek                40960  1
snd_pcm               196608  5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
mdio_devres            12288  1 r8169
cryptd                 28672  2 crypto_simd,ghash_clmulni_intel
cec                    86016  1 drm_display_helper
snd_timer              53248  1 snd_pcm
video                  77824  2 asus_wmi,nouveau
rapl                   20480  0
ccp                   155648  0
snd                   147456  24 snd_hda_codec_generic,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
pcspkr                 12288  0
libphy                212992  3 r8169,mdio_devres,realtek
acpi_cpufreq           32768  0
sp5100_tco             20480  0
i2c_nvidia_gpu         12288  0
soundcore              16384  1 snd
i2c_piix4              32768  0
k10temp                16384  0
wmi                    45056  5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau
gpio_amdpt             16384  0
gpio_generic           20480  1 gpio_amdpt
mac_hid                12288  0
sg                     49152  0
crypto_user            20480  0
fuse                  204800  5
loop                   40960  0
dm_mod                217088  0
bpf_preload            20480  0
ip_tables              36864  0
x_tables               61440  1 ip_tables
ext4                 1150976  1
crc32c_generic         12288  0
crc16                  12288  1 ext4
mbcache                16384  1 ext4
jbd2                  208896  1 ext4
nvme                   65536  3
nvme_core             237568  5 nvme
crc32c_intel           16384  2
xhci_pci               28672  0
nvme_common            20480  1 nvme_core
xhci_pci_renesas       24576  1 xhci_pci
[mikaloi@mikaloi ~]$ lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 011: ID 0b05:17ab ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]
Bus 005 Device 003: ID 1b3f:2008 Generalplus Technology Inc. USB Audio Device
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 0b05:1939 ASUSTek Computer, Inc. AURA LED Controller
Bus 001 Device 002: ID 258a:1007 SINOWEALTH Wired Gaming Mouse
Bus 001 Device 005: ID 046d:c315 Logitech, Inc. Classic Keyboard 200
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[mikaloi@mikaloi ~]$ 

Kernel module is loaded, I don’t see any other drivers it could be in conflict with.
And it’s still not detected by system. I’m frustrated

Couple of things you could try:

  • reattach adapter into another USB port. If it is in USB 2.0 stick it into USB 3.0 and vice versa
  • switch kernel to 6.1 and see if it works then

I just checked in base-devel and the window is still empty in “files” . is that how it should be ?

It’s a visual bug. I don’t see them either at the moment but files are there
It’s not the reason the adapter isn’t working

so switch to kernel 6.1.38_rt12-4 the settings mgr ?
just making sure I do things right

OR is it 6.1.44-1 ?