Ubuntu kernel update [closed] - linux-kernel

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 days ago.
Improve this question
I tried to upgrade and customized my kernel in ubuntu from 5.15.0-60-generic
to 6.1.12 and got stuck in make command.
I tried many threads and solutions from internet but I could not solve.
Kindly help me through this process.
shoaib#ubuntu:~/Desktop/linux-6.1.12$ make
CALL scripts/checksyscalls.sh
DESCEND objtool
make[2]: *** No rule to make target 'y', needed by 'certs/x509_certificate_list'. Stop.
make[1]: *** [scripts/Makefile.build:500: certs] Error 2
make: *** [Makefile:2005: .] Error 2

Related

MSYS2 installation error: Execution failed (Unexpected exit code: 1): "C:\msys64\usr\bin\bash.exe --login -c exit" [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
Installer error
Error during installation process (com.msys2.root.base):
Execution failed (Unexpected exit code: 1): "C:\msys64\usr\bin\bash.exe --login -c exit"

Wireshark installation problems [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 days ago.
Improve this question
error while installing wireshark
I am installing wireshark in windows 11 and during installation it asks for installation of npcap and then it produces this error code.
I tried installing npcap individually but it produces the same error code

How do I remove this message from Terminal on Kali Linux? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
ERROR: ld.so: object '/usr/lib/aarch64-linux-gnu/libgcc_s.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/aarch64-linux-gnu/libgcc_s.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
This error appears on Terminal in Kali from above
Knowing everything works but this message is annoying
I haven't tried to remove it yet

error: file /boot/grub2/i386-pc/normal.mod' not found [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
I am getting this error on my VPS running CentOS 7 and it enters grub rescue mode from NoVNC console. I tried to load the grub with "normal insmod" and it doesn't work. How can I repair it?

Which option to select for Laptop's webcam while compiling linux kernel [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've ubuntu on my system and my webcam works with this. When i compiled the newer kernel my webcam is not working. The obvious cause is that i haven't compiled the required driver.
I believe USBIP is the thing that i need to choose but i'm not able to find it while compiling kernel using menuconfig.
Please help
You can see the config for the running kernel in /boot/config-$(uname -r). Copy that file to .config and do make oldconfig to merge it to your new kernel.

Resources