diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-12-09 00:29:24 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-10 00:57:38 +0000 |
commit | cdbd2caec49ca242dff013b3555de73a39ca64bb (patch) | |
tree | 25f44ee757507e6f661b0721ffc54e425c8fd486 /network/r8168/README | |
parent | 4b85fb97a66a5b8a91dbdd7f7ff3b488aa67a9d8 (diff) | |
download | slackbuilds-cdbd2caec49ca242dff013b3555de73a39ca64bb.tar.gz |
network/r8168: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/r8168/README')
-rw-r--r-- | network/r8168/README | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/network/r8168/README b/network/r8168/README index 8e3cb1e69b..1789e6cbd8 100644 --- a/network/r8168/README +++ b/network/r8168/README @@ -4,14 +4,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 +This will need to be rebuilt for every new kernel installed. -To use this module, blacklist the r8169 driver in -/etc/modprobe.d/blacklist.conf: +To build the module for a kernel that isn't currently running on the +system, pass that kernel's "uname -r" output such as: -blacklist r8169 + KERNEL="4.4.0" ./r8168.SlackBuild -This will need to be rebuilt for every new kernel installed. +In order to avoid conflicts, /etc/modprobe.d/r8169_blacklist.conf +disables the r8169 driver. |