![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ignore events with syslogd | DukeNuke2 | SUN Solaris | 1 | 05-08-2008 06:08 AM |
| Syslogd | silvaman | UNIX for Advanced & Expert Users | 3 | 08-29-2006 04:53 AM |
| multiple instances of syslogd - is it possible? | Gary Dunn | UNIX for Advanced & Expert Users | 9 | 07-20-2004 06:10 AM |
| HELP!!! syslogd is down... | skotapal | Security | 5 | 12-05-2002 02:11 PM |
| syslogd | buRst | UNIX for Dummies Questions & Answers | 2 | 11-26-2002 10:00 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I'm recieving from time to time such messages:
Code:
Message from syslogd@localhost at Sat Jul 8 18:29:58 2006 ... localhost kernel: Disabling IRQ #17 Note: $ uname -a Linux localhost.localdomain 2.6.16-1.2096_FC5 #1 Wed Apr 19 05:14:36 EDT 2006 i686 athlon i386 GNU/Linux |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi...
Interrupt Request Line (IRQ) are hardware lines over which devices can send interrupt signals to the microprocessor. Therefore, what I probably make out from the output is that a device has been assigned an IRQ which is clashing with the IRQ of another device, therefore the kernel disables that IRQ and logs the output. -- ATUL |
|
#3
|
||||
|
||||
|
Thanks, but how can I figure out what divices are using IRQ 17
|
|
#4
|
|||
|
|||
|
You can try and use the command --
dmesg | grep "irq 14" OR dmesg | grep "IRQ 17" See if you can get some useful output. -- ATUL |
|
#5
|
||||
|
||||
|
ok, what I've had:
$ dmesg | grep -i "irq.*17" ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 17 saa7134[0]: found at 0000:00:0a.0, rev: 1, irq: 17, latency: 32, mmio: 0xe6001000 I have tv tuner on irq 17, but why I'm recieving Message from syslogd@localhost at Sat Jul 8 18:29:58 2006 ... localhost kernel: Disabling IRQ #17 ? any ideas?? |
|
#6
|
|||
|
|||
|
Hey.....
How did you notice that you have IRQ #17 is assigned to the TV Tuner ??? -- Atul |
|
#7
|
||||
|
||||
|
saa7134 is a chipset of the tuner
|
||||
| Google The UNIX and Linux Forums |