Category: Karmic Koala 9.10

[SOLVED] DSL PPPoE not able to Connect in Ubuntu 9.10 Karmic Koala

November 8th, 2009 Permalink

I used to connect to PPPoE connections in Kubuntu with knet. Recently, I moved to Ubuntu to find out that Network Manager was unable to connect to DSL. However, it can be achieved using pppoeconf or knet, I wanted to use Network Manager. I figured out that it was a problem with the final release [...]

I used to connect to PPPoE connections in Kubuntu with knet. Recently, I moved to Ubuntu to find out that Network Manager was unable to connect to DSL. However, it can be achieved using pppoeconf or knet, I wanted to use Network Manager. I figured out that it was a problem with the final release itself when I visited the forums (I had installed Ubuntu Karmic Koala Alpha 4 and then upgraded as new packages came in).

The newer version of Network Manager did not have this problem but it is still not available on the main repos at the time of writing this post. There is a ppa however, which helped me. It contained updated version of the package which is https://launchpad.net/~network-manager/+archive/trunk. Continue Reading

[HOWTO] Upload Multiple Photos to Facebook using F-spot Photo Manager from Ubuntu 9.10 Karmic Koala

November 1st, 2009 Permalink

A few days ago, I had written a blog post about uploading multiple photos to your Facebook account using Windows Version of Google Picasa using Wine. The same can be achieved with F-spot, a great photo manager for Linux.

A few days ago, I had written a blog post about uploading multiple photos to your Facebook account using Windows Version of Google Picasa using Wine. The same can be achieved with F-spot, a great photo manager for Linux. Continue Reading

[SOLVED] Problem Playing Media on Firefox on Ubuntu Linux

November 1st, 2009 Permalink

I am using Ubuntu 9.10 Karmic Koala on my Desktop with Firefox 3.5 as my primary browser. Recently I was facing problems playing online media (streaming mp3s, non-flash) including FM from my own page on Firefox.

I am using Ubuntu 9.10 Karmic Koala on my Desktop with Firefox 3.5 as my primary browser. Recently I was facing problems playing online media (streaming mp3s, non-flash) including FM from my own page on Firefox. Continue Reading

[HOWTO] Uploading photos to Facebook with Picasa on Ubuntu 9.10 (Karmic Koala)

October 31st, 2009 Permalink

UPDATE Nov 2, 2008: If you don’t want to get into trouble installing Windows version of Picasa and happy to use F-spot instead, head over to the new article here. The picasa application from Google repositories with Facebook button does not work for Facebook photo uploads. It ends up with a blank window with nothing [...]

UPDATE Nov 2, 2008: If you don’t want to get into trouble installing Windows version of Picasa and happy to use F-spot instead, head over to the new article here.

The picasa application from Google repositories with Facebook button does not work for Facebook photo uploads. It ends up with a blank window with nothing but a link. However, I have found an alternative in Ubuntu Forums and it works.

The trick is to install Windows Internet Explorer under wine and then install the Windows version of Picasa. To do this, make sure you have wine installed and picasa removed from your system.
This is how you do it: Continue Reading

[HOWTO] Make Firefox fast and more responsive

September 13th, 2009 Permalink

I use Firefox 3.5.3 for my day to day browsing on my Ubuntu Karmic Koala Alpha (with KDE 4.3) and recently I experienced tremendous slowdowns making it less fit for use. I use a lot of addons including Firebug and Greasemonkey and it is no surprise that Firefox is slower than one without any extensions. [...]

I use Firefox 3.5.3 for my day to day browsing on my Ubuntu Karmic Koala Alpha (with KDE 4.3) and recently I experienced tremendous slowdowns making it less fit for use. I use a lot of addons including Firebug and Greasemonkey and it is no surprise that Firefox is slower than one without any extensions. I cannot move to Google Chrome or Epiphany because of the dependency on various add-ons such as Adblock Plus, Lastpass, Greasemonkey, Firebug and others and so I had to look what I can do. Continue Reading

[SOLVED] cmake error when compiling plasmoid on Ubuntu

September 9th, 2009 Permalink

I have recently installed kubuntu-desktop (KDE4) on my Karmic Koala installation and tried to install a very cool weather plasmoid called Yet Another Weather Plasmoid but I was unable to do so as I got this error: CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/pravin/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:3 [...]

I have recently installed kubuntu-desktop (KDE4) on my Karmic Koala installation and tried to install a very cool weather plasmoid called Yet Another Weather Plasmoid but I was unable to do so as I got this error:

CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/pravin/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)

Continue Reading

[SOLVED] Sound Problem in Ubuntu 9.10 (Karmic Koala Alpha 4) due to Pulseaudio

September 9th, 2009 Permalink

Sound in my Ubuntu Karmic Koala desktop used to freeze and I was into real problem. The process “pulseaudio” used to hog the CPU and sound would stop at times. So I replaced it with esound and it is fine now. This is how I did it.

Sound in my Ubuntu Karmic Koala desktop used to freeze and I was into real problem. The process “pulseaudio” used to hog the CPU and sound would stop at times. So I replaced it with esound and it is fine now. This is how I did it. Continue Reading

[HOWTO] Installing Adobe Reader 9 to Ubuntu 9.10 Karmic Koala Alpha 4

August 20th, 2009 Permalink

I tried to install Adobe Reader (acroread) in Ubuntu Karmic Koala Alpha 4 amd64 (64bit Version) that I use. I added medibuntu repository but package acroread was not available. Then, I downloaded deb from http://get.adobe.com/reader/otherversions/ but 64-bit version (amd64) was not available. So I downloaded Linux x86 (.deb) version and then installed it with the [...]

I tried to install Adobe Reader (acroread) in Ubuntu Karmic Koala Alpha 4 amd64 (64bit Version) that I use. I added medibuntu repository but package acroread was not available. Then, I downloaded deb from http://get.adobe.com/reader/otherversions/ but 64-bit version (amd64) was not available. So I downloaded Linux x86 (.deb) version and then installed it with the following command via terminal:
sudo dpkg -i --force-architecture AdbeRdr9.1.2-1_i386linux_enu.deb

Please find the latest post here.

Continue Reading