RTL8811 AC600 MWA255

Hello!
I bought a wireless device which worked under Leap 15.0. Finally, later I achieved make it work in 15.1 but not in a right way.
I downloaded the driver: https://github.com/AstroDrabb/rtl8812au
It did’nt work because error:

“-Werror = incompatible-pointer-types
-ndo_select_queue = rtw_select_queue”

I added at top Makefile:

USER_EXTRA_CFLAGS=-Wno-error=incompatible-pointer-types

And is working but…

Only ignore the error.
I must compile each time I enter the system.
First at all: opensuse rtl8812.rpm does nothing.

Some suggestions…?

Tkanks a lot.

Some suggestions…?

Yes, post:

lsusb

“-Werror = incompatible-pointer-types
-ndo_select_queue = rtw_select_queue”

These are errors because the Kernel for Leap 15.1 is a backported Kernel 4.19 and you have to patch the sources…

Or use this one ,if you have posted lsusb so that I can see, if the ID is inside…

¡Thanks for your answer!

lsusb:

Bus 002 Device 002: ID 1058:10b8 Western Digital Technologies, Inc. Elements Portable (WDBU6Y, WDBUZG)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:a811 Realtek Semiconductor Corp. RTL8811AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 003: ID 0566:3004 Monterey International Corp. Genius KB-29E
Bus 001 Device 002: ID 3938:1031
Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

As you see it’s there, the third one, but I have to install every time I enter the system.
I’ll try your link!

You can use that package:

/usr/sbin/modinfo rtl8812au
filename:       /lib/modules/5.1.16-1.g2af8a22-default/updates/rtl8812au.ko
version:        v4.3.14_13455.20150212_BTCOEX20150128-51
author:         Realtek Semiconductor Corp.
description:    Realtek Wireless Lan Driver
license:        GPL
suserelease:    openSUSE Tumbleweed
srcversion:     EDC0561E503CC99CD8C4B3D
alias:          usb:v3823p6249d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDApA811d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v056Ep400Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v056Ep4007d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0411p029Bd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0411p025Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0411p0242d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2019pAB32d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0846p9052d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0E66p0023d*dc*dsc*dp*ic*isc*ip*in*
.
.
.
.
.

Second entry:

alias: usb:v0BDApA811ddcdscdpiciscipin

  1. For a fresh Leap 15.1 add this Repo and install:
    https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUSE_Leap_15.1/
    Update your System and do step 2…

  2. For an updated Leap 15.1 use this Repo:
    https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUSE_Leap_15.1_Update/

All right @Suerland.

I added the repositories and installed the rtl8812. Now I don’t need to do weird things in order to initialize it.
¡Thanks a lot!

All right Sauerland.
I added the repositories and installed the rtl8812 package. Now I don’t need to do weird things in order to initialize it.
¡Thanks a lot!

Second entry:

  1. For a fresh Leap 15.1 add this Repo and install:
    https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUSE_Leap_15.1/
    Update your System and do step 2…

  2. For an updated Leap 15.1 use this Repo:
    https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUSE_Leap_15.1_Update/[/QUOTE]