This page contains links and instructions to set up a Debian GNU/Linux Lenny install on an ASUS F3JP Laptop. This page will be continually updated until the manual is complete.
From Etch to Lenny:
If you haven't already done so, upgrade to Lenny. Lenny is the missing link between Debian Etch (Stable but dated) and Debian Sid (Latest but not necessarily greatest yet). Link.
Optional: Sudo:
While this won't necessarily be the preferred method of having administration rights by everyone, some people like it. To give yourself sudo rights open the file /etc/sudoers in root. Add the following line:
<username> ALL=(ALL) ALL
NOTE: <username> will instead be your username, for example: chadders.
Wireless Drivers:
The first thing I would install after upgrading to Lenny is the wireless drivers. Link.
Touchpad:
I can't quite put my finger on why this works, but it does and does well. I usually combine this step with the next seem as it involves reconfiguring xserver-xorg. Either way that's all you have to do to get the mouse pad working properly. Make sure you select a 3 button mouse in this process.
# dpkg-reconfigure xserver-xorg
Graphics Drivers:
Probably not the most important thing in the world, but it makes life much more pleasant when you have a nice resolution. Compiz Fusion is optional. Link.
Optional: Debian Lenny (Default) with Sid Repository:
Sometimes packages from the Sid repository come in useful. This will give you access to the Sid repository without installing all of it's software. This tutorial will also increase the limit of the number of packages allowed by APT. Link.
NTFS Drivers:
In a world full of Windows, sometimes a little compatibility comes in useful. Link.
Webcam:
Yes, we have gotten this working :D. Link to be provided.