Debian Linux on a Acer Travelmate 230xv

by Claudio Scordino (2004)


Index :

  1. Introduction

  2. Hardware specifics

  3. Installation
    3.1 Format a partition
    3.2 Installation
    3.3 Selecting the proper source
    3.4 Choosing unstable
    3.5 System upgrade
    3.6 Packets installation

  4. Configuration
    4.1 Keyboard
    4.2 Sound
    4.3 Configuration of X11
    4.4 Mouse on X11

  5. Kernel 2.6.6 configuration
    5.1 Power management
    5.2 Hard-disk
    5.3 File system
    5.4 Sound card
    5.5 Network card

  6. Kernel installation



1. Introduction

Debian is maybe the Linux distribution most difficult to install. I succesfully installed Debian Woody on my laptop Acer Travelmate 230 xv. This is a short guide that explains how I did it, and is intended to people that have already installed some Linux distribution. For people that are new to Linux, I suggest to begin with a easier distribution (e.g. Mandrake).
This guide is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. Doing the following steps is at your own risk!




2. Hardware specifics

The first thing to do when installing an operating system is to exactly understand the kind of hardware that is contained in the computer. Here is a list of the technical details for the Acer Travelmate 230 xv:



3. Installation



3.1 Format a partition

Notice that this step can be done also using another operating system already installed on the computer.
Insert the Debian Woody NetInstallation CD, and reboot your computer.
Select bf24 kernel image (kernel 2.4) and format your partition choosing between the ext2 filesystem (without journaling) and ext3 (a journaled filesystem).
Since the kernel 2.4 in the CD does not support the travelmate's network card, reboot the computer.

3.2 Installation

Insert the Debian Woody NetInstallation CD, and reboot your computer.
Select the compact kernel image (kernel 2.4). During the installation, insert the 8139too module in the kernel to enable the network card.

3.3 Selecting the proper source

Select your apt http source. A good choice for people living in Italy is
http://freedom.dicea.unifi.it/ftp/pub/linux/debian

3.4 Choosing unstable

If you need a desktop system, and you want it updated with the latest versions of the applications, then is a good idea to install the unstable version. To do that, just open the file /etc/apt/sources.list and change each stable string to unstable.

3.5 System upgrade

To upgrade your system with the latest versions of the programs, type apt-get update apt-get upgrade apt-get dist-upgrade

3.6 Packet installation

To install new packets you have to select them using the dselect program. The main commands are: + select a packet - remove a packet _ remove a packet and the configuration files / search for a packet N repeat the search Q quit


4. Configuration

This section explains how to configure your system.

4.1 Keyboard

The right command to install a map for your keyboard is install-keymap. For instance, to install an italian keyboard just type install-keymap it

4.2 Sound

If you create a user different from root, and you want to use the sound, open the file /etc/group, and add the user's name to the audio group.
For instance, if the user's name is scordino, change the line audio:x:29:
into the following one: audio:x:29:scordino

4.3 Configuration of X11

To configure X11 (the desktop environment) run xf86config. For the horizontal synchronization choose the following range: 31.5 - 48.5.
For the vertical refresh choose the following range: 40-70.

4.4 Mouse on X11

To use a synaptic mouse on X11 you have to download and install an external module. See http://w1.894.telia.com/~u89404340/touchpad/
. After the installation of the module, I suggest to change the following values in the file /etc/X11/XF86Config-4:


5. Kernel 2.6.6 configuration

This section explains how to configure a kernel 2.6.6 for your system. First of all, download the kernel from http://www.kernel.org. Then uncompress it, enter the main directory, and run make menuconfig Here is my .config file to see how I configured my kernel.

5.1 Power management

Enter the section Power management options (ACPI, APM). Check the ACPI support, and uncheck the APM support.

5.2 Hard disk

Enter the section Device Drivers->ATA/ATAPI support. Check the IDE/ATA-2 DISK support.

5.3 File system

Enter the section Filesystems-> partition types -> Advanced Partition selection and check the PC BIOS (MSDOS partition tables) support.

5.4 Sound card

Enter the section Device Drivers->Sound->Advanced Linux Sound Architecture->PCI Devices. Check the following items:

5.5 Network card

Enter the section Device Drivers->Networking support -> Ethernet (10 or 100 Mbit) and check RealTek RTL-8139 PCI Fast Ethernet Adapter support.


6 Kernel installation

From the kernel main directory type the following commands: make bzImage make modules make modules_install make install make bzlilo


Report bugs & suggestions here