ABS Supreme DVD 3

EQUIPMENT SPECIFICATIONS

Case:
Motherboard:
Video Card:
CPU:
Memory:
Floppy drive:
Hard drive:
Keyboard:
Monitor:
Modem:
Mouse:
DVD:
Soundcard:
CPU Fan:
Sound system/Speakers:
Operating system:
Model number:
OTHER
SCSI Card 1:
Scanner:
Removable Magnetic Media:
SCSI Card 2:
CDR:
  INWIN ATX MED 235W
Pentium II LX 3I4P1A3D_CM OZZO ATX
VGA ATI All In Wonder Pro AGP 8MB
Pentium II Klamath 300 512K
SDRAM 32M 4x64-10 (64MB total)
1.44MB Mitsumi
8.0GB Quantum TX UIDE 8000TX-A
MS Natural Keyboard Elite
Optiquest 19".26 dot pitch 1600x1200 V95
56K W/Voice Texas Instruments compatible V.90/X2 INT.20447
MS Intellimouse PS2 OEM
Toshiba 3rd Generation ROM
Yamaha(compatible) PCI 3DHW64V_AT 724 (Addonics)
PII Ball Bearing 5CM PII
25W RMS Speaker and subwoofer set AX410 (Eastern)
Windows 98 OEM
9134
 
Adaptec AVA-2902E/I
Microtek Scanmaker X6 EL (SCSI)
Iomega Zip (SCSI)
Adaptec AVA-2904
TEAC 550S/KIT/EXT (External)(SCSI) 4X12


Notes on ATI All-in-Wonder Pro AGP 8MB

GENERAL>> Hardware version: 092
DRIVER>> 3D Rage Pro AGP 2X; Provider: ATI Tech - Enhanced; Date: 6-30-1998
DRIVER>>DRIVER FILE DETAILS>> Provider: ATI Technologies Inc.; File Version: 4.10.2411


ATI website>>
Technical Support Driver Download - RECOMMENDED
Display Driver Version 4.11.2560

Windows 98 CD
Display Driver Version 4.10.1720

Links


network card and video crashes
ATI Drivers for All-in-Wonder PRO AGP 2X 8MB
old DOOM network info
results for google search

More Info


Device Drivers

Windows provides Application Programming Interfaces (APIs) that allow programmers to write application software that is independent of the details of specific pieces of hardware. For example, a Windows 3.1 application will use the Graphic Device Interface (GDI) to display bitmaps (such as video frames) on the video display. The application does not need to know anything about the video display card. The video display card could be a Diamond, an ATI, or a Number Nine video card. To make this work, manufacturers of video cards, sound cards, network cards, and other PC hardware must provide a device driver which allows the Windows system to access their hardware. Windows communicates with the device driver and hides the details from the application. The device driver in turn hides the details of the hardware from the Windows operating system.

Device drivers can be very complex components comprising many files. The files may be installed in different places on the hard drive, although \WINDOWS\SYSTEM is the most common. The Windows operating system needs to know the location of the drivers and sometimes configuration information for the drivers such as IRQ’s, IO ports, and other options.

Windows has the notion of a Device Driver Interface or DDI. A Windows device driver is expected to export certain functions specified in the Windows Device Driver Kits (DDKs) which the Windows operating system invokes. The DDI is often implemented in a dynamic link library with the file extension .DRV In Windows 3.1 and Windows 95, actual access to the hardware, the handling of hardware interrupts, any real-time functions that are incompatible with the Windows scheduling system, are implemented in VxDs, or Virtual Device Drivers, which operate at a very privileged level in the system. A device driver may consists of several dynamic link libraries and several VxDs.

VxD’s are not used in Windows NT. Microsoft is attempting to unify the device driver systems on “Memphis” and Windows NT 5.0 through the Win32 Driver Model (WDM).

Device drivers are extremely powerful. Bugs in device drivers can lead to crashes and very strange behavior. The symptoms may be very far removed from the problem. For example, a bug in a video card driver may lead to repeated system crashes after another application or device is installed due to a low level conflict. Based on the symptoms, a user might conclude the PC hardware is failing or the new application is at fault.

Many installation and configuration problems on Windows systems are due to bugs in device drivers, problems in installing the device drivers in the right places, and subtle conflicts between device drivers and other device drivers or applications.