forked from morrownr/8814au
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 74d8fc4
Showing
549 changed files
with
454,366 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# /etc/modprobe.d/8814au.conf | ||
# | ||
# Note: Edit this file only with a Linux/Unix compatible text editor. | ||
# | ||
# Purpose: Allow easy access to specific driver options | ||
# | ||
# Edit the following line to change options: | ||
# | ||
options 8814au rtw_switch_usb_mode=0 rtw_drv_log_level=0 rtw_led_ctrl=1 | ||
# | ||
# | ||
# rtw_switch_usb_mode | ||
# | ||
# USB mode options: | ||
# | ||
# 0 = no switch (default) | ||
# 1 = switch from usb2.0 to usb 3.0 | ||
# 2 = switch from usb3.0 to usb 2.0 | ||
# | ||
# Note: When changing USB options, a cold boot is recommended. | ||
# | ||
# | ||
# rtw_drv_log_level | ||
# | ||
# Log level options: | ||
# | ||
# 0 = NONE_ (default) | ||
# 1 = ALWAYS_ | ||
# 2 = ERROR_ | ||
# 3 = WARNING_ | ||
# 4 = INFO_ | ||
# 5 = DEBUG_ | ||
# 6 = MAX_ | ||
# | ||
# Note: You can view RTW log entries by running the following in a terminal: | ||
# | ||
# $ sudo dmesg | ||
# | ||
# | ||
# rtw_led_ctrl | ||
# | ||
# LED control options: | ||
# | ||
# 0 = Always off | ||
# 1 = Normal blink (default) | ||
# 2 = Always on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config RTL8814AU | ||
tristate "Realtek 8814A USB WiFi" | ||
depends on USB | ||
help | ||
Help message of RTL8814AU | ||
|
Oops, something went wrong.