Skip to main content

Questions tagged [interrupt]

0 votes
1 answer
66 views

I would like to find out why my power button press isn't handled correctly. I've set power manager in XFCE4 to 'ask' me, but all that happens is I'm getting logged out of my session. I have contacted ...
polynomial_donut's user avatar
1 vote
1 answer
67 views

I'm running the Nvidia flavour of Ubuntu 18.04 with kernel 4.9.140 on a TX2i using the official devkit carrier board. The system suffered a watchdog reset. I managed to capture some log output over ...
Felix Collins's user avatar
0 votes
0 answers
51 views

On boot of ArchLinux32 2024.07.10 on an old 32-bit laptop, it successfully shows the boot menu, starts the kernel, and then hangs. The terminal is flooded with Probing EDD (edd=off to disable)... ok ...
Reinderien's user avatar
0 votes
0 answers
83 views

I'm aware of Linux softirqs may run within specific per-cpu kernel thread context -- ksoftirqd/[cpu_id]. Kernel threads are similar to user-space threads, however they only execute kernel code in ...
CarloC's user avatar
  • 385
0 votes
2 answers
257 views

Extremely "noob" question: I have a running sudo memtester ... on an Ubuntu 22.04 machine, but I gave it too much memory to test and it's taking too much time (I see it running and updating, ...
pglpm's user avatar
  • 162
1 vote
0 answers
82 views

I am using a PC to control a robot at 1000Hz. My machine has Ubuntu 22.04 LTS with Linux 6.7 patched with PREEMPT_RT. The machine communicates with the robot via UDP trough a point-to-point Ethernet ...
Antonio LANGELLA's user avatar
0 votes
0 answers
31 views

I am running the Linux 3.10 kernel on an ARM processor and writing a gpio driver. The system assigned interrupt number 182. I used the echo command to bind the core and wanted to bind the interrupt to ...
Vimer's user avatar
  • 67
0 votes
0 answers
84 views

On the IRQ affinity tuning subject. I've realized that some IRQs cannot be reassigned to other cores. I've read[1] that those are called "managed IRQs". On the Linux Foundation wiki, I've ...
locnnil's user avatar
0 votes
1 answer
195 views

I have read you are not supposed to use a blocking system call in an interrupt handler. For single processor systems this makes sense but, for multiprocessor systems will such a blocking operation ...
FourierFlux's user avatar
5 votes
2 answers
1k views

If a CPU exception in kernel, such as bad memory access or invalid opcode, happens in the context of servicing a user process (like syscall or page-in), or in a kthread process, then, until ...
Elisa K. K.'s user avatar
0 votes
1 answer
84 views

I am using Linux on a microcontroller with 2 A72 cores, running my app on that, I am trying to measure runtime of a function in app using system call: clock_gettime(CLOCK_PROCESS_CPUTIME_ID , &tv);...
mr.Arrow's user avatar
0 votes
0 answers
383 views

I was trying to install Parrot OS installation. But it appears the interrupt message if I install and it will stuck on the terminal I already Flashed parrot os using balena etcher and after that I ...
Serella's user avatar
0 votes
0 answers
332 views

I'm not a expert by any means and I worry about doing wrong stuff... is there a standard / approved way to just run a script and have my interrupt tuned correctly on ubuntu 18.04 ? I also have ...
Freedo's user avatar
  • 1,396
1 vote
2 answers
376 views

I know that an interrupt is a signal sent to a kernel asking for handling. In some cases we have a physical device like a keyboard with a driver that connects a process with an interrupt(key pressed). ...
John Walker's user avatar
2 votes
1 answer
919 views

Using round-robin scheduling, the kernel provides time slices for different processes / tasks. It seems that the kernel will initialize a timer, and when the timer times out, this will cause the ...
Engineer999's user avatar
  • 1,233

15 30 50 per page
1
2 3 4 5
11