View Single Post
Old 02-18-2010, 08:13 PM   #4
tysonedwards
Junior Member
 
Join Date: Aug 2009
Location: Salt Lake City, UT
Posts: 15
Default

You would want to modify the /Volumes/DisplayLink Installer/DisplayLink Software Installer.pkg/Contents/Resources/InstallationCheck file to remove the following lines:

if( $hwversionstring !~ /i386/i )
{
print "Weird processor version detected.\n";
exit( 96 | 19 );
}

However, it's worth noting that the kernel extensions will not load under a 64-bit kernel regardless of whether you force the install.

I would recommend that you open your terminal and do a "uname -a" to verify that you are indeed booted into the 32-bit kernel, just in case and all that.

Note, if your disk image is read only, you may need to copy the installer to your local disk first. Some versions of the DisplayLink Driver DMGs are RW while some are RO.
tysonedwards is offline