Skip to main content

Questions tagged [linux-kernel]

Questions about Linux kernel and Linux kernel related topics eg. implementation details such as system calls, kernel customization, etc. For Linux user space topics which do not involve kernel details, [linux] or distribution tag are more suitable.

0 votes
1 answer
30 views

How do make newer kernel's (e.g. 6.14) initrd (aka initramfs, aka early user space) to recognize my external monitor(s) and duplicate output there like kernel 5.15 do? The acceptable solution might be ...
Alex Martian's user avatar
  • 1,361
1 vote
1 answer
34 views

A modern system with snapd installed can reach 50+ mounts in the initial namespace. Old Unix systems' userspaces were efficient and only had a few mounts. In contrast, Docker uses namespaces so doesn'...
Daniel T's user avatar
  • 272
0 votes
1 answer
46 views

https://wiki.ubuntu.com/Kernel/FAQ The official version of an Ubuntu kernel tells you a number of things, including the base upstream version, the current Ubuntu ABI identifier and the kernel flavour....
Alex Martian's user avatar
  • 1,361
2 votes
0 answers
79 views

Since several days now, my Linux desktop (Fedora Linux 43 Workstation) has occasional IO "hangs". So far I noticed Playing MP3s from an NFS filemount Writing to the local filesystem (e.g. ...
taranion's user avatar
  • 121
1 vote
1 answer
60 views

I've noted my other laptop on same Linux Mint based distro went to unresponsiveness and loud fan noise several times in recent weeks. As I use basically same software I suspect some hardware issues (e....
Martian2020's user avatar
  • 1,556
0 votes
0 answers
35 views

I'm using an Android tablet, Samsung Galaxy Tab A 8 (2017) (T380) Kernel: 3.18.120 to communicate with a peripheral using USB OTG in isochronous mode. All data transfers in this mode were failing ...
brentfpage's user avatar
0 votes
0 answers
23 views

Can the function set_cpus_allowed_ptr can be called on a kthread right after kthread_create_on_node'ing it, but before waking it up via wake_up_process? Context: trying to solve this problem. Long ...
Manchineel's user avatar
0 votes
0 answers
46 views

I am using a Debian-based OS and testing kdump and crash on a Linux kernel version 6.12 (preinstalled). So I am doing: sudo apt install kdump crash, in /etc/default/grub.d/kdump-tools.cfg setting ...
Александр Мартынюк's user avatar
2 votes
1 answer
271 views

I am building a minimal Linux OS from scratch using: Vanilla Linux kernel (x86_64) initramfs-based root filesystem Static BusyBox QEMU Serial console only (ttyS0) No systemd, no getty, no ...
swappycode's user avatar
0 votes
0 answers
45 views

A virtualized system has 1 GiB memory and plenty of swap. However, likely due to a large number of open connections that must be tracked, the slab memory pressure is quite high: [46464.851427] 32262 ...
forest's user avatar
  • 3,353
0 votes
1 answer
51 views

I'm going to buy a new laptop from online shop. And I'd like to have an idea about issues before booting a LIVE USB, the only way to prove compatibility. There is a plethora of models but both vendors ...
mattia.b89's user avatar
  • 3,428
6 votes
0 answers
128 views

Debian Bullseye. Kernel: 5.10.0-37-amd64 Immediately after updating from Kernel 5.10.0-36-amd64, the following console screen started appearing immediately before the login screen during boot up: As ...
Digger's user avatar
  • 427
1 vote
1 answer
185 views

My goal is to flash a very simple Linux image on an Advantech ASR-A502-X0A1 board using buildroot. After many unsuccessful tries, I decided to do as simple as possible and simply flash buildroot's ...
reza0310's user avatar
5 votes
2 answers
546 views

In GRUB, when loading a kernel, you can pass various parameters to linux/vmlinuz, for example: menuentry 'GNU/Linux' { ... linux /live/vmlinuz boot=live config live-media=removable ...
ReflectYourCharacter's user avatar
0 votes
0 answers
54 views

I have an external I2C device that signals when data is ready using a pin. I want my Linux SBC to trigger I2C transfer routine after GPIO interrupt triggers. How would this be done within kernel space?...
FourierFlux's user avatar

15 30 50 per page
1
2 3 4 5
250