Gutsy Gibbon

Ubuntu Gutsy Server Doesn’t Work in VirtualBox

The machine hardware emulated by VirtualBox, as of 11/29/07 is too old to accommodate the kernel included in Ubuntu Gutsy server. Because of this it is recommended to use Dapper Drake, or Debian for your virtual server environment. Cheers to your server project :)

Ubuntu Gutsy W32Codecs and W64Codecs

At medibuntu they offer a repository with two important codecs required to play most media and DVD files. The W32Codes is for 32 bit Linux systems, and the W64Codecs is for 64 bit systems. Libdvdcss2 is for DVD playback. Simply add the proper repository to your /etc/apt/sources.list file, also add the gpg key, hit a quick sudo apt-get update, and your ready to install your much sought after media codecs.

For Feisty run the following in a command window:

sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list

For Gutsy Gibbon run in a command window:

sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list

Then add the gpg key with the following command:

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

 Note that this command will also update your apt system, then all you have to do is install the codecs:

sudo apt-get install w32codecs libdvdcss2 or: sudo apt-get install w64codecs libdvdcss2

Gutsy Gibbon and the Future

Its clear that Linux has come a long way, and the Ubuntu distribution is a prime example of the incredible progress. While the system is for all practical purposes completely functional, and bugs are quite negligible, it does not have the consistent opeartion achieved with a clean Windows installation. I currently use Ubuntu, and very rarely Windows, and overall I look forward to the future of Linux as it is inevitable that software will be updated, and all Linux distributions will mature greatly.

Nvidia GLX New for Ubuntu Gutsy Gibbon

Ubuntu Gutsy does not use the same package name that was used in Feisty. In Feisty the NVIDIA driver was installed with: sudo apt-get install nvidia-glx In Gutsy the driver is installed with: sudo apt-get install nvidia-glx-new You can also use the restricted driver manager, which most likely recognizes your NVIDIA hardware :) New Post About Nvidia-Glx-New

Ubuntu Gutsy Gibbon NM-Applet

The network manager applet, in Ubuntu Gutsy, provides a save feature that will automatically unlock your wireless keyring without the need for a manually typed password. This is a much welcomed feature, whereas in the past to unlock the wireless keyring required manual input.

VirtualBox Gutsy Versus Feisty

I highly recommend installing the Feisty VirtualBox package even if your are using the new Ubuntu Gutsy. First off, by default the USB host bridge is disabled in the Gusty compilation, and when you enable it manually the sound bridge fails to work properly. I have successfully install the Feisty compilation of VirtualBox on my Gutsy desktop without any problems. This successfully resolved the USB and sound issues. Everything simply works fine.