This driver supports linux 3.0 however we need to make a change to the src/Makefile
.. code-block:: Makefile
# comment out original line #KEXT := $(shell echo $(KVER) | sed -ne ‘s/^2.[567]../k/p’)o # replace with this line KEXT := $(shell echo $(KVER) | sed -ne ’s/1.[0123456789]../k/p’)o
Adjust the sed regex to include linux version 3.x
This correction was found in the code.google.com realtek issue tracker