Hi.
I don't think its going to be related to either of the other two
suggestions. Its more likely that your system didn't detect or install the
BUS Mastering IDE controller driver for your hard disks, that is on your new
motherboard.
On your system, go into device setup, and have a look at your IDE
controller. You should be able to drill down to your hard drive(s) and it
will show if they are running PIO or DMA mode. My best is you'll find they
reverted to PIO mode when you installed the new motherboard. This would
explain your symptoms perfectly.
With the driver controller operating in PIO mode, there are two downsides.
The first is that disk activity will chew up a lot of CPU time - more than
50% when thrashing as opposed to less than 5% in DMA mode.
The 2nd downside is that PIO mode is interrupt driven. This means that your
system is generating an interrupt for each and every hard drive call. As
these interrupts are non-maskable, you'll get stuttering on all your
applications when the hard drive is active.
To resolve this problem, read your motherboard manual, and establish what
brand of IDE controller is used. Go the web site of that manufacture and
download the driver. These days, most manufactuers have an all in one type
driver installation package that will automatically detect and install the
correct IDE driver for your motherboard.
Good luck,
Tim