Tag Archives: Ubuntu - Page 2

Enable DVD & Multimedia support in Ubuntu Linux

Full DVD support on Linux is an old issue. It has to do with the Linux distros not being shipped with the w32codecs and the libdvdcss2, for legal reasons in some countries. The users must then download and install them by themselves with no clear guidance.

Here are the simple steps for installing these libraries under Debian based distributions.

The GUI Route: (CLI users forgive me but if there’s a GUI, users diserve a choice.)

1 – Download the w32codecs

2 – Download the libdvdcss2

3 – Double click on the packages, one at a time and use the Package Installer to install them quickly and painless

The CLI (Command Line Interface) route

cd Desktop

wget -c http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20071007-0.1_i386.deb

sudo dpkg -i w32codecs_20071007-0.1_i386.deb

wget -c http://www.debian-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.9-0.0_i386.deb

sudo dpkg -i libdvdcss2_1.2.9-0.0_i386.deb

See this relared post about OpenSuse and SLED10

Technorati Tags: , , , ,

3G Mobille Broadband – Huawei E156G – USB Dongle on Linux


I acquired a 3G Mobille Broadband – Huawei E156G – USB Dongle and really wanted to get it going on my Linux (Ubuntu) laptop. After much looking around and trying several unsuccessfull ways of doing it found a very easy and working solution.

Basically Linux will recognize your Huawei E156G USB Dongle and you can check that by listening to your USB devices, just run the following command on yor terminal  lsusb this should output something like this:

Bus 005 Device 002: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem

Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

if this is working, follow the tutorial on this post 3G Mobile Broadband with Ubuntu-EEE


Technorati Tags: , , , ,