You are currently browsing the category archive for the 'driver' category.

I hear this a lot, and I myself have also gone looking for it…

So without  further ado, here is the script that will install kext files for you - be warned - you’ll need to know how to get the kext file in the first place, as well as the filename.

Easy right?

Let’s get started.

Open the Terminal application by going to Applications / Utilities / Terminal.app - you will see it in the Utilities folder - it looks like a command prompt.

Once terminal has launched, type in the following command:

sudo -s

Enter the root or first user password that you inputted during the setup process.

This tells it to run any other commands after this one as the root or superuser account, allowing you to edit files you normally would not have permission to edit.

Here’s an example using IOATAFamily.kext, a popular ATA driver. You’ll want to replace this by your own driver name. Also, you’ll want to make sure the file is unzipped, and sitting on your desktop. Oh one more thing, you’ll want to edit YOURUSERNAME with… your username :)

mv /Users/(YOUR USERNAME)/Desktop/IOATAFamily.kext /System/Library/Extensions
chmod -R 755 /System/Library/Extensions/IOATAFamily.kext
sudo chown -R root:wheel /System/Library/Extensions/IOATAFamily.kext
cd /System/Library/Extensions
rm -rf Extensions.mkext
rm -rf Extensions.kextcache

Hope that helps!

Related Articles:

  • Disable the Dock in Apple OS X Tiger
  • Publish a Remote App Using Longhorn Server
  • You have not chosen to trust Equifax Secure Global eBusiness CA-1
  • CD Eject Tool for Windows XP
  • Song Summoner - A $5 Square/Enix RPG for Your iPod!

  • del.icio.us" Digg" Reddit" Simpy" Yahoo!"

    Oh no! My poor lil Mac Mini is unable to test the new Edgy Eft version because the Mac BT keyboard is not working in the livecd. I sent the error report to Ubuntu using the device driver wizard (pretty cool!) however was obviously unable to comment about what happened as I could not type anything in the box.

    Otherwise, this version is quite swank. I was able to mouse around the web, play with FSpot and poke at Gnome a bit as well.

    I’ll see if I can’t grab a USB keyboard and boot into OpenFirmware in order to load the CD (holding C typically does not work with other non-Apple keyboards, by the way).

    UPDATE:

    I was able to install with no problems (have a look at the new blandname Ubuntu Edgy Eft Knot 2 article here )

    Still not able to get the Bluetooth running, but I have been in contact with the helpful Ubuntu team and will keep you all posted!

    Related Articles:

  • Installing Ubuntu Edgy Eft Knot 2 on a Budget Mac Mini
  • Parallels for Mac to support Vista and Leopard
  • Where's my Mac BIOS? (How to get into OpenFirmware Easily)
  • Ubuntu Edgy Eft Knot 3 on VMWare Server
  • Quick Tip: Eject your CD on an Apple Mac

  • del.icio.us" Digg" Reddit" Simpy" Yahoo!"