Last active
November 26, 2019 03:44
-
-
Save jamesray1/07e3bb5066e20a425d517f83ec961e56 to your computer and use it in GitHub Desktop.
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
➜ rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 git:(master) sudo dkms build -m rtl88x2bu -v ${VER} | |
Error! echo | |
Your kernel headers for kernel 4.19.80-1-MANJARO cannot be found at | |
/usr/lib/modules/4.19.80-1-MANJARO/build or /usr/lib/modules/4.19.80-1-MANJARO/source. | |
You can use the --kernelsourcedir option to tell DKMS where it's located. |
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
➜ rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 git:(master) sudo ethtool eno1 | grep MDI | |
MDI-X: off (auto) |
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
➜ rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 git:(master) sudo pacman -S linux419-headers | |
[sudo] password for jr: | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) linux419-headers-4.19.85-1 | |
Total Download Size: 8.45 MiB | |
Total Installed Size: 43.69 MiB | |
:: Proceed with installation? [Y/n] | |
:: Retrieving packages... | |
linux419-headers-4.19.85-1-x86_64 8.5 MiB 163 KiB/s 00:53 [#######################################] 100% | |
(1/1) checking keys in keyring [#######################################] 100% | |
(1/1) checking package integrity [#######################################] 100% | |
(1/1) loading package files [#######################################] 100% | |
(1/1) checking for file conflicts [#######################################] 100% | |
(1/1) checking available disk space [#######################################] 100% | |
:: Processing package changes... | |
(1/1) installing linux419-headers [#######################################] 100% | |
:: Running post-transaction hooks... | |
(1/2) Install DKMS modules | |
==> Unable to install module rtl88x2bu/5.3.1 for kernel 4.19.85-1-MANJARO: Missing kernel modules tree. | |
(2/2) Arming ConditionNeedsUpdate... | |
➜ rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 git:(master) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment