Resource Conflicts!

techmanc

Golden Member
Aug 20, 2006
1,212
7
81
Well I always think of these as a IRQ conflicts/resource conflict. I believe they are caused by using too many peripherals and running out of system resources. I a lot of system I have built the problem is obtained as the maximum amount of hard drive/optical drive controller/ controller card with a high end audio card like Soundblaster series are used.You know you have these conflicts when drives and drive performance will be slow when coping file HD to HD or using burning software. Sound cards and graphic that stutter. Its a lot better with SATA motherboards as it doesn't need to deal with master/slave type of problems unless you using ide devices.

Anyway for these types of problems anyone found software solution that can show which devices are conflicting to be able to goto the device and try to resolve there conflict? Also How do you troubleshoot/classify these problems?

I know in BIOS shut of all non needed peripherials like com and parrell ports, sound card and midi, firewire, ide, network will reduce resources used. Sometimes switching a card position in the motherboard will help if you have another open spot.

I am hoping in this thread I can some help to making these type of problems more easily resolved.

Heres a link to an old but good thread on ide controller issues I post on CDFreaks awhile ago if and need help in that area..............
http://club.cdfreaks.com/f7/id...finitive-thread-90930/
 

Elixer

Lifer
May 7, 2002
10,371
762
126
Originally posted by: techmanc
Well I always think of these as a IRQ conflicts/resource conflict. I believe they are caused by using too many peripherals and running out of system resources. I a lot of system I have built the problem is obtained as the maximum amount of hard drive/optical drive controller/ controller card with a high end audio card like Soundblaster series are used.You know you have these conflicts when drives and drive performance will be slow when coping file HD to HD or using burning software. Sound cards and graphic that stutter. Its a lot better with SATA motherboards as it doesn't need to deal with master/slave type of problems unless you using ide devices.

Anyway for these types of problems anyone found software solution that can show which devices are conflicting to be able to goto the device and try to resolve there conflict? Also How do you troubleshoot/classify these problems?

I know in BIOS shut of all non needed peripherials like com and parrell ports, sound card and midi, firewire, ide, network will reduce resources used. Sometimes switching a card position in the motherboard will help if you have another open spot.

I am hoping in this thread I can some help to making these type of problems more easily resolved.

Heres a link to an old but good thread on ide controller issues I post on CDFreaks awhile ago if and need help in that area..............
http://club.cdfreaks.com/f7/id...finitive-thread-90930/


For what it is worth, if the drivers you are using were written well, then nobody should have any IRQ conflicts. The resource conflicts are also the result of crappy drivers 95% of the time.

For checking IRQs & conflicts/sharing, just run Msinfo32.exe, and under the hardware resources, there are entries for that. Don't freak out if they are sharing IRQs either, that is normal, and does *NOT* mean you are going to have issues. The only time you will have issues is with bad drivers.

 

techmanc

Golden Member
Aug 20, 2006
1,212
7
81
Elixer
I been using msinfo to check for problems but its not reliable.
As a matter of fact I was testing the information found there now to see how useful it is. Now its tell me i have a lot of conflicts but my main concern was the conflict between my video card and SATA controller which show them using the same IRQ16. After installing controller in a different slot on motherboard the results are the same. Heres some msinfo information to show what I mean.

Conflicts/Sharing
System Information report written at: 02/25/09 14:33:50
System Name: INTEL-PC
[Conflicts/Sharing]

Resource Device
I/O Port 0x00000000-0x00000CF7 PCI bus
I/O Port 0x00000000-0x00000CF7 Direct memory access controller

I/O Port 0x000003C0-0x000003DF PCI Express standard Root Port
I/O Port 0x000003C0-0x000003DF NVIDIA GeForce GTX 260

IRQ 21 NVIDIA nForce Serial ATA Controller
IRQ 21 NVIDIA nForce Serial ATA Controller

IRQ 22 Standard OpenHCD USB Host Controller
IRQ 22 High Definition Audio Controller

IRQ 23 Standard Enhanced PCI to USB Host Controller
IRQ 23 NVIDIA nForce 10/100/1000 Mbps Ethernet #3

Memory Address 0xFEFF0000-0xFEFF03FF High precision event timer
Memory Address 0xFEFF0000-0xFEFF03FF System board

IRQ 16 NVIDIA GeForce GTX 260
IRQ 16 JMicron JMB36X Controller

Memory Address 0xA0000-0xBFFFF PCI bus
Memory Address 0xA0000-0xBFFFF PCI Express standard Root Port

IRQs used
RQ 16 NVIDIA GeForce GTX 260 OK
IRQ 16 JMicron JMB36X Controller OK
IRQ 0 High precision event timer OK
IRQ 8 High precision event timer OK
IRQ 13 Numeric data processor OK
IRQ 6 Standard floppy disk controller OK
IRQ 22 Standard OpenHCD USB Host Controller OK
IRQ 22 High Definition Audio Controller OK
IRQ 23 Standard Enhanced PCI to USB Host Controller OK
IRQ 23 NVIDIA nForce 10/100/1000 Mbps Ethernet #3 OK
IRQ 14 ATA Channel 0 OK
IRQ 15 ATA Channel 1 OK
IRQ 21 NVIDIA nForce Serial ATA Controller OK
IRQ 21 NVIDIA nForce Serial ATA Controller OK
IRQ 20 NVIDIA nForce Serial ATA Controller OK
IRQ 4294967293 PCI Express standard Root Port OK
IRQ 9 ABN0KGNC IDE Controller OK

Memory Address 0xA0000-0xBFFFF NVIDIA GeForce GTX 260

I/O Port 0x000003B0-0x000003BB PCI Express standard Root Port
I/O Port 0x000003B0-0x000003BB NVIDIA GeForce GTX 260

Memory Address 0xCA000000-0xCDFFFFFF PCI Express standard Root Port
Memory Address 0xCA000000-0xCDFFFFFF NVIDIA GeForce GTX 260

Memory Address 0xB0000000-0xBFFFFFFF PCI Express standard Root Port
Memory Address 0xB0000000-0xBFFFFFFF NVIDIA GeForce GTX 260



 

Elixer

Lifer
May 7, 2002
10,371
762
126
Originally posted by: techmanc
IRQ 16 NVIDIA GeForce GTX 260
IRQ 16 JMicron JMB36X Controller
Having the same virtual IRQ is OK.
Unless you have a non-ACPI system, then don't worry about what it shows, and it is perfectly fine.

Like I said, the only time it isn't fine is if the driver for one of those things isn't playing by the rules, and is hogging all resources.
For the most part, WHQL drivers mean that the drivers are following the rules. (Though, not being WHQL doesn't mean they aren't following the rules either).

You can move the card to whatever slot, and most of the time, it will still show the same virtual IRQ, but what is really going on 'behind the scenes' is a different story, and isn't really worth it to get into.

 

techmanc

Golden Member
Aug 20, 2006
1,212
7
81
I dont worry about it my point is not a good method of finding out a if there a problem because it only useful if/when it actually a problem with my system. The pont of this thread is I know a lot of people are suffering with resource and IRQ problems more on the former IMO and there no good and accurate way to see/find them.
 

Elixer

Lifer
May 7, 2002
10,371
762
126
Oh, I understand that, but, IRQ/resource issues on any ACPI system is *very* rare. I just think people will freak out when they see a bunch of (virtual) IRQs being used for many different devices, and they will try changing IRQs manually, which they should *not* do, since it is *not* a issue for the vast majority of the people.

If you have ancient hardware (with those craptastic drivers), then, that is about the only time you should manually assign IRQs, but it would be FAR better to throw that crap away.


 

techmanc

Golden Member
Aug 20, 2006
1,212
7
81
Take a look at my sig and I and you can see the hardware I use currently. I gave up trying to use my Audigy Extreme Gamer as it wouldn't' play well will my system always having intermittent with hard drive crashes - stuttering sound - and my burning software would fail. I know most people start out with no problems and stay that was if there not adding peripherals. But as soon as the start adding more devices there getting a better chance to get a conflict without really noticing any problems. But if they use a combo of devices eg gaming taking full use of sound and video card the get different conflict issues and lie me stating playing with different setups with there hardware and software/drivers. How do we find out device are now actually causing the conflict?

The people using a few devices once there setup will most likely never have a problem as plug and pray covers them.
 

techmanc

Golden Member
Aug 20, 2006
1,212
7
81
Ah well I was hoping there would have been more discussion on this. I guess no one having any conflicts with there system.