Sunday, April 26, 2009

Automount Hard disk on Ubuntu 9.04

I found that Ubuntu 9.04 wasn't auto-mounting hard disk drives on boot.In earlier versions I had to edit /etc/fstab to mount itself on boot.This was quiet tricky as messing with fstab wasn't a good idea.But in this release its lot easier.
In a terminal enter

$sudo apt-get install pysdm

[or it can done through synaptic also]


then in the terminal enter
$pysdm

then the gui pops up and select all the drives you wish to mount on boot and you are all set!

Saturday, April 25, 2009

Amarok 2 unable to play audio files on Ubuntu 9.04-Solved

Soon after upgrading to Ubuntu 9.04(Review coming soon!) I found that Amarok 2 was unable to play any kind of audio files.

When I opened amarok from a terminal I was getting this error

[snip]
link XMLID_7_ hasn't been detected!
Couldn't resolve property: radialGradient3986
[/snip]


Some threads suggest to install phonon-xine-backend, but Kubuntu is already shipped with phonon backend.

After posting my problem in launchpad I found this solution
just type this in a command line

[code]
sudo apt-get install libxine1-ffmpeg
[/code]

then Amarok will be back in full swing!

However I'm not all that satisfied with Amarok 2 as I was with earlier versions.
Any way I hope this helps somebody.

Tuesday, April 21, 2009

How to download .ram files(online streamed files)

Here is a video which helps you to download .ram files from websites which stream files online like kannadaaudio.com
You will need RealPlayer on Windows and some codecs for GNU/Linux box.

the steps are:
1>click on the song/media file you need to download
2>open it with a text editor
3>copy the link that appears
4>paste the link in your favorite browser
5>save the file
6>after download is over open it with Real player(Totem/Kaffiene)
7>Voila! the file is in your HDD!



I learned this trick from Suhas, thank u mate!