HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage > SCSI

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-27-2008, 07:54 AM
johnsuth@nospam.com.au
 
Posts: n/a
Default AICU320.ADD failed to load


I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo. It was
necessary to copy the appropriate driver for the mobo's AIC-7902W adapter to the
hard drive and edit the config file. I achieved this by creating boot floppies
which included the same driver. The hard drive then booted and the USB and IDE
drivers reported their successful loading to screen, but AICU320.add reported
failure to load with error code (c0003003h) and two rows of hex data.

The mystery is why the SCSI driver loaded from floppy but not from the hard
drive.

How do I persuade it to load from the hard drive?



Reply With Quote
Sponsored Links
  #2  
Old 04-27-2008, 03:28 PM
Folkert Rienstra
 
Posts: n/a
Default Re: AICU320.ADD failed to load

johnsuth@nospam.com.au wrote in news:c1.2c.39NLdY$0O1@PC1.BIGPOND.COM
> I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo.
> It was necessary to copy the appropriate driver for the mobo's AIC-7902W
> adapter to the hard drive and edit the config file.
> I achieved this by creating boot floppies which included the same driver.


> The hard drive then booted


Where as before it didn't?

> and the USB and IDE drivers reported their successful loading to screen,
> but AICU320.add reported failure to load with error code (c0003003h)
> and two rows of hex data.


> The mystery is why the SCSI driver loaded from floppy but not from the hard
> drive.


Two different definitions of "loading". Copying is not the same as running it.
Presumably the driver crashed.

>
> How do I persuade it to load from the hard drive?

Reply With Quote
  #3  
Old 04-28-2008, 12:41 AM
Percival P. Cassidy
 
Posts: n/a
Default Re: AICU320.ADD failed to load

On 04/27/08 02:54 am johnsuth@nospam.com.au wrote:

> I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo. It was
> necessary to copy the appropriate driver for the mobo's AIC-7902W adapter to the
> hard drive and edit the config file. I achieved this by creating boot floppies
> which included the same driver. The hard drive then booted and the USB and IDE
> drivers reported their successful loading to screen, but AICU320.add reported
> failure to load with error code (c0003003h) and two rows of hex data.
>
> The mystery is why the SCSI driver loaded from floppy but not from the hard
> drive.
>
> How do I persuade it to load from the hard drive?



Since you are using a REAL operating system, you might do better to ask
in comp.os.os2.storage.

But you might check to see whether the sequence of SCSI and IDE drivers
is the same in the CONFIG.SYS on the hd as in the one on the floppy disk.

-=-
Perce
Reply With Quote
  #4  
Old 04-29-2008, 06:23 AM
johnsuth@nospam.com.au
 
Posts: n/a
Default Re: AICU320.ADD failed to load

In <Ta8Rj.246$087.157@newsfe07.lga>, "Percival P. Cassidy" <nobody@notmyISP.net> writes:
>On 04/27/08 02:54 am johnsuth@nospam.com.au wrote:
>
>> I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo. It was
>> necessary to copy the appropriate driver for the mobo's AIC-7902W adapter to the
>> hard drive and edit the config file. I achieved this by creating boot floppies
>> which included the same driver. The hard drive then booted and the USB and IDE
>> drivers reported their successful loading to screen, but AICU320.add reported
>> failure to load with error code (c0003003h) and two rows of hex data.
>>
>> The mystery is why the SCSI driver loaded from floppy but not from the hard
>> drive.
>>
>> How do I persuade it to load from the hard drive?

>
>
>Since you are using a REAL operating system, you might do better to ask
>in comp.os.os2.storage.
>
>But you might check to see whether the sequence of SCSI and IDE drivers
>is the same in the CONFIG.SYS on the hd as in the one on the floppy disk.



FD has SCSI after IDE.
HD has SCSI before IDE - this worked on previous mobo with U160 controller.
Changing order made no difference.


Reply With Quote
  #5  
Old 04-29-2008, 06:23 AM
johnsuth@nospam.com.au
 
Posts: n/a
Default Re: AICU320.ADD failed to load

In <fv25q3$17qo$2@textnews.wanadoo.nl>, "Folkert Rienstra" <see_reply-to@myweb.nl> writes:
>johnsuth@nospam.com.au wrote in news:c1.2c.39NLdY$0O1@PC1.BIGPOND.COM
>> I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo.
>> It was necessary to copy the appropriate driver for the mobo's AIC-7902W
>> adapter to the hard drive and edit the config file.
>> I achieved this by creating boot floppies which included the same driver.

>
>> The hard drive then booted

>
>Where as before it didn't?

CORRECT.
>
>> and the USB and IDE drivers reported their successful loading to screen,
>> but AICU320.add reported failure to load with error code (c0003003h)
>> and two rows of hex data.

>
>> The mystery is why the SCSI driver loaded from floppy but not from the hard
>> drive.

>
>Two different definitions of "loading".

NO, loading SCSI driver enables the hard drive beyond the boot sector to be
accessed. Booting from floppy enables access to the hard drive files for
editing.

>Copying is not the same as running it.

CORRECT.

>Presumably the driver crashed.

IT reported failing to load and the system then stopped.
>>
>> How do I persuade it to load from the hard drive?



Reply With Quote
  #6  
Old 04-29-2008, 12:42 PM
Folkert Rienstra
 
Posts: n/a
Default Re: AICU320.ADD failed to load

johnsuth@nospam.com.au wrote in news:c1.2c.39PXWn$0OB@PC1.BIGPOND.COM
> In <fv25q3$17qo$2@textnews.wanadoo.nl>, "Folkert Rienstra" <see_reply-to@myweb.nl> writes:
> > johnsuth@nospam.com.au wrote in news:c1.2c.39NLdY$0O1@PC1.BIGPOND.COM
> > > I relocated a working SCSI hard drive to a new Supermicro X7DA8 mobo.
> > > It was necessary to copy the appropriate driver for the mobo's AIC-7902W
> > > adapter to the hard drive and edit the config file.
> > > I achieved this by creating boot floppies which included the same driver.

> >
> > > The hard drive then booted

> >
> > Where as before it didn't?


> CORRECT.


Ok, apparently we use different definitions of 'booting'.

> >
> > > and the USB and IDE drivers reported their successful loading to screen,
> > > but AICU320.add reported failure to load with error code (c0003003h)
> > > and two rows of hex data.

> >
> > > The mystery is why the SCSI driver loaded from floppy but not from the hard
> > > drive.

> >
> > Two different definitions of "loading".

>
> NO, loading SCSI driver enables the hard drive beyond the boot sector to be
> accessed.


> Booting from floppy enables access to the hard drive files for editing.


Now see, there's where I see a difference.
Since you don't, I'll take it that the floppy image also uses the very same
drivers to gain access to the drive rather than just be using the bios for it.

>
> > Copying is not the same as running it.

>
> CORRECT.
>
> > Presumably the driver crashed.


> IT reported failing to load and the system then stopped.


What I'd mention a 'controlled' crash.

> > >
> > > How do I persuade it to load from the hard drive?

Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
update failed to load sixpack Windows XP 2 03-18-2008 01:05 AM
0x80040702 Failed to load DLL:ISUtil MidlandsBlonde Windows Vista Installation 1 02-18-2008 04:03 AM
Personlize Failed To Load Vista bob_geldof Windows Vista 3 08-30-2007 11:42 AM
Failed to load resource DLL KiwiNth Windows Vista 2 08-04-2007 11:24 PM
streamci failed to load kevin Windows XP 1 05-22-2007 03:25 AM


All times are GMT. The time now is 07:18 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger