osx86

Finger a User MACOSX

He he maybe its just me been immature but i found this hilarious
It can be found in the /Applications/Utilitys location under network utility


First post from…

This is my first post from a Dell Latitude D600 running MAC Leopard.
It has taken me a while to get it working but still got a few glitches to get around…Wireless, Display…but Audio, Network are all fine, even the volume buttons at the top work, with a nice display of what volume you are [...]


FTP Client MacOSX

Came across this little FTP Client today // Called CyberDuck does everything i need it to and has a great little icon


Taking Screenshots MacOSX

For the past 2 weeks i have been using osx86 on my Dell, and I have never took a screenshot before using Leopard. I pressed the Print Screen Key and i get a nice little pong! ah ah…not avaliable in MacOSX follow the guidelines below if you want to print screen your desktop etc… me [...]


MARSEdit MacOSX

Since i have been running osx86 on my Dell i have been missing the windows LIVE writer program that uploads a post to your blog, after a quick search today i came across MARSEdit a free download from apple that basically does the same as windows live writer. I haven’t found any problems with MARSEdit [...]


Permanent MAC Spoof osx86

Mac OS X : How to Set the MAC Address During Startup Follow these steps to create a script that sets the MAC Address each time the computer restarts: 1. Open Terminal (/Applications/Utilities/). 2. Type: cd /Library 3. Press Return. [...]


GX620 onboard Audio

1. Install OSX
2. open terminal
3. type:
sudo su <enter>
4. enter password <enter>
5. type:
cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/ <enter>
6. type:
nano AppleAC97AudioIntelICH.kext/Contents/Info.plist <enter>
7. look for a part of the file where:
<key>ICH6 AC97 Audio</key>
{
<Key>IOProbeScore</key>
<string>0×266e8086</string>
}
8. and change <string>0×266e8086</string> into <string>0×27de8086 0×266e8086</string> (thus add 0×27de8086 to the line)
9. [...]


GX620 onboard Ethernet

To get on-board ethernet working
Head to this post to get the .kext - http://forum.insanelymac.com/index.php?s=&showtopic=4987&view=findpost&p=129533
Instructions:
@Gellius31: try the following instructions
1. unpack AppleBCM5751Ethernet.kext.zip
2. move AppleBCM5751Ethernet.kext to /System/Library/Extensions/
3. open Terminal
4. sudo -s
5. chown -R root:wheel /System/Library/Extensions/
6. cd /System/Library/Extensions/
7. chmod -R 755 AppleBCM5751Ethernet.kext
8. reboot
9. You will have MAC address of 00:00:00:00:00:00. Boot with ubuntu live cd, get MAC address [...]


Dell GX620 Broadcom Drivers MacOSX86

I came across this on a forum somewhere to get the network adapter working with MacOSX86 on a DELL GX620
You can download the patched "AppleBCM5701Ethernet". HERE
And the SETMAC utility HERE
For people who have DELL GX520/620/SC430 which uses BCM5751 as onboard NIC. Here is patched "AppleBCM5701Ethernet". This works on 10.4.5/10.4.6. Should be fine on [...]


Boot Fix for ToH

If you are having problems getting osx86 to boot (flashing cursor then please follow these instructions)
Worked fine for me
 
1) Boot into the Installer DVD
2) Go to Utilities in the Menu Bar (thats the one at the top)
3) Click on Terminal
4) Type ‘/usr/misc/script.sh VOLNAME’ where VOLNAME is what you named the partition [...]