Sound For Windows Xp

22 September 2011



sound for windows xp

Windows XP Setup – Missing HAL.DLL

Work around provided by Hiep Luong (12/2/04) – Use as an example:

Many people (including me) have (had) problems with the file hal.dll when installing on a fresh new hard disk. The proposed solutions do not
work in this case because there is a dynamic drive overlay (ddo) installed. The solution is quite simple: remove first the ddo (for
example with Seagate’s DiscWizard: and re-install windows xp.

Generalized information of miss hal.dll error

This situation occurs when setting up a dual boot situation with Windows 2000 and Windows XP (it may occur with other setups).  After Windows XP’s install routine has finished copying files, and is ready to boot to the GUI portion of SETUP, you may receive the above error.

One possible fix. So far, this has been traced to an incorrect BOOT.INI file. To gain access to the Boot.ini:

Go to Start/Run and type in: msconfig. Then go to the Boot.ini Tab. Or…Right click the My Computer icon/Properties/
Advanced/Startup and Recovery/Settings/System Startup/Edit.

How to Edit the BOOT.INI File in Windows XP

This user had 1 hard drive, partitioned into C and D drives.  His BOOT.INI file looked like this: (the erroneous lines are in “blue”)

[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(3)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)WINDOWS=”Microsoft Windows XP Professional” /fastdetect
multi(0)disk(0)rdisk(0)partition(1)WINNT=”Microsoft Windows 2000 Professional” /fastdetect

The 3 in the erroneous lines, above, points to the 3rd partition on the first physical hard disk.  Since this user only had 2 partitions, this value was incorrect.  Changing the value to 2, in both lines, allowed the user to complete Windows XP’s setup.

The corrected BOOT.INI looked like this:

[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(2)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)WINDOWS=”Microsoft Windows XP Professional” /fastdetect
multi(0)disk(0)rdisk(0)partition(1)WINNT=”Microsoft Windows 2000 Professional” /fastdetect

HAL – Hardware Abstraction Layer

HAL is Microsoft’s abbreviation for the Hardware Abstraction Layer, the technology and drivers that let the Windows NT, 2000, and XP operating systems communicate with your PC’s hardware. HAL is one of several features–along with the NT file system (NTFS) that replaced the much less secure MS-DOS–that make NT-based operating systems more secure and reliable than Windows 95, 98, and Me.

HAL prevents applications from directly accessing your PC’s system memory, CPU, or hardware devices (such as video and sound cards)–a method that can prevent many device conflicts and crashes. Unfortunately, HAL sometimes also slows or stops DOS games and programs, which need to load their own memory managers or control hardware directly for better performance.

With HAL in the way, developers must rewrite or even abandon their older software in favor of newer, HAL-compatible versions. Microsoft has pressured hardware makers to provide or support technologies such as MMX, DirectX, and 3D graphics language OpenGL, all of which allow fast but indirect access to the advanced high-performance features of video, sound, and CPU hardware. Such access also makes for a better visual experience when using Windows for Web and productivity applications; improved graphics performance is evident all over Windows XP’s new user interface.

XP also offers some new compatibility-mode features that let you run programs meant to run under earlier operating systems, but, frankly, most DOS-based and even some Windows-based games simply won’t work with the new OS.

     Tip:  To see which HAL is currently installed, open Device Manager, and expand the Computer branch. The entry that
appears in this branch corresponds to the currently installed HAL.

HAL.DLL is Missing – Updated by MVP Alex Nichol

Option 1:

Boot from your Cd and follow the directions to start Recovery Console. Then:

Attrib -H -R -S C:Boot.ini
DEL C:Boot.ini
BootCfg /Rebuild
Fixboot

Option 2:

Boot from your CD and follow the directions below to start Recovery Console.

Insert the Setup compact disc (CD) and restart the computer. If prompted, select any options required to boot from the CD.
When the text-based part of Setup begins, follow the prompts; choose the repair or recover option by pressing R.

If you have a dual-boot or multiple-boot system, choose the installation that you need to access from the Recovery Console.
When prompted, type the Administrator password. (if you didn’t create one try pressing enter).

At the system prompt, type Recovery Console commands; type help for a list of commands, or help commandname for help on a specific command.

Most likely you will need to expand the file from the CD. The command would be expand d:i386hal.dl_ c:windowssystem32hal.dll. Substitute d: for the drive letter of your CD. Once you have expanded the file type “exit” to exit the Recovery Console and restart the computer.  

Update:

Shaun Gray (3/2005) states:

Let me review my experience / problem with hal.DLL with you all:

I Received a computer with win XP home sp2 that after uninstalling IML4, and Installing IML5, and rebooting. (IML being Imesh light)
Computer displayed windows rootsystem32hal.dll is missing or corrupt, please re-install.

NO MODES would boot from advanced boot options
Only bootable option was from CD
Repair console would not EDIT system from OEM XP HOME CD
FixMBR did not solve anything
Bootcfg /list, bootcfg /rebuild did not solve anything
Fixboot did not solve anything

Solution Option 1 wouldn’t work with multi attributes with out “|” in between them. ******
Solution Option 1 didn’t solve anything, except inadvertently adding a second OS to boot.ini
Solution Option 2 was unusable with OEM XP HOME SP2 CD.
Solution Opt 2 with XP PRO SP2 Integrated CD “Functioned”, but was “unable to expand file”

REINSTALLING WINDOWS IS NOT AN OPTION.

Final Solution:

Removed hard drive from system.
Added Hard drive to a 2nd WORKING XP PRO System. As Slave on Cable select.

***(all references to “D:” are the Slave Hard drive damaged windows)***

Booted system and enabled – Explorertoolsfolder options

Display contents of system folders.
Show Hidden Files and Folders.
UN-check Hide Protected OS Files.

Go to “D:” open Boot.ini in NOTEPAD, remove the Extra OS’s added with option 1.
Close and Save changes to Boot.ini

Go to “My Computer” Right click on “D:” select SEARCH “D:”

Search “All or Part of the File Name” = “hal”

Hal.dll may or may not be found in “D:WINDOWSSystem32″ either way it’s no good.
A working copy of hal.dll WILL be found in “C:WINDOWSServicePackFilesi386″
COPY THAT FILE “D:WINDOWSServicePackFilesi386hal.dll”
And Paste it to “D:WINDOWSSystem32″ folder; if it asks to overwrite say YES.

You may now un-do the changes made to Explorertoolsfolder options to RE-Hide files.
Shut Down the computer.

Remove the 2nd Drive and reinstall it to its own tower as Master.

You should Now be able to boot the computer up as if nothing ever happened.

With the exception that it will prompt you to reinstall some drivers, Just say YES and let it auto detect …THEY ARE ALREADY THERE. And will setup fine.

This “FIX” assumes that the computer in question HAS at ther very least service pack1, if not service pack 2.

If these patches have NOT been installed , I don’t believe any such Reserve copy of hal.dll will exist on the drive!

Thanks for reading,
ivy zhang

 

About the Author

Music using ONLY sounds from Windows XP and 98!


Super Elf Bowling Collection


Super Elf Bowling Collection


$1.88


Platform:  WINDOWS 98/ME/2000/XP Publisher:  MUMBO JUMBO Packaging:  RETAIL BOX Rating:  TEEN It’s the biggest and baddest bowl-o-rama yet. Santa’s elves have gone on strike so polish up your shiny Christmas ball and help Santa show those greedy little union elves what the true meaning of “Strike” is. Hold on to your stockings….Those ba…

Bling! It


Bling! It


$29.99


BLING IT – VERTUS…

CINDERELLA'S DOLLHOUSE LG


CINDERELLA’S DOLLHOUSE LG


$4.99


Create the dollhouse of your dreams!Product InformationYou can decorate an array of fairytale settings- from the tiny Mouse House tothe lavish Royal Palace where Cinderella meets her handsome Prince. You’ll findhundreds of accessories to help you transform each room magically likesomething straight out of the story book!Activities Include Ballroom: Elegantly decorate the Palace for a gala ball. …

Complete Classical Music Library: The Symphonies, Vol. 1 [Box Set]


Complete Classical Music Library: The Symphonies, Vol. 1 [Box Set]


$11.85


A new worldwide audio standard for classical music! The High Definition Classics recordings produce an indescribable depth of sound. Experience a musical period of finesse and flamboyance, with these classical selections contained in The Symphonies, an innovative 8-disc audio collection for listeners of all ages. Embark on a musical journey from opera house to ballroom….

Complete Classical Music Library: The Piano, Vol. 1 [Box Set]


Complete Classical Music Library: The Piano, Vol. 1 [Box Set]


$16.99


A new worldwide audio standard for classical music! The High Definition Classics recordings produce an indescribable depth of sound. Enoy the lush classical sounds and dynamic interpretations of The Piano, an innovative 8-disc audio collection for listeners of all ages. From mazurkas to Minute Waltz No 1; ballads to Bagatelles, The Piano on audio compact disc is an indispensable addition to your c…

Wireless IP Pan/Tilt/ Night Vision Internet Surveillance Camera Built-in Microphone With Phone remote monitoring support(Black)


Wireless IP Pan/Tilt/ Night Vision Internet Surveillance Camera Built-in Microphone With Phone remote monitoring support(Black)


$46.88


Specs:
Image Compression Format: M-JPEG standard
Image Resolution: VGA(640×480) / QVGA(320×240)
Sensor: 1/4 inch CMOS, 300,000 Pixels
Light frequency: 50Hz, 60Hz or Outdoor
Audio compression: ADPCM
Data rate: 802.11b: 11Mbps (Max.), 802.11g: 54Mbps (Max.)
Ethernet: One 10/100Mbps RJ-45
Viewing angle: 67?
Horizontal Rotating Angle: 0~270?
Vertical Rotating Angle: 0~120?
Alarm Mode: motion detection…

Logitech Alert 700e Outdoor Add-On Security Camera with Night Vision


Logitech Alert 700e Outdoor Add-On Security Camera with Night Vision


$243.44


Add the Logitech Alert 700e 961-000338 Outdoor Add-On Security Camera to your Logitech Alert master system for a more complete picture of what’s happening indoors or out. Now you can see more (indoors our out) with the homePlug® networking, using your electrical wiring and outlets to connect the camera to your network for seamless expansion of your master system. Plus, the Logitech Alert 700e 961…

Logitech Alert 750e Outdoor Master Security System with Night Vision


Logitech Alert 750e Outdoor Master Security System with Night Vision


$349.99


Keep an eye on things day and night, indoors or out with the Logitech Alert 750e 961-000337 Outdoor Master Security System. Set it up yourself, count on it when you need it. With the Logitech Alert 750e Master Security System you get everything you need, a smart, weatherproof, night-vision camera; powerful software; and free viewing online or on your mobile. Setup is simple, using your existing el…

E3 Access 2004: The Future Of Video Games (DVD)


E3 Access 2004: The Future Of Video Games (DVD)


$3.99


E3 ACCESS: The Future of Videogames 4-Disc set includes exclusive interviews with leading game developers a myriad of game previews for titles that won’t hit store shelves for months to come behind the scenes footage of the annual Electronic Entertainment Expo (E3) in Los Angeles full 5.1 Dolby Digital surround sound an exclusive soundtrack (from Digital:Newage and Hathorne Hill) and more!Format: …

Selectmusic Easy Karate - Dvd Movie [dvd Movie]


Selectmusic Easy Karate – Dvd Movie [dvd Movie]


$7.95


Helps increase strength develop flexibility and improve mental and physical discipline. learn the technique history and philosophy of the ancient art of karate with easy karate an introductory course packed with instructive video that lets you study at your own pace. Watch godan (fifth degree) martial artist brad jones demonstrate fundamental forms and precise techniques for the beginning student….


Subscribe to our Newsletter