Papiers
Last update: october 25, 2007.
Dell D420 opened  Dell D420 closed

How to install Ubuntu Gutsy Gibbon on a laptop Dell Latitude D420

The computer works fine with Ubuntu. Except for three details :

Hardware specifications

Autonomy is 3 hours with my battery 6 cells. Weight is 1.475 Kg without the charger.

Installation of the OS

I started with the Alternate install CD of Ubuntu 7.10 ("Gutsy Gibbon"), because I like the alternate text mode.

Fyi, this page helps me to start. But the hardware configuration is not the same, and my WiFi works already fine.

First configurations

Setting a root password

 $ sudo su -
 # passwd

Displaying the CPU temperature

 $ sudo apt-get install sensors-applet

Then right-click on a gnome panel, "Add to panel", drag and drop "Hardware Sensors Monitor" on the panel. Configure the applet preferences and set the "Sensor value multiplier" to 0.750.

Configuring the touchpad

The standard gnome interface doesn't allow you to configure the touchpad speed, only the usb mouse and the blue little thing that I don't know the name.

 $ sudo gedit /etc/X11/xorg.conf

Search the section "InputDevice" with identifier "Synaptics Touchpad", and add:

	Option		"MinSpeed"		"0.8"
	Option		"MaxSpeed"		"0.8"
	#Option		"MaxTapTime"		"0"     # For disabling the tap-click

Restart X with Ctrl+Alt+Backspace.

Configuring power management

In order to use the battery during more time:

 $ gconf-editor

Deactivating the Tracker daemon

If your computer runs slowly, it's probably because of the tracker daemon. Select "System" -> "Preferences" -> "Indexing preferences" then disable it. You can deactivate the daemon too : Select "System" -> "Preferences" -> "Sessions" and deselect "Tracker". It will be deactivated on the next reboot.

Adding codecs, Web browser plugins, fonts, and a firewall

Click on "Applications" menu, then "Add/Remove" and make showed "All available applications". In order to read all musics and video, search "extras" and select "Ubuntu restricted extras". In order to install a firewall, search and select "firestarter". Then click on "OK" for installing all the selected package(s).

If the Microsoft fonts don't appear in OpenOffice, then force the cache to refresh itself with command:

 $ sudo fc-cache -f -v

Installing the winmodem

Important :

Taking informations

If you are not sure to have the same winmodem that I have, take the information from scanModem. Download scanModem, then execute it:

chmod +x scanModem
sudo ./scanModem

Installing the package hsfmodem

Now, you can follow the instructions in ModemData.txt, that has been generated by scanModem. Download the file "hsfXXX.tar.gz" here, then:

 $ tar zxf hsfXXX.tar.gz
 $ cd hsfmodem-XXX
 $ sudo make install
 $ sudo hsfconfig

Here you should save the directory "hsfmodem-XXX". Later, if you don't use the winmodem anymore, just execute : "sudo make uninstall" in this directory in order to make Hibernate work again.

(here I rebooted but I'm not sure if it's necessary), then:

$ sudo wvdialconf /etc/wvdial.conf

The result was:

(...)
Found a modem on /dev/ttySHSF0, using link /dev/modem in config.
Modem configuration written to /etc/wvdial.conf.
ttySHSF0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"

Test the modem

 $ gedit wvtest.conf

And paste this content, with your own ISP informations:

[Dialer Defaults]
Modem = /dev/modem
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = <isp-telephon-number>
Username = <your-login>
Password = <your-password>

Execute wvdial:

 $ sudo wvdial --config wvtest.conf

When the modem is connected (but without sound in my case!), press Ctrl+C for breaking test.

You can now use it from the standard gnome interface, with the device /dev/modem.

D'accord, pas d'accord ? Réagissez !
Pour réagir à ce document, n'hésitez pas à ajouter un sujet sur le forum.

© Copyright 2006 Thomas Mur. This document is free, you can copy and modify the copies under the terms of the GNU License FDL.