All Questions
169 questions
1
vote
0
answers
36
views
Cannot compile kernel modules on TrueNAS Scale
I have a Ugreen DXP 6800 Pro and the OS disk died. No actual NAS data was lost but I cannot figure out how to get the OS back to the same state. I was previously able to compile modules and add them ...
0
votes
2
answers
19
views
Recompiling my custom kernel and my .config is set to old config every time
I am trying to recompiling my kernel. I did a small change in drivers/media/usb/uvc/uvc_driver.c and put a pr_info() only to see in dmesg if its working.
I changed the .config file too in ...
0
votes
0
answers
16
views
How to set new features to N during kernel compilation from an old .config file?
I am compiling a custom linux kernel for a compute cluster. The cluster is currently running on kernel version 4.4.47 since last 5 years. I need to upgrade the kernel to a more recent version. I've ...
0
votes
0
answers
34
views
Getting these make command errors while compiling an android kernel
──(root㉿kali)-[~/Documents/kernel-source-alioth-stock]
└─# make -j2 CC=clang O=output/ $config
make[1]: Entering directory '/root/Documents/kernel-source-alioth-stock/output'
....
HOSTLD scripts/...
1
vote
1
answer
140
views
Building Kernel - Invalid Symbol Value
I'm building a customized OpenWRT image for a Teltonika RUT241 Modem/Router. My build is based off the 'SDK' from the manufacturer with a few extra addons.
When I build it on my local development PC (...
0
votes
0
answers
164
views
Linux From Scratch 12.1 GCC testsuite failing and timing out
I'm currently building Linux From Scratch 12.1 with the book, I've followed the instructions line by line. I'm struggling with the GCC testsuite, I have lots of FAIL and timeout. In addition to that, ...
0
votes
1
answer
54
views
Problem adding onnxruntime python package to a yocto build
I'm trying to add the meta-st-x-linux-ai to my yocto build setup so that I can have the onnxruntime python package available on my linux, but I get the following errors :
Notice that all my layers ...
0
votes
1
answer
41
views
drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module
I need to conduct some tests on top of the FreeBSD 13.1.
So,I've installed it on one of my disks. I've installed xfce4 and KDE,Xorg and from the ports (after having upgraded them).
I've installed the ...
0
votes
1
answer
87
views
CentOS 7.9 not reporting full version number after recompiling kernel
I needed to enable SCSI support in CentOS 7.9 so I followed the instructions here:
https://wiki.centos.org/HowTos(2f)I_need_the_Kernel_Source.html
to add SCSI support and recompile, which worked as ...
1
vote
1
answer
737
views
Linux build with custom config using all RAM (8GB)?
I am trying to compile the mainline Linux kernel with a custom config. This one!
Running on a 64 bit system.
At the last step, when linking the Kernel, it fails because it goes OOM (error 137).
[...]
...
1
vote
2
answers
4k
views
failed: load btf from vmlinux: invalid argument make on CONFIG_DEBUG_INFO_BTF=y
I just got the following error when compiling linux-5.14.2.tar.gz and patch-5.14.2-rt21.patch
on CONFIG_DEBUG_INFO_BTF=y:
AS arch/x86/lib/iomap_copy_64.o
arch/x86/lib/iomap_copy_64.S: ...
0
votes
0
answers
269
views
Installing matching kernel-headers
I am trying to install kernal-headers for the kernel 6.0.7-301.fc37.x86_64 on fedora, but dnf only gives me these options:
Name : kernel-headers
Version : 6.3.3
Release : ...
0
votes
1
answer
157
views
How to Patch and Compile Linux Kernel for a specific issue? (No sound in HP ENVY x360 2-in-1 Laptop 15-ey0xxx)
I got the exact same problem as the person here:
HP Envy x360 2022 Ryzen edition speakers not working
and I want to patch and recompile my kernel with:
https://lore.kernel.org/lkml/20220811053950....
0
votes
1
answer
3k
views
How fix "No rule to make target 'arch/arm64/boot/dts/kona-rumi.dtb', needed by '__build'. Stop
Previously, I had the same error related to the file: arch/arm64/boot/dts/qcom/apq8016-sbc.dtb, but I solved it by deleting the line subdir-y += qcom from the arch/arm64/boot/dts/Makefile.
Now a new ...
1
vote
0
answers
2k
views
unrecognized option '-EL'
I'm trying to build an android kernel.
On every build I get a few errors:
/usr/bin/as: unrecognized option '-EL'
clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
...