Archive for September, 2011

Missing PPD files in Mac OS X Lion

Thursday, September 22nd, 2011

I found that when installing Lion from a formatted drive, the ppd files for HP printers aren’t present. You can get them from the previous OS install disc (snow leopard), in the following location (it’s hidden, so use CMD-K in the finder to browse to it):

/Volumes/Mac OS X Install DVD/System/Installation/Packages/

In there you should find a set of all the printer drivers for various printers that could have been installed previously. I recommend using grep to determine which package has the driver you are looking for.

Windows 7 and Vmware Server 1.0.10

Friday, September 16th, 2011

I found a neat trick on-line to get windows 7 to recognize the virtual network card it doesn’t have a default driver for in vmware server 1.0.10.  You add the following line to the end of the .vmx config file, and it sees it as an intel e1000 card and installs the correct driver.

ethernet0.virtualDev = "e1000"

This is posted about in a few places, but here is a link to the one I found:

http://social.technet.microsoft.com/Forums/en-US/w7itprohardware/thread/5c74d385-98f9-47c8-962f-b0cfc47abadf