Download linux-headers

Where can I download linux-headers-5.14.21-150500.55.36-default to be exact?

@ionmich you mean kernel-default-devel what are you trying to compile…

rtl8192eu-linux

@Sauerland can you help @ionmich with this?

Your Stick should be working by default with the rtl8xxxu.
So post:
lsusb

Otherwise:

You can add the hardware Repo:
zypper ar -f https://download.opensuse.org/repositories/hardware/15.5/ hardware
and install:
zypper in rtl8192eu-blacklist-rtl8xxxu rtl8192eu-kmp-default rtl8192eu-ueficert

If you use secure boot, you have to reboot and add the key to the mok see here as example:
https://en.opensuse.org/SDB:NVIDIA_drivers#Secureboot

1 Like

Two different USB adaptors. Either one is fine.

ion@desk:~> lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 046a:0001 Cherry GmbH Keyboard
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 003: ID 046d:c077 Logitech, Inc. Mouse
Bus 003 Device 002: ID 0c45:64ab Microdia Integrated Camera
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 003: ID 2357:0108 TP-Link TL-WN822N Version 4 RTL8192EU
Bus 001 Device 002: ID 04a9:190e Canon, Inc. CanoScan LiDE 120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ion@desk:~>

or

ion@desk:~> lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 046a:0001 Cherry GmbH Keyboard
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 003: ID 046d:c077 Logitech, Inc. Mouse
Bus 003 Device 002: ID 0c45:64ab Microdia Integrated Camera
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 2357:0126 TP-Link 802.11n NIC
Bus 001 Device 002: ID 04a9:190e Canon, Inc. CanoScan LiDE 120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ion@desk:~>

The only driver loaded is r8169.

Both should be fine with the rtl8192eu

ifdef CONFIG_RTL8192E
	/*=== Realtek demoboard ===*/
	{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818B, 0xff, 0xff, 0xff), .driver_info = RTL8192E}, /* Default ID */
	{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818C, 0xff, 0xff, 0xff), .driver_info = RTL8192E}, /* Default ID */
	/*=== Customer ID ===*/
	{USB_DEVICE(0x2001, 0x3312), .driver_info = RTL8192E}, /* D-Link - DWA-131 (C1) */
	{USB_DEVICE(0x2001, 0x3319), .driver_info = RTL8192E}, /* D-Link - DWA-131 */
	{USB_DEVICE(0x2019, 0xab33), .driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */
	{USB_DEVICE(0x2357, 0x0107), .driver_info = RTL8192E}, /* TPLINK - TL-WN821N */
	{USB_DEVICE(0x2357, 0x0108), .driver_info = RTL8192E}, /* TPLINK - TL-WN822N */
	{USB_DEVICE(0x2357, 0x0109), .driver_info = RTL8192E}, /* TPLINK - TL-WN823N */
	{USB_DEVICE(0x2357, 0x0126), .driver_info = RTL8192E}, /* TPLINK - TL-WN8200ND */
	{USB_DEVICE(0x2c4e, 0x0100), .driver_info = RTL8192E}, /* Mercusys - MW300UM */
	{USB_DEVICE(0x2c4e, 0x0104), .driver_info = RTL8192E}, /* Mercusys - MW300UH */
#endif

Yes your instructions worked without me having to compile the driver. Many thanks.

Which will mostly not work because of the patched openSUSE kernel…
See the patches here: