Avi Schwartz <avi@CFFtechnologies.com> wrote:
I am not sure how to set the IRQs in my machine's AMIBIOS. It seems to have something called IRQ Priority and it looks like this:
PCI Slot1&3 IRQ Priority PCI Slot2&4 IRQ Priority PCI Slot5 IRQ Priority PCI Slot6 IRQ Priority
Each of there entries can have the values: 3, 4, 5, 6, 9, 10, 11, 12, 14, 15 and Auto.
Avi
Well in /proc are some good looks. As root try : root@papa:/proc > cat interrupts CPU0 0: 14180061 XT-PIC timer 1: 18919 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 391472 XT-PIC eth0 8: 2 XT-PIC rtc 9: 103 XT-PIC aic7xxx 10: 23392 XT-PIC usb-uhci, usb-uhci, EMU10K1 12: 368110 XT-PIC PS/2 Mouse 13: 1 XT-PIC fpu 14: 110582 XT-PIC ide0 15: 396 XT-PIC ide1 NMI: 0 This what interrupts are used currently. I set eth0 at 5, SB Live at 10. This works fine on my system. /Dee