Posts Tagged ‘osx’

Biostar 8600GT 512
I just fixed a random shutdown. When cpu in highload or around 55 celcius, the computer suddently off. I can’t turn it on unless unplug the power cable for a few seconds. It seems power suply issue. I replaced with other cheap and unused power supply 400W :) . I’m glad it work very well now.

I have two unused nvidia card, biostar 8600GT 512 and evga 7950GT 512. The 7950 has more power, but right now I want to use 8600, because I have no game installed in my pc at the moment.

I use nvenabler.pkg. Just run the file then reboot, it should work fine. You will get 1024 resolution first after installation, just go to system preferences to switch back to the native resolution you have. In my case, it is 1440×900.

Here is the file: NVEnabler.pkg

When running superduper, I encountered this error. According to direction from netkas forum, here is how to fix it.

Edit /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

Changes <dict> section to:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
		<dict>
			<key>BSD Name</key>
			<string>en3</string>
			<key>IOBuiltin</key>
			<false/>
			<key>IOInterfaceType</key>
			<integer>6</integer>
			<key>IOInterfaceUnit</key>
			<integer>3</integer>
			<key>IOLocation</key>
			<string></string>
			<key>IOMACAddress</key>
			<data>
			ABbPoF5V
			</data>
			<key>IOPathMatch</key>
			<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/
	      IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string>
			<key>SCNetworkInterfaceType</key>
			<string>IEEE80211</string>
		</dict>

Then reboot.
“CFGetHostUUIDString: unable to determine UUID for host” error will be eliminated ;)

Now superduper work very well.
superduper "CFGetHostUUIDString: unable to determine UUID for host" error fixed

usbwirelessutility osx leopard

I manage to get my wireless usb linksys WUSB54GC work very well with leopard osx. Hey .. this is hackintosh, if you have real mac, you won’t need this unless the wifi module is broken :) .

Ok, it is quite simple installation.

Get the file here. wusb54gc osx leopard driver

1) Install the kext file using kexthelper. Restart leopard. 

2) Copy the two app files in Application folder

3) Run USBWirelessUtility, you can plug the wifi usb. As soon as leopard detect it, USBWirelessUtility will search available access points.

You may need to run USBWirelessUtility each time you start leopard. You can also put it in the dock and make it Open at Login.