Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Nov 30, 2020
0 parents commit 74d8fc4
Show file tree
Hide file tree
Showing 549 changed files with 454,366 additions and 0 deletions.
46 changes: 46 additions & 0 deletions 8814au.conf
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
6 changes: 6 additions & 0 deletions Kconfig
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

Loading

0 comments on commit 74d8fc4

Please sign in to comment.