Debian GNU/Linux (single-boot) on a
Sony VAIO VGN-T1XP

P.J. Gawthrop

DISCLAIMER

Although the following worked for me, I cannot accept any responsibility for loss or damage arising from this document. In particular please note that this procedure completely removes all previously installed software and data.

Installation (Single boot)

  1. Buy a Knoppix CD (version 3.8.2 or later).
  2. Insert into CD tray and reboot
  3. I use a docking station and connect both my USB disks and WACOM tablet: this means that Knoppix automatically creates appropriate /etc entries.
  4. At the Knoppix boot prompt, type knoppix alsa=intel8x0 xmodule=i810 screen=1280x768
  5. Qtparted crashes for me, so bring up a terminal window and type sudo cfdisk. Knoppix likes to install into a single / partition, so I created
  6. Bring up a terminal window and type sudo knoppix-installer
  7. Make a coffee and wait 1/2 hour.
  8. Reboot without the Knoppix CD - you now have a working Debian GNU/Linux system (except for ehternet, sound and widescreen). Using Knoppix 3.8.2 gives a 2.6.11 kernel.

Post-install

  1. To get sound working run amixer Put this in a start up script to run each time you boot.
  2. To get wireless working edit /etc/network/interfaces to include the following (only lo is there the start with)
    auto lo eth1 eth2
    iface lo inet loopback
    iface eth1 inet dhcp
    iface eth2 inet dhcp
    
    Type ifup eth2 at the prompt.
  3. Get wide screen (1280x768) working
  4. To switch external monitor on and off:
  5. To adjust bluetooth:

  6. Power stepping using powernowd:
  7. Update and upgrade:

To be done

  1. Screen dimming


Links

I could not have done this without the help of:

About this document ...

Debian GNU/Linux (single-boot) on a
Sony VAIO VGN-T1XP

This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.70)

Copyright © 1993, 1994, 1995, 1996, Nikos Drakos, Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999, Ross Moore, Mathematics Department, Macquarie University, Sydney.

The command line arguments were:
latex2html -local_icons -split 0 LinuxT1XP

The translation was initiated by Peter Gawthrop on 2005-06-03

Peter Gawthrop 2005-06-03