Ok, so it is actually a RTL8188EU. This should be supported out-of-the-box in openSUSE 13.2, at least the rtl8188eu driver is part of the shipped kernel package.
I ran /usr/sbin/iwconfig - Results:
enp3s0 no wireless extensions.
lo no wireless extensions.
That’s normal. enp3s0 is your (wired) Ethernet adapter, and lo is the loopback device.
[noparse]
wlp0s19f2u1 unassoated Nickname:“<WIFI@REALTEK>”
Mode: Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Managment:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[/noparse]
Looks ok, as you haven’t configured a connection yet, and haven’t connected. The driver seems to be loaded and working at least.
When I go into the lower right hand corner of the task bar and click on network link that has the red X on it.
What does it show when you hover the mouse over the icon?
I bet the “red X” is unrelated to your wireless, it’s because NetworkManager is not running at all. That applet is only a frontend for NetworkManager and doesn’t work without it. You can enable NetworkManager in YaST->Network Devices->Network Settings->Global Options.
It shows not networks. I click on the configure network link that looks like a wrench. I click on connection -> add-> Hardware -> Wireless.
Under SSID there are no networks listed at all from anywhere.
If you want to use this applet, you have to enable NetworkManager, see above.
Without NetworkManager, you have to use YaST to setup your Wireless connection. Please ask if you need help with that (basically you have to select your Wireless device and click on “Edit”), but I would recommend NetworkManager for wireless connections anyway.
The hardware manual does not contain any instructions on how to compile the driver or Wireless manager.
When I run the make clean that works fine. I found partial instructions here [SOLVED] Realtek wireless 10ec:8179.
You shouldn’t have to compile any driver, and you shouldn’t need the “Wireless Manager” either.
“make clean” only cleans up after a previous build/compile run. You still didn’t say what exactly you ran to try to build it, and what error message you get. Without that, nobody can help you with that problem.
But again, you shouldn’t need it at all anyway.