Difference between revisions of "Installing Kubuntu 7.04 on a ThinkPad X60"
m (→What has not yet been tested) |
m (→What has not yet been tested) |
||
Line 40: | Line 40: | ||
* Beryl/AIGLX | * Beryl/AIGLX | ||
* IBM ThinkPad ACPI Extras driver ([[ibm-acpi]]) | * IBM ThinkPad ACPI Extras driver ([[ibm-acpi]]) | ||
− | * [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter|Intel PRO/Wireless 3945ABG]]: In previous versions of Ubuntu I've had to follow [http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_get_ipw3945_and_wep.2Fwpa_to_work How to get ipw3945 and wep/wpa to work (UbuntuGuide.org)], but it looks like it isn't necessary this time. I'll know more once I actually get | + | * [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter|Intel PRO/Wireless 3945ABG]]: In previous versions of Ubuntu I've had to follow [http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_get_ipw3945_and_wep.2Fwpa_to_work How to get ipw3945 and wep/wpa to work (UbuntuGuide.org)], but it looks like it isn't necessary this time. I'll know more once I actually get someplace to test it out. |
==== Not included with this model ==== | ==== Not included with this model ==== |
Revision as of 19:14, 24 April 2007
Installation of Kubuntu 7.04 on a ThinkPad X60 (model 1709-K3U)
Series: X60
Model: 1709-K3U (IBM support page)
Operating system: Kubuntu 7.04 'Feisty Fawn' Desktop Edition (amd64)
Summary
What works 'out of the box'
- Intel Core 2 Duo: Detection of both cores, CPU frequecy scaling, and x86-64 architecture support.
- Intel 950 graphics acceleration
- Audio (AD1981HD)
- Microphone
- Intel Gigabit Ethernet Controller
- Integrated SD card reader
- USB 2.0 ports
- TrackPoint detection
- Not all features are enabled by default. See How to configure the TrackPoint
What needs to be fixed
- TrackPoint click-to-scroll is not enabled by default. (FIXED)
What has not yet been tested
- IBM Embedded Security Subsystem 2.0
- CardBus slot (Type 2)
- Firewire (IEEE1394) port
- Modem
- Infrared port
- Suspend to RAM / Sleep
- Suspend to HDD / Hibernate
- External VGA port
- Hard drive protection (IBM Active Protection System)
- Beryl/AIGLX
- IBM ThinkPad ACPI Extras driver (ibm-acpi)
- Intel PRO/Wireless 3945ABG: In previous versions of Ubuntu I've had to follow How to get ipw3945 and wep/wpa to work (UbuntuGuide.org), but it looks like it isn't necessary this time. I'll know more once I actually get someplace to test it out.
Not included with this model
Annoyances
- Battery life
Installation
Installing any operating system on a computer without a CD-ROM drive can be tricky. Common solutions to the problem include the use of an external optical drive, installing from a USB flash drive, and network installations. I suggest that you have a look at what solutions are out there, and choose one that best suites your situation.
- ThinkWiki has a good article on general Installation on ThinkPads without CD-ROM drives, and
- the Ubuntu wiki explains various Ubuntu-specific methods of Installation without a CD.
Network installation
Personally, I chose to perform a network installation because I already have an Ubuntu fileserver with a copy of the installation CD ISO stored on it. I used a combination of resources to guide me through the installation:
- Ubuntu PXE Install (C4 Wiki) for the preparation of the server,
- Installation/Netboot (Ubuntu Documentation) for updated Feisty-specific netboot information, and
- How to mount ISO files (UbuntuGuide.org) to load data straight from the downloaded CD.
Outline of procedure
- Install and configure necessary software on the server.
- Copy the netboot files from the installation CD.
- Mount the ISO file by following How to mount ISO files (UbuntuGuide.org).
- Copy the netboot files to /var/lib/tftpboot.
$ sudo cp -av /media/iso/install/netboot/* /var/lib/tftpboot/
- ...
- Boot the ThinkPad using PXE and follow normal installation procedure, with the following exceptions:
- (Optional: Use ISO as repository) When prompted to select a mirror, choose to manually enter the address to the local server. Be aware that if you do this the installer will configure a default /etc/apt/sources.list that lists the local server as an Ubuntu repository, and may have the real repositories commented out. You must remember to edit this file after the installation is complete to remove sources referring to the local server, and ensure that necessary repositories are not commented out.
TODO
|
work in progress
|
Fixes after installation
Click-to-scroll
As is explained in further detail here, adding the following lines to /etc/X11/xorg.conf got click-to-scroll to work for me.
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" ... Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" EndSection
This can create problems in Firefox, however, when you don't scroll exactly straight up and down. Read up on how to configure Firefox for using trackpoint horizontal scrolling.