Originally posted by Ninju
A SB Audigy is a Sound Blaster PCI sound card.
IRQ:
IRQ
From Wikipedia, the free encyclopedia.
An IRQ or interrupt request is the means by which hardware components request computing time from the CPU.
[edit]
IRQs for IBM PC compatible computers
The modern IBM PC compatible computer has 16 IRQ assignments (0-15), each one representing a different physical (or virtual) piece of hardware. For example, IRQ0 is reserved for the system timer, while IRQ1 is reserved for the keyboard. The lower the number, the more critical the function.
In the past, there were only 8 IRQ assignments (0-7). As the need for more hardware emerged, the need for more IRQs arose. The solution was another 8 IRQs, added by bridging IRQ2 to the new IRQ9.
In Pentium-class (and some 80486-class) computers the IRQs can be handled by the I/O APIC.
The list of IRQs is:
IRQ0 = 8253/8254 interval timer (system timer)
IRQ1 = keyboard
IRQ2 = reserved for the 8259B (tied to IRQ 9)
IRQ3 = COM2 and COM4
IRQ4 = COM1 and COM3
IRQ5 = LPT2 or sound card
IRQ6 = floppy drives
IRQ7 = LPT1
IRQ8 = real-time clock (RTC)
IRQ9 = bridged to IRQ2
IRQ10 = not assigned
IRQ11 = not assigned
IRQ12 = PS/2 mouse
IRQ13 = math coprocessor
IRQ14 = Primary IDE drives
IRQ15 = Secondary IDE drives
From Wikipedia, the free encyclopedia.
An IRQ or interrupt request is the means by which hardware components request computing time from the CPU.
[edit]
IRQs for IBM PC compatible computers
The modern IBM PC compatible computer has 16 IRQ assignments (0-15), each one representing a different physical (or virtual) piece of hardware. For example, IRQ0 is reserved for the system timer, while IRQ1 is reserved for the keyboard. The lower the number, the more critical the function.
In the past, there were only 8 IRQ assignments (0-7). As the need for more hardware emerged, the need for more IRQs arose. The solution was another 8 IRQs, added by bridging IRQ2 to the new IRQ9.
In Pentium-class (and some 80486-class) computers the IRQs can be handled by the I/O APIC.
The list of IRQs is:
IRQ0 = 8253/8254 interval timer (system timer)
IRQ1 = keyboard
IRQ2 = reserved for the 8259B (tied to IRQ 9)
IRQ3 = COM2 and COM4
IRQ4 = COM1 and COM3
IRQ5 = LPT2 or sound card
IRQ6 = floppy drives
IRQ7 = LPT1
IRQ8 = real-time clock (RTC)
IRQ9 = bridged to IRQ2
IRQ10 = not assigned
IRQ11 = not assigned
IRQ12 = PS/2 mouse
IRQ13 = math coprocessor
IRQ14 = Primary IDE drives
IRQ15 = Secondary IDE drives
IRQ Last modified: Wednesday, September 03, 2003
Abbreviation of interrupt request line, and pronounced I-R-Q. IRQs are hardware lines over which devices can send interrupt signals to the microprocessor. When you add a new device to a PC, you sometimes need to set its IRQ number by setting a DIP switch. This specifies which interrupt line the device may use. IRQ conflicts used to be a common problem when adding expansion boards, but the Plug-and-Play specification has removed this headache in most cases.
Abbreviation of interrupt request line, and pronounced I-R-Q. IRQs are hardware lines over which devices can send interrupt signals to the microprocessor. When you add a new device to a PC, you sometimes need to set its IRQ number by setting a DIP switch. This specifies which interrupt line the device may use. IRQ conflicts used to be a common problem when adding expansion boards, but the Plug-and-Play specification has removed this headache in most cases.

To see IRQ´s, right click on My computer -> properties -> hardware -> device manager -> view -> devices by type -> double click on "interrupt request (IRQ)" and it´ll show the IRQ´s assigned to your devices. Look for devices using the same IRQ.
On some motherboards you can change IRQ´s manually on bios setting, others you have to swap PCI cards around and hope the system assigns a diferent IRQ to your device. As I said, I had a very similar problem with a Athlon XP / Asus A7N8X-X system (that still is my current one) and after several troubleshooting, I found moving the sound card to another PCi slot completely solved it.

Comment