diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-01-12 07:02:05 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:11 -0600 |
commit | 11c3228f0a475bd6314f0296a52045f8897ba414 (patch) | |
tree | 4459a93271d7ff6747ba89ad4f1ee89852bf4a24 /network/r8168/README | |
parent | 39a56c19d093caa0d33d40f25be1a0f36e6b62a9 (diff) | |
download | slackbuilds-11c3228f0a475bd6314f0296a52045f8897ba414.tar.gz |
network/r8168: Added (Driver for Realtek Ethernet controllers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/r8168/README')
-rw-r--r-- | network/r8168/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/r8168/README b/network/r8168/README new file mode 100644 index 0000000000..b3c7e01525 --- /dev/null +++ b/network/r8168/README @@ -0,0 +1,12 @@ +This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, +RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit +Ethernet controllers with PCI-Express interface. + +To build the module for a kernel that isn't currently running on the system pass +that kernel's "uname -r" ouput such as: KERNEL=4.4.0" ./r8168.SlackBuild + +To use this module blacklist the r8169 driver in /etc/modprobe.d/blacklist.conf: + +blacklist r8169 + +This will need to be rebuilt for every new kernel installed. |