Debian GNU/Linux (single-boot) on a
Sony VAIO VGN-T1XP
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.
- Buy a Knoppix CD (version 3.8.2 or later).
- Insert into CD tray and reboot
- I use a docking station and connect both my USB disks and WACOM
tablet: this means that Knoppix automatically creates appropriate
/etc entries.
- At the Knoppix boot prompt, type
knoppix alsa=intel8x0 xmodule=i810 screen=1280x768
- Working at this point:
- Internal wireless (!!)
- Internal ethernet
- My external USB disks
- My LCD Monitor
- KDE
- internet access via my home wireless network with dhcp.
- Not working at this point:
- Full screen (comes up non-widescreen).
- Sound
- Wacom CTE-430 (Saphire) USB graphics tablet
- You can get sound working at this point by running
amixer
- amixer set 'External Amplifier' mute
- 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
- hda1 (38GB) - Linux, bootable
- hda2 (2GB) - Linux-swap
- Bring up a terminal window and type sudo
knoppix-installer
- Use defaults: reiserFS, install to hda1, boot from mbr
- Ignore boot floppy creation - you can't.
- Make a coffee and wait 1/2 hour.
- 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.
- To get sound working run amixer
- amixer set 'External Amplifier' mute
Put this in a start up script to run each time you boot.
- 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.
- Get wide screen (1280x768) working
- To switch external monitor on and off:
- Install i810switch: apt-get install i810switch
- i810switch crt on switches on external monitor
- i810switch crt off switches off external monitor
- i810switch lcd off does nothing (unfortunately)
- To adjust bluetooth:
- Install spicctrl: apt-get install spicctrl
- Create a device : mknod /dev/sonypi c 10 63
- Load relevant module :
- Run modconf modconf
- Select kernel/drivers/char/sonypi
- Bluetooth off: spicctrl -l 0 (blue LED goes off)
- Bluetooth on: spicctrl -l 255 (blue LED goes on)
- Power stepping using powernowd:
- Install powernowd: apt-get install powernowd
- Start the modules :modprobe speedstep_centrino,
cpufreq_userspace
- Load relevant module :
- Run modconf modconf
- Select kernel/drivers/cpufreq/cpufreq_userspace
- Select kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino
- Update and upgrade:
- Type apt-get update followed by apt-get upgrade
- Time for another coffee
- If asked, keep current version of all files.
- Reboot.
- Screen dimming
Links
I could not have done this without the help of:
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