176
edits
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
===2. SETUP YOUR N810=== | ===2. SETUP YOUR N810=== | ||
* Make the internal card executable | * Make the internal card executable | ||
Now leave your desktop for a while and go to your N810. Turn it on and open an X Terminal : | |||
* Add some swap space to your internal card | * Add some swap space to your internal card | ||
<pre> | |||
sudo gainroot | |||
dd if=/dev/zero of=/swap.file bs=1024 count=524288 | |||
mkswap /swap.file | |||
echo "/swap.file swap swap defaults 0 0" >> /etc/fstab | |||
swapon -a | |||
</pre> | |||
<i>To check if you've got 512 MB of swap as expected, type:</i> | |||
free | |||
* Install opcontrol | * Install opcontrol | ||
* Install the debug packages | * Install the debug packages | ||
edits