The 10ec:8172 device is not
supported by any drivers in even the latest kernel, thus you will need to build
the driver. To do this, you need to have the kernel headers installed. To get
these, issue the command
Code:
sudo zypper install kernel-headers
With these available, you should be able to change directory to the one that
contains the Reaktek source, and enter "make". There is good news - I downloaded
the driver from the Realtek site and compiled it with no changes. There were two
warnings that can be ignored. Once the build finishes, you should copy the
firmware as described in the instructions you posted, and load the new driver
with the command
Code:
sudo /sbin/insmod HAL/rtl8192/r8192se_pci.ko
You should now be able to bring the wireless device up with NetworkManager. If
it works this way, then you can "permanently" install it with
Code:
sudo make install
The installation is not really permanent as the driver must be rebuilt and
reinstalled each time there is a kernel update. The firmware will remain. You
only need to do that step with a new installation.
As you see, these instructions are a lot simpler than the list you posted
earlier. Ignore those except for the step that says to copy the firmware.
Bookmarks