Source: https://foxhop.net/fcc3a6ba-2f95-11f1-a078-e86a64d24d78
Snapshot: 2026-05-25T13:33:00Z
Generator: Remarkbox 1527ef7

This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

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/^[23].[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


Source: https://foxhop.net/fcc3a6ba-2f95-11f1-a078-e86a64d24d78
Snapshot: 2026-05-25T13:33:00Z
Generator: Remarkbox 1527ef7