LeRoy Cressy on Mon, 13 May 2002 08:13:57 -0400 |
I had the same problem some years ago and found that /proc/interrupts does not report all of the interrupts that are used on the system. You need to compair /proc/interrupts && ( /proc/pci || "/sbin/lspci -v" ) to find out if any of the isa cards are using the same irq as the pci bus. Another problem usually resides with the agp video card sharing the same irq as the pci slot next to it. This is Motherboard specific, but when adding cards to the system it can be a problem. I also don't see the irq for your es1371 sound card listed. The lspci utility will show you the irqs for all of the above. The fix I found was in the bios setup of the system by reserving specific irqs for legacy isa uses. There are some isa cards that are impossible to change the irq setting for unless you have a dos boot disk somewhere. Fred K Ollinger wrote: > > > Perhaps you could paste the output of dmesg, cat /proc/interrupts, > > and cat /proc/ioports while all three cards are configured? > cat interupts: > > CPU0 > 0: 65025 XT-PIC timer > 1: 2617 XT-PIC keyboard > 2: 0 XT-PIC cascade > 5: 1 XT-PIC NE2000 > 9: 3401 XT-PIC eth0 > 10: 289 XT-PIC eth1 > 12: 6536 XT-PIC PS/2 Mouse > 14: 7624 XT-PIC ide0 > 15: 4 XT-PIC ide1 > NMI: 0 > ERR: 0 -- Rev. LeRoy D. Cressy mailto:leroy@lrcressy.com /\_/\ http://lrcressy.com ( o.o ) Phone: 215-535-4037 > ^ < Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. (John 14:6) ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|