How to install Ubuntu Gutsy Gibbon on a laptop Dell Latitude D420
The computer works fine with Ubuntu. Except for three details :
Autonomy is 3 hours with my battery 6 cells. Weight is 1.475 Kg without the charger.
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.
$ sudo su - # passwd
$ 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.
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.
In order to use the battery during more time:
$ gconf-editor
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.
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
Important :
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
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"
$ 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.
© Copyright 2006 Thomas Mur. This document is free, you can copy and modify the copies under the terms of the GNU License FDL.