You are not logged in.

#1 2021-08-09 17:53:46

zbuck
Member
Registered: 2021-08-09
Posts: 4

8188eu Driver Install Error:

New to Arch and having a lot of trouble installing the drivers for my wifi Dongle. I am trying to install the 8188eu drivers for the TP-Link TL-WN823N but dkms install is failing because it is "Missing kernel modules tree" which is from what I understand missing the proper linux headers. However, I seem to have the correct ones installed and I have restarted my system and updated and synced pacman a few times to no avail.

I tried installing the driver using

 makepkg -i 

after cloning the package from the AUR. After successfully compiling the command returned this:

DKMS: install completed.
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Install DKMS modules
==> dkms install --no-depmod -m 8188eu -v v4.3.0.8_13968 -k 5.13.9-arch1-1
==> depmod 5.13.9-arch1-1
==> Unable to install module 8188eu/v4.3.0.8_13968 for kernel 5.10.56-1-lts: Missing kernel modules
tree.

However when running

 sudo pacman -Q | grep headers

it seems I have the required drivers:

linux-api-headers 5.12.3-1
linux-headers 5.13.9.arch1-1
linux-lts-headers 5.10.56-1

My current kernel (using uname -r) is 5.13.9-arch1-1.

What am I missing? Why is the module failing to install? Can't seem to find an answer anywhere...

Last edited by zbuck (2021-08-09 17:54:18)

Offline

#2 2021-08-09 18:11:21

loqs
Member
Registered: 2014-03-06
Posts: 18,911

Re: 8188eu Driver Install Error:

What is the output of `pacman -Q linux-lts`

Offline

#3 2021-08-09 18:21:59

zbuck
Member
Registered: 2021-08-09
Posts: 4

Re: 8188eu Driver Install Error:

'error: package 'linux-lts' was not found'

I assume I should run 'Pacman -Sy linux-lts'

Offline

#4 2021-08-09 18:30:07

zbuck
Member
Registered: 2021-08-09
Posts: 4

Re: 8188eu Driver Install Error:

loqs wrote:

What is the output of `pacman -Q linux-lts`

I do not know how I missed this wow..

I am installing linux-lts and retrying to build the package but I am out of space on my boot drive -_-

It seems to be working now I do not get the error.

Offline

#5 2021-08-09 18:43:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: 8188eu Driver Install Error:

zbuck wrote:

I assume I should run 'Pacman -Sy linux-lts'

Don't do that: it breaks things.

Last edited by jasonwryan (2021-08-09 18:43:48)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2021-08-09 18:48:02

zbuck
Member
Registered: 2021-08-09
Posts: 4

Re: 8188eu Driver Install Error:

So just run ‘pacman -S linux-lits’ ?

I had picked up that u should always run pacman with -Sy to sink dependencies but I see how that can be a terrible idea thanks for the knowledge

Offline

Board footer

Powered by FluxBB