Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(solved) an error when installing #62

Open
EG017 opened this issue Jul 18, 2022 · 5 comments
Open

(solved) an error when installing #62

EG017 opened this issue Jul 18, 2022 · 5 comments

Comments

@EG017
Copy link

EG017 commented Jul 18, 2022

error:

Running install-driver.sh version 20220705
5.18.12-3-MANJARO
x86_64
Starting installation...
Copying source files to: /usr/src/rtl88x2bu-5.13.1
Copying 88x2bu.conf to: /etc/modprobe.d
Creating symlink /var/lib/dkms/rtl88x2bu/5.13.1/source -> /usr/src/rtl88x2bu-5.13.1
Sign command: /usr/lib/modules/5.18.12-3-MANJARO/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Binary sign-file not found, module won't be signed
Error! Your kernel headers for kernel 5.18.12-3-MANJARO cannot be found at /usr/lib/modules/5.18.12-3-MANJARO/build or /usr/lib/modules/5.18.12-3-MANJARO/source.
Please install the linux-headers-5.18.12-3-MANJARO package or use the --kernelsourcedir option to tell DKMS where it's located.
An error occurred. dkms build error = 1
Please report this error.
You will need to run the following before reattempting installation.
$ sudo ./remove-driver.sh
Result for: sudo uname -a; mokutil --sb-state; lsusb; rfkill list all; dkms status; iw dev

Linux eg017-ab350mds3h 5.18.12-3-MANJARO #1 SMP PREEMPT_DYNAMIC Sun Jul 17 14:33:15 UTC 2022 x86_64

GNU/Linux
zsh: command not found: mokutil
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 1038:150a SteelSeries ApS SteelSeries QCK Prism Cloth
Bus 003 Device 003: ID 1532:0098 Razer USA, Ltd Razer DeathAdder Essential
Bus 003 Device 002: ID 2357:0115 TP-Link Archer T4U ver.3
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 3233:6301 Ducky Ducky One2 Mini RGB
Bus 001 Device 003: ID 04e8:6863 Samsung Electronics Co., Ltd Galaxy series, misc. (tethering mode)
Bus 001 Device 006: ID 0951:16df Kingston Technology HyperX QuadCast
Bus 001 Device 002: ID 1058:2626 Western Digital Technologies, Inc. My Passport (WDBPKJ)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
rtl88x2bu/5.13.1: added

@morrownr
Copy link
Owner

Hi @EG017

I'm not an expert with Manjaro but I do keep an installation for testing. In other words, I test the drivers on Manjaro but I am not an expert. From what I know, it would appear you have installed a very recent kernel and the headers are not installed. Something along this may work:

sudo pacman -S --noconfirm linux518-headers

...but if it does not work, you need to seek help in the appropriate Manjaro forum.

Before trying to install this driver again, you need to run ./remove-driver.sh to clean things up.

Regards

@EG017
Copy link
Author

EG017 commented Jul 18, 2022

Okay, I got it working thanks for the help I appreciate it.

@EG017
Copy link
Author

EG017 commented Jul 18, 2022

How come the green light is blinking? isn't it supposed to be solid green?

@morrownr
Copy link
Owner

Go to the driver directory and run:

$ sudo ./edit-options.sh

Read the file so as to see the options for the green light. Once you decide how you want the light to operate, change the appropriate setting on the options line, save and reboot.

Cheers

@EG017
Copy link
Author

EG017 commented Jul 18, 2022

Okay tysm

@morrownr morrownr changed the title an error when installing (solved) an error when installing Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants