Compiling your own kernel in Manjaro

Compiling your own kernel in Manjaro

AWOL

3 года назад

1,325 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@saltyowl3229
@saltyowl3229 - 07.04.2022 10:05

Been playing around with manjaro on my laptop, hibernate wasn’t working right so I tried to go from 5.14 to 5.15 and rtw89 (wireless driver mod) just didn’t get built cause I guess they only include that driver every other release, and I couldn’t get it built off of larryfinger’s repo. Checking the issues on there I saw him recommend -rt kernels so I decided to check 516-rt and that ALSO didn’t release with rtw89 (despite having every other Realtek driver, and despite the non-rt package including it) so I gave up on a vanilla update and just decided to build it myself, ACTUALLY enabling it in the config, so I can hopefully do that in the future as well to avoid mess with having to remember to remake a driver when I update the kernel. troubleshooting from a separate device to the one with issues has got to be the most frustrating experience.

Anyway point being the other tutorial I was following had way too many issues (running makepkg -s errored out on the headers because bpf just didn’t get built and it tried to stat it?) and this method looks more reliable, I’m excited to try it when I get the chance. I appreciate the video :D

Ответить
@juandi3619
@juandi3619 - 11.12.2023 19:02

When i introduce this command: make xconfig
Give this message:
CHECK qt
* Unable to find the QT4 tool qmake. Trying to use QT3
*
* Unable to find any QT installation. Please make sure that
* the QT4 or QT3 development package is correctly installed and
* either qmake can be found or install pkg-config or set
* the QTDIR environment variable to the correct location.
*
make[1]: * No hay ninguna regla para construir el objetivo 'scripts/kconfig/.tmp_qtcheck', necesario para 'scripts/kconfig/qconf.o'. Alto.
make: * [Makefile:541: xconfig] Error 2

Ответить