I installed Debian following these instructions:
http://book.efika.org/index.php?option= ... &Itemid=29
It was all fine and dandy until I got to actually using. It is S-U-P-E-R-S-L-O-W. If I click on the menu toolbar, the menu takes around 5-10 seconds to appear, and if I try to open a sub-menu, it takes another 5-10 seconds.
To open Firefox I think it takes around 2-3 minutes, heck, even just removing highlighting/removing text feels like an achievement.
I understand that Efika is not a super-computer in terms of speed but I do not expect it to be this slow either, so I assume that I am doing something wrong, or perhaps missing something. I would really appreciate it if someone could shed some light on this situation. I have installed Debian twice, and got the same result everytime.
I have not performed this final part of the installation yet, because it seems impossible to do - just opening a browser puts the machine on its knees.
Log in under GNOME with the password selected during installation then launch an Internet browser such as Firefox or Epiphany.
Go to
http://www.efika.info and grab the debian precompiled kernel file and save it at the default location (~/Desktop/Downloads). Then, copy this file into the /boot directory.
Example :
su root
copy ~/Desktop/Downloads/kernel_efika /boot/
Now, get the modules from the same Internet page, save them at the default location (~/Desktop/Downloads) and extract them :
su root
cd ~/Desktop/Downloads
tar zxvf modules_efika.tgz
mv ./lib/modules/2.6.19-* /lib/modules/
Note : check that the modules directory name is the same as the kernel name issuing a "uname -r" command and comparing it with the modules directory.