Tips

Howto: Install Boot Camp 2.1 drivers on a new MacBook Pro using a Leopard install DVD

Posted in Tips on September 7th, 2008 by Nayruden – 13 Comments

So you’re in Korea and you stupidly forgot your MacBook Pro install DVD that you need in order to install Boot Camp drivers, huh? Have no fear, as long as you can borrow a Leopard install DVD off someone, it’s possible to get everything working. The problem here is that even with the Leopard install DVD (at least in my case), the DVD has the Boot Camp 2.0 drivers which will give you a blue screen of death if you try to install it on the latest MacBook Pro revision.

Step 1: Copy the Boot Camp driver install files from the Leopard CD to your Boot Camp desktop.

Step 2: Find the Broadcom/wireless driver installer and delete it.

Step 3: Install the 2.0 firmware through Drivers\Apple\BootCamp.msi. It will automagically pass through the wireless driver installation with no BSoD. You’ll need to reboot after this install

Step 4: Now run the 2.1 update, found here: http://www.apple.com/support/downloads/bootcampupdate21forwindowsxp.html. Reboot.

Step 5: Enjoy!

POSIX C++ documentation on linux

Posted in Development, Tips on February 25th, 2008 by Nayruden – 2 Comments

Here’s an interesting tidbit for linux developers: If you want documentation to most C++ functions, run the following command.

sudo apt-get install gcc-doc manpages-dev manpages-posix-dev

Now, try running “info printf” or “info pthread_create” in your console. Pretty neat!

10 days in linux

Posted in Tips on February 9th, 2008 by Nayruden – 4 Comments

I’m finally able to use Kubuntu for an extended time! I told myself that I’d stay for as long as I could if linux started supporting my dual screen display (I spent hours previously with little to no luck on getting dual screen to work) and supported GMod above 800×600 resolution. It now does both! I have now used Kubuntu without booting into Windows once for 10 days. In order to share my joy with whoever may read this blog entry, I’ll share some tips I learned along my travels. :)

  1. Always use envy to install your drivers. For whatever reason, the default restricted installer doesn’t install a very good driver.
  2. Use “sudo apt-get build-dep wine” to get the dependencies for building wine. I like to compile wine from scratch, so this has come in handy.
  3. Use “uname -a” to get your current kernel version
  4. Did you display configuration go bonkers and now you can’t do anything? Use “dpkg-reconfigure -phigh xserver-xorg” to reset the config.
  5. Do you get a black screen on startup? Install package “startupmanager”, run it under sudo, change the resolution to something lower. You probably also want to enable text display in there,  comes in handy.

Last, not included on the list because it’s pretty random, you can output to sound using /dev/dsp. Ex, file > /dev/dsp will “play” a file through your soundcard. Pointless but cool.


Nayruden's /dev/random is Digg proof thanks to caching by WP Super Cache