Microsoft has issued a software patch that will reanimate frozen notebook PCs running Windows XP.
The patch, according to Microsoft's Web site, resolves a problem affecting notebooks based on Intel's Pentium III processor and 440MX chipset and running the Windows XP operating system. The laptops appear to hang when their internal modem is put into use.
Notebook users whose machines exhibit the problem can download the patch via Microsoft's Windows Update Web site. An update to the machine's BIOS (Basic Input Output System) software--special software that loads the operating system when you boot up your PC--may also be required on certain machines.
The issue is somewhat limited, affecting only machines with the 440MX chipset. The chipset is used widely by PC makers, but only in a specific class of machines known as "ultraportables." Ultraportables generally weigh less than 4 pounds. The class represents a relatively small portion of the notebook market as a whole, about 10 percent to 15 percent.
The problem has not been seen with other versions of Windows.
News source: ZDnet
The patch, according to Microsoft's Web site, resolves a problem affecting notebooks based on Intel's Pentium III processor and 440MX chipset and running the Windows XP operating system. The laptops appear to hang when their internal modem is put into use.
Notebook users whose machines exhibit the problem can download the patch via Microsoft's Windows Update Web site. An update to the machine's BIOS (Basic Input Output System) software--special software that loads the operating system when you boot up your PC--may also be required on certain machines.
The issue is somewhat limited, affecting only machines with the 440MX chipset. The chipset is used widely by PC makers, but only in a specific class of machines known as "ultraportables." Ultraportables generally weigh less than 4 pounds. The class represents a relatively small portion of the notebook market as a whole, about 10 percent to 15 percent.
The problem has not been seen with other versions of Windows.
Found this in the MacNN forum and on Slashdot, explains the problem quite nicely!!!
The original installer script has the lines
- # if iTunes application currently exists, delete it
if [ -e $2Applications/iTunes.app ] ; then
rm -rf $2Applications/iTunes.app 2> /dev/null
fi
# if iTunes application currently exists, delete it
if [ -e "$2Applications/iTunes.app" ] ; then
rm -rf "$2Applications/iTunes.app" 2> /dev/null
fi
- # if iTunes application currently exists, delete it
if [ -e $2Applications/iTunes.app ] ; then
rm -rf $2Applications/iTunes.app 2< /dev/null
fi
- rm -rf /Volumes/Disk 1/Applications/iTunes.app 2< /dev/null
For those that had a problem, do you meet all the following criteria?
- 1. Did not delete iTunes 1.1
2. Had multiple volumes
3. Had similarly named volumes with spaces in their names
I can't see how the "$2" variable is built, so this is all conjecture based on the evidence and looking at the "preflight" file. Obviously, there's an issue with the installer, since Apple has now pulled it ... but if you grabbed it already, I would highly recommend you do not use it, even if you don't appear to meet the criteria listed above. Just wait for a new installer from Apple, and keep your data safe!

Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!
Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.