LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   localhost kernel: Disabling IRQ #7 ? (https://www.linuxquestions.org/questions/mandriva-30/localhost-kernel-disabling-irq-7-a-348640/)

fabre 07-31-2005 03:06 PM

localhost kernel: Disabling IRQ #7 ?
 
After booting 10.1 after a few minutes I get this message:


Kwrited - Listening on Device dev/pts/0
[Message from syslogd@localhost at Sun Jul 31 12:51:46 2005 ...
localhost kernel: Disabling IRQ #7


What does it mean?

Matir 07-31-2005 06:20 PM

Type 'dmesg' and see what it shows towards the end when that occurs.

felipeps 08-30-2005 06:10 PM

Force IRQ
 
Hey fabre,

I was having the same problem as you and many people using kernel 2.6
are having.
I found a document telling something about kernel parameters to make kernel set IDE on a determinate IRQ, and it made me think how to solve this issue.

During boot, kernel has to set some IRQ to IDE, and depending on hardware,
usually it is 14. But sometimes, otherwise to set the 14 to it, it set the 7,
making appear this message on your console. I'm saying this because to me
was kind of randomly. Sometimes everything was fine, and other times I couldn't
do anything. My xmms and mplayer used to stuck each 5 seconds.
Playing, stuck, playing, stuck,... veeery annoying!

The idea is to force kernel to always choose IRQ 14.
If you're using grub, force ide0 having IRQ 14 passing to kernel what you want trough kopt option:
kopt=ide0=0x1f0,0x3f6,14

If you're using lilo use the append option:
append="ide0=0x1f0,0x3f6,14"

If you do "cat /proc/interrupts" you can know wich IRQ your IDE took.
And after set those parameters accordingly to your hardware and boot it up,
give another cat on interrupts to check if your IDE was set fine.

To find out about other configurations to other IDE numbers, have a look on:
http://www.ibiblio.org/peanut/Kernel-2.6.12.2/ide.txt

Cheers,

Felipe Saraiva.


All times are GMT -5. The time now is 10:36 PM.