Showing posts with label pae. Show all posts
Showing posts with label pae. Show all posts

Wednesday, May 8, 2013

Location of The deb Files Stored

Here is the story :
After several months using SolydXK and it ran smoothly, i want to install it into another PC of mine or maybe my friends (and it might goes to my friends' friend).

The problem : 
Slow internet connection to download latest iso or to upgrade the system after fresh installation, and even to download many softwares needed.

Solution : 
Note, need a little command-line process to do the steps.

Copy the deb files from up-to-date already installed SolydX located at :
/var/cache/apt/archives/
into a removable media. You need to be root-ed to do the copy. To do this just open terminal and type sudo thunar.
Note, the SolydX system never being cleaned with :
sudo apt-get clean

Install the new PC with old iso just as explained in this post.
Browse the copied archive folder at removable media, right click and select open terminal here.

type
sudo dpkg -i *.deb 
and hit enter
Note: none of the PC using proprietary driver.

Since my deb files is about 800 mb, it might take a while to be finished.

Then check if there's any broken package using synaptic.
Broken package can be seen through Custom Filters - Broken filters.
To fix this, open the terminal and issue
sudo apt-get -f install
and we got an up-to-date system, plus bonus pae-kernel, a pack of application already installed (like the old PC) and it only needs to download a few packages in order to fix broken packages.

System is up to date.



Note, if you have a decent internet connection, it is much safer to download latest iso or doing regular update after installing the old iso due to the different hardware on every PC.

Friday, March 29, 2013

SolydX Enable PAE System

PAE or Physical Address Extension is a feature allowing 32-bit processors to access physical address space larger than 4 gigabytes.

Why not 64-bit instead?
For me, a 64-bit operating system use more RAM and CPU. In other words, a 64-bit operating system use more resources than a 32-bit operating system. Besides, my RAM is less than 4 gigabytes.

If the RAM is less than 4 gigbytes, why need PAE system?
The answer is, multi-core processors.


The 3.2.0-4.486 kernel detects only a single-core processor on the system. The system is less snappy because of this.

Only single-core processor is detected with non PAE system.

Then, how to enable PAE system?

We can browse and search the PAE kernel and choose which one you want to install. But instead of using synaptic, we can use Device Driver Manager.

Navigate to Menu - setting -Device Driver Manager.
The DDM detects multi-core system running single-core kernel.
Click the Kernel (if your system is capable of running PAE then the Alternate drivers is here), and tick the linux-headers-3.2.0-4-686-pae

Click yes and wait the download and installation process.

reboot your system.

The system now detected dual-core cpu.