mini_banner
Showing posts with label Medibuntu. Show all posts
Showing posts with label Medibuntu. Show all posts

Wednesday, October 22, 2008

Ubuntu 8.10 Intrepid Ibex on the Dell Inspiron 1501

Installation:
Intrepid installs without a problem.

Wireless:
Two Methods:
1. The Broadcom STA proprietary wireless driver can be installed via Intrepid's Hardware Drivers gui with two mouse clicks. I found the driver to be a vast improvement over Hardy's,
2. Using NDISWrapper.

ATI Open Source Driver
It took years of of praying, hoping and waiting but Dell 1501/ATI x1150 users finally have a working open source driver. It is installed by default in Ubuntu 8.10.

Compiz-Fusion
Compiz-Fusion runs and pretty well.
To get the most out of Compiz try installing the settings manager and launcher.
In a terminal:
sudo apt-get install compizconfig-settings-manager
sudo apt-get install fusion-icon

Media Codecs
Intrepid Ibex makes codec installation easy. Mp3, DVD, avi, aac, mpeg, wmv, asf, mov, flv, mp4, flash codecs are installed when you try to play them. If you like to add all the major codecs and make playback easy, check out this guide. The only thing not enabled in Ubuntu is reading encrypted DVDs. To add DVD playback and some other helpful media codecs to Ubuntu follow this guide.

Ethernet
Works out of the box. In order to do any of these guides you're going to need to plug in your Dell Inspiron 1501. Don't be cheap, go out and buy an Ethernet cable.

Brightness & Volume
Brightness (Fn Up/Down Arrow) and Volume (Fn Page Up/Page Dn) keyboard shortcuts both work.

Suspend & Hibernate
Both Suspend and Hibernate.


Video Out
Works out of the box, Intrepid's Screens and Resolutions (System>Administration>Screens and Resolutions) makes using an external multiple monitor a breeze. Configuration for dual monitors does require editing your xorg.conf file.

Modem
The Conexant Modem driver is usually released by Dell once they switch their Linux machines over to the new version of Ubuntu. Right now there is no deb for the modem driver. I'll update the site and this space when Dell releases it.

Card Reader
Works out of the box.

edited by pHreaksYcle

Monday, April 7, 2008

Medibuntu for Hardy Heron

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons like copyright, license or patent restrictions. It also includes many popular media .debs for ffmpeg, w32codes, skype and google earth.

Ubuntu 8.04 Hardy Heron can't play encrypted DVDs out of the box. In order to play DVDs you need to install a couple of codecs. This guide will show you how to install the Medibuntu repository and codecs.

This will add the Medibuntu repository to your repository lists
In a terminal type:
sudo gedit /etc/apt/sources.list

Add this to the end of your source list:
## Medibuntu - Ubuntu 8.04 "hardy"
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ hardy free non-free


Then you have to add the GPG Key to authenticate the packages
In a terminal type:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Now update your system to load the Medibuntu repository into your apt-get sources
In a terminal type:
sudo apt-get update

Download the DVDs playback packages
In a terminal type:
sudo apt-get install libdvdcss2 libdvdread3

edited by pHreaksYcle

Sunday, November 11, 2007

Easy Codec Install for Gutsy

This simple howto installs the most common restricted codecs in Gutsy, allowing you to play mp3, aac, DVD ,mp4, avi, wmv and many more formats. It also installs the codecs for ripping mp3 using the lame encoder in Soundjuicer and making CDs from mp3s in K3b.

This is rewrite of a howto that I did for Feisty and it just needed a little touch up for Gutsy.

In a terminal type:
sudo apt-get install gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg libdvdread3

In order to play copyrighted DVDs, you need to install the libdvdcss2 package. To do this you need to install the Medibuntu repository. You can find my howto here.

Once you install the Medibuntu repository, in a terminal type:
sudo apt-get install libdvdcss2
edited by pHreaksYcle

How to Play Encrypted (Copyrighted) DVDs in Gutsy

Ubuntu 7.10 Gutsy Gibbon does not play DVDs out of the box. In order to play DVDs you need to install the Medibuntu Repository and a couple of packages. This guide will get your Gutsy install playing DVDs like a champ in less then 4 minutes.

This will add the Medibuntu repository to your repository lists
In a terminal type:
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list

Then you have to add the GPG Key to authentic the packages
In a terminal type:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

Now update your system to load the Medibuntu repository into your apt-get sources
sudo apt-get update

Download the DVDs playback packages
In a terminal type:
sudo apt-get install libdvdcss2 libdvdread3

Now pop in a DVD and enjoy!
edited by pHreaksYcle

Wednesday, June 27, 2007

Medibuntu & How to Install DVD codecs

Please read this post before installing anything. You are responsible for not violating copyright law, not me. I do not endorse theft.

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons; copyright, license, patent, etc. But, if you want to play restricted formats like the w32codecs, quicktime videos or encrypted DVDs you'll need to intstall the Medibuntu repository. First have to make sure your allowed to download these packages because Legal Notice Patent and copyright laws operate differently depending on which country you are in. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country.

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

Then add the key that authenticates the repo:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

The reload the your sources to add Medibuntu:
sudo apt-get update

Then in order to play encrypted DVDs download this package:
sudo apt-get install libdvdcss2

There are many other things in this repo that you may find useful besides codecs. Skype, Opera, Java, Realplayer & GoogleEarth. While they might not be free and open source, they are FREE to use. For a list of packages in the Medibuntu look here.
edited by pHreaksYcle