Monday, July 28, 2008

Mounting issues of an external drive on Ubuntu

You get the message that your external hdd cannot get mount on your Ubuntu system?
Most probably the disk's log file has recorded an inappropriate disconnection from another installation.

Get the collection of ntfs programms called ntfsprogs

sudo apt-get install ntfsprogs


then run

sudo ntfsfix /dev/sdb1


in your terminal, where sdb1 stands for your device's location.

Plug again your drive. It should be working

Did it? Leave a comment

Wednesday, July 23, 2008

No Sound Playing on every app you try?

Try killing the sound servers which may override the sound system.

killall pulseaudio


or

killall esd

Tuesday, July 22, 2008

Adobe Air on Ubuntu Linux without Wine

I've tried installing Adobe Air on my Ubuntu Linux with the help of Wine. It is really simple, just follow WineHQ "orders". The reason I first got into the process of having Air installed is that I find Twhirl (just with identi.ca support, as well as friendfeed) a useful tool on microblogging.

Yet through Wine's path, Adobe Application Installer.exe, located here

~/.wine/drive_c/Program Files/Common Files/Adobe AIR/Versions/1.0 ,

won't do a good job on installing twhirl.air .

There is a fatal artifact issue in running twhirl this way, so I needed another way around.

Unfortunately, Air is not ready for Linux (on Alpha currently) and you'll get this message if you browse to their download page.


Free Image Hosting at www.ImageShack.us

So try downloading this .bin file and put it somewhere safe :)
Then change privileges on it and run it

chmod +x adobeair_linux_a1_033108.bin
sudo ./adobeair_linux_a1_033108.bin


Adobe Air is now installed.

Now it is a matter of downloading .air files and trying them out. Twhirl works like a charm, at least on my configuration.

PS If you have feedback do post it here :)