Unable to remove/install module r8101 for lts kernel

Today’s update included, among others, linux-lts 5.10.76-1 -> 5.10.77-3. There were two lines in the output (attached as a pdf file) which maybe of concern.

These are lines #42 and #53:
42 ==> Unable to remove module r8101/1.035.03 for kernel 5.10.76-1-lts: Not found in dkms status output.
and
53 ==> Unable to install module r8101/1.035.03 for kernel 5.10.77-3-lts: Missing kernel headers.

I don’t know what to do about line 42.

Re. line 53, should I install linux-lts-headers?

Processing: paste.txt…
paste.pdf (21.3 KB)

pacman -Ss linux-lts-headers
core/linux-lts-headers 5.10.77-3 [installed]
    Headers and scripts for building modules for the LTS Linux kernel

Yes.

2 Likes

Thanks! That seems to have taken care of the first issue (in line 42) as well:

(1/1) installing linux-lts-headers                                             [---------------------------------------------] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
==> dkms install --no-depmod -m r8101 -v 1.035.03 -k 5.10.77-3-lts
==> depmod 5.10.77-3-lts
(4/4) Refreshing PackageKit...
 $ 
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.