<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CnlPepper</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CnlPepper"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/CnlPepper"/>
	<updated>2026-05-04T01:26:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30462</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30462"/>
		<updated>2007-06-14T18:55:00Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
(http://www.mueller.ch.vu/misc/tp600e_en.html)&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which is supported by hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth open up the '''''/etc/X11/xorg.conf''''' in a text editor as root and locate the section of the file labelled '''&amp;quot;Screen&amp;quot;'''. In this section will be the command,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 24&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Change this to read,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 16&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required. To obatin a decent rate of DVD playback you need to tell the xserver how much menory it can allocate to perform video overlay. To do this find the section labelled '''&amp;quot;Device&amp;quot;''' and a add a line containing,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Option &amp;quot;OverlayMem&amp;quot; &amp;quot;829440&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xserver will need to be restarted fo these modifications to take effect (either via reboot or by manually restarting the server)&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm.&lt;br /&gt;
&lt;br /&gt;
nano -w /etc/modprobe.d/power&lt;br /&gt;
&lt;br /&gt;
add the following bit of code to the new file:&lt;br /&gt;
&lt;br /&gt;
options apm power_off=1 realmode_power_off=1&lt;br /&gt;
&lt;br /&gt;
(http://www.blog.savant.be/linux/ubuntu-610-edgy-on-a-thinkpad-600e-2645-57u/15/)&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;br /&gt;
&lt;br /&gt;
[[Category:Ubuntu]] [[Category:600E]]&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30151</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30151"/>
		<updated>2007-05-29T00:40:07Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
(http://www.mueller.ch.vu/misc/tp600e_en.html)&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which is supported by hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth open up the '''''/etc/X11/xorg.conf''''' in a text editor as root and locate the section of the file labelled '''&amp;quot;Screen&amp;quot;'''. In this section will be the command,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 24&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Change this to read,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 16&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required. To obatin a decent rate of DVD playback you need to tell the xserver how much menory it can allocate to perform video overlay. To do this find the section labelled '''&amp;quot;Device&amp;quot;''' and a add a line containing,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Option &amp;quot;OverlayMem&amp;quot; &amp;quot;829440&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xserver will need to be restarted fo these modifications to take effect (either via reboot or by manually restarting the server)&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm.&lt;br /&gt;
&lt;br /&gt;
nano -w /etc/modprobe.d/power&lt;br /&gt;
&lt;br /&gt;
add the following bit of code to the new file:&lt;br /&gt;
&lt;br /&gt;
options apm power_off=1 realmode_power_off=1&lt;br /&gt;
&lt;br /&gt;
(http://www.blog.savant.be/linux/ubuntu-610-edgy-on-a-thinkpad-600e-2645-57u/15/)&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30150</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30150"/>
		<updated>2007-05-29T00:31:57Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which is supported by hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth open up the '''''/etc/X11/xorg.conf''''' in a text editor as root and locate the section of the file labelled '''&amp;quot;Screen&amp;quot;'''. In this section will be the command,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 24&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Change this to read,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 16&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required. To obatin a decent rate of DVD playback you need to tell the xserver how much menory it can allocate to perform video overlay. To do this find the section labelled '''&amp;quot;Device&amp;quot;''' and a add a line containing,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Option &amp;quot;OverlayMem&amp;quot; &amp;quot;829440&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xserver will need to be restarted fo these modifications to take effect (either via reboot or by manually restarting the server)&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm.&lt;br /&gt;
&lt;br /&gt;
nano -w /etc/modprobe.d/power&lt;br /&gt;
&lt;br /&gt;
add the following bit of code to the new file:&lt;br /&gt;
&lt;br /&gt;
options apm power_off=1 realmode_power_off=1&lt;br /&gt;
&lt;br /&gt;
(http://www.blog.savant.be/linux/ubuntu-610-edgy-on-a-thinkpad-600e-2645-57u/15/)&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30088</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30088"/>
		<updated>2007-05-25T23:23:32Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which is supported by hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth open up the '''''/etc/X11/xorg.conf''''' in a text editor as root and locate the section of the file labelled '''&amp;quot;Screen&amp;quot;'''. In this section will be the command,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 24&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Change this to read,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 16&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required. To obatin a decent rate of DVD playback you need to tell the xserver how much menory it can allocate to perform video overlay. To do this find the section labelled '''&amp;quot;Device&amp;quot;''' and a add a line containing,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Option &amp;quot;OverlayMem&amp;quot; &amp;quot;829440&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xserver will need to be restarted fo these modifications to take effect (either via reboot or by manually restarting the server)&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30087</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30087"/>
		<updated>2007-05-25T23:22:39Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which is supported by hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth open up the '''''/etc/X11/xorg.conf''''' in a text editor as root and locate the section of the file labelled '''&amp;quot;Screen&amp;quot;'''. In this section will be the command,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 24&amp;lt;/pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
Change this to read,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Defaultdepth 16&amp;lt;/pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required. To obatin a decent rate of DVD playback you need to tell the xserver how much menory it can allocate to perform video overlay. To do this find the section labelled '''&amp;quot;Device&amp;quot;''' and a add a line containing,&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Option &amp;quot;OverlayMem&amp;quot; &amp;quot;829440&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xserver will need to be restarted fo these modifications to take effect (either via reboot or by manually restarting the server)&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30086</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=30086"/>
		<updated>2007-05-25T23:09:58Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Insert and boot the live CD.&lt;br /&gt;
:4.&amp;amp;nbsp;&amp;amp;nbsp;When the live CD boot menu appears highlight the first option and press F6. A line of text should appear below the menu.&lt;br /&gt;
:5.&amp;amp;nbsp;&amp;amp;nbsp;Add the following linux kernel options to the end of the line of text that appears:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:6.&amp;amp;nbsp;&amp;amp;nbsp;Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing. Occasionally the install CD has issues with some, lesser supported wireless cards.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When you boot into the installed version of Ubuntu for the first time you will find that a number of items have been either incorrectly configured or have been configured sub-optimally. The following configuration settings will fix or improve the performace of unbunt of the Thinkpad 600e.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
&lt;br /&gt;
When Ubuntu is first installed you will find that the audio output of the laptop does not work. This is due to the linux kernel mis-detecting the 600e's audio chip. To get the audio working it is necessary to blacklist the incorrect audio modules. Using a text editor running as root perform the following modifications to the system configuration files (this can be done using the nano text editor by typing '''''sudo nano''''' into the terminal, followed by the appropriate filename). It is recommended you back up the originals incase of mistakes.&lt;br /&gt;
&lt;br /&gt;
:1.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:2.&amp;amp;nbsp;&amp;amp;nbsp;Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:3.&amp;amp;nbsp;&amp;amp;nbsp;Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After rebooting (or manually restarting the modules if you know how) the Thinkpad's audio should be fully functional.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
By default the xserver graphics modes will be set to a 24 bit colour depth. As the neomagic card in th 600e does not support hardware acceleration in 24 bit mode the performance of the graphics will be very poor (jerky windows, poor video playback). By changing the default colour depth to 16 bit, which does support hardware acceleration, you can obtain a significant increase in graphics performance. To modify the default graphics colour depth login as root open up the '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
To allow the successful playback of DVDs (ie achieve good frame rates) a second modification to the xserver configuration is required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
=== Power Settings ===&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;br /&gt;
&lt;br /&gt;
medibuntu&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29937</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29937"/>
		<updated>2007-05-22T03:47:10Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tested using a Thinkpad 600e model 2645-5BT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
kernel framebuffer option: vga=0x317&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
change default colour depth to 16 (neomagic card in 600e does not support HW accelerated 24bit which severly hampers performance - 16 runs very well but is not set by default)&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29936</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29936"/>
		<updated>2007-05-22T03:41:34Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;acpi=off pci=noacpi pnpbios=off vga=0x317&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
kernel framebuffer option: vga=0x317&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
change default colour depth to 16 (neomagic card in 600e does not support HW accelerated 24bit which severly hampers performance - 16 runs very well but is not set by default)&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29934</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29934"/>
		<updated>2007-05-22T03:33:11Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off vga=0x317''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the contents of '''''/etc/modprobe.d/alsa-base''''' with the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
kernel framebuffer option: vga=0x317&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
change default colour depth to 16 (neomagic card in 600e does not support HW accelerated 24bit which severly hampers performance - 16 runs very well but is not set by default)&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29933</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29933"/>
		<updated>2007-05-22T03:30:51Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depend on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off vga=0x317''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia cards you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modules''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Modify '''''/etc/modprobe.d/blacklist''''' by adding the following to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the contents of '''''/etc/modules''''' with the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
kernel framebuffer option: vga=0x317&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
change default colour depth to 16 (neomagic card in 600e does not support HW accelerated 24bit which severly hampers performance - 16 runs very well but is not set by default)&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29932</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29932"/>
		<updated>2007-05-22T03:27:42Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depended on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off vga=0x317''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia card you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
Add the following to the end of '''''/etc/modules''''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
snd-cs4236&lt;br /&gt;
snd-pcm-oss&lt;br /&gt;
snd-mixer-oss&lt;br /&gt;
snd-seq-oss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following to the end of '''''/etc/modprobe.d/blacklist''''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist snd-cs46xx&lt;br /&gt;
blacklist cs46xx&lt;br /&gt;
blacklist snd-cs4231&lt;br /&gt;
blacklist snd-cs4232&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the contents of '''''/etc/modules''''' with the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Alsa 0.9.X kernel modules' configuration file.&lt;br /&gt;
&lt;br /&gt;
# ALSA portion&lt;br /&gt;
alias char-major-116 snd&lt;br /&gt;
# OSS/Free portion&lt;br /&gt;
alias char-major-14 soundcore&lt;br /&gt;
&lt;br /&gt;
##&lt;br /&gt;
## IMPORTANT:&lt;br /&gt;
## You need to customise this section for your specific sound card(s)&lt;br /&gt;
## and then run `update-modules' command.&lt;br /&gt;
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.&lt;br /&gt;
##&lt;br /&gt;
## ALSA portion&lt;br /&gt;
#alias snd-card-0 snd-cs4232&lt;br /&gt;
alias snd-card-0 snd-cs4236&lt;br /&gt;
# You have to specify every damm paramter to get it working:&lt;br /&gt;
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
## OSS/Free portion&lt;br /&gt;
alias sound-slot-0 snd-card-0&lt;br /&gt;
alias sound-slot-1 snd-card-1&lt;br /&gt;
##&lt;br /&gt;
&lt;br /&gt;
# OSS/Free portion - card #1&lt;br /&gt;
alias sound-service-0-0 snd-mixer-oss&lt;br /&gt;
alias sound-service-0-1 snd-seq-oss&lt;br /&gt;
alias sound-service-0-3 snd-pcm-oss&lt;br /&gt;
alias sound-service-0-8 snd-seq-oss&lt;br /&gt;
alias sound-service-0-12 snd-pcm-oss&lt;br /&gt;
&lt;br /&gt;
alias /dev/mixer snd-mixer-oss&lt;br /&gt;
alias /dev/dsp snd-pcm-oss&lt;br /&gt;
alias /dev/midi snd-seq-oss&lt;br /&gt;
&lt;br /&gt;
# Set this to the correct number of cards.&lt;br /&gt;
options snd cards_limit=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
kernel framebuffer option: vga=0x317&lt;br /&gt;
&lt;br /&gt;
modify '''''/etc/X11/xorg.conf'''''&lt;br /&gt;
&lt;br /&gt;
change default colour depth to 16 (neomagic card in 600e does not support HW accelerated 24bit which severly hampers performance - 16 runs very well but is not set by default)&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29931</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29931"/>
		<updated>2007-05-22T03:12:45Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depended on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia card you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;br /&gt;
&lt;br /&gt;
== DVD Playback ==&lt;br /&gt;
&lt;br /&gt;
totem-xine + libdvdcss2 + xine extra codecs = perfect&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29930</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29930"/>
		<updated>2007-05-22T03:08:58Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depended on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follow the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia card you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29929</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29929"/>
		<updated>2007-05-22T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depended on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD for your chosen distribution and burn it to a blank CD:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
# Make sure your Thinkpad's bios is flashed to the most recent version.&lt;br /&gt;
# You must disable quickboot in the bios (access by holding F1 while powering on the machine, do not release F1 until the bios screen appears).&lt;br /&gt;
# Insert and boot the live CD.&lt;br /&gt;
# When the live CD boot menu appears highlight the first option and press F6.&lt;br /&gt;
# Add the following linux kernel options to the end of the line of text that appears: ''acpi=off pci=noacpi pnpbios=off''&lt;br /&gt;
# Once the live CD has booted, double click on install icon on the desktop and follw the installation instructions.&lt;br /&gt;
&lt;br /&gt;
If you find the installation hangs before finishing (leave at ''least'' 10 mins before declaring it hung!) then disconnect any cardbus/pcmcia card you normally have attached and try re-installing.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29928</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29928"/>
		<updated>2007-05-22T02:58:49Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the [[Xubuntu]] distribution is recommended, however this will depended on your requirements.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
Download the full live/install CD is for your chosen distribution:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu - [http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso] &lt;br /&gt;
* Kubuntu - [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
* Xubuntu - [http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso http://cdimages.ubuntu.com/xubuntu/releases/feisty/release/xubuntu-7.04-desktop-i386.iso]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
insert live cd&lt;br /&gt;
&lt;br /&gt;
when menu comes up select first option, press f6, add following options: acpi=off pci=noacpi pnpbios=off&lt;br /&gt;
&lt;br /&gt;
install and choose options&lt;br /&gt;
&lt;br /&gt;
disconnect any pcmcia cards before install if installer hangs for long (make sure you leave it at least 10 mins before panicing!)&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29927</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29927"/>
		<updated>2007-05-22T02:45:57Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the Xubuntu distribution is recommended, however this is not essential.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
''Please bare with me while I write this page, thanks. [[User:CnlPepper|CnlPepper]] 04:45, 22 May 2007 (CEST)''&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
insert live cd&lt;br /&gt;
&lt;br /&gt;
when menu comes up select first option, press f6, add following options: acpi=off pci=noacpi pnpbios=off&lt;br /&gt;
&lt;br /&gt;
install and choose options&lt;br /&gt;
&lt;br /&gt;
disconnect any pcmcia cards before install if installer hangs for long (make sure you leave it at least 10 mins before panicing!)&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29926</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29926"/>
		<updated>2007-05-22T02:43:53Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the Xubuntu distribution is recommended, however this is not essential.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
insert live cd&lt;br /&gt;
&lt;br /&gt;
when menu comes up select first option, press f6, add following options: acpi=off pci=noacpi pnpbios=off&lt;br /&gt;
&lt;br /&gt;
install and choose options&lt;br /&gt;
&lt;br /&gt;
disconnect any pcmcia cards before install if installer hangs for long (make sure you leave it at least 10 mins before panicing!)&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
see ubuntu forums if your particular card is undetected.&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
audio not detected properly, need to blacklist wrong modules&lt;br /&gt;
&lt;br /&gt;
change 3 files&lt;br /&gt;
&lt;br /&gt;
add references to original article&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
framebuffer: vga=0x317&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Configuring Power Settings ==&lt;br /&gt;
&lt;br /&gt;
acpi needed to be disabled, need to use apm. I've not solved this so far or found other info. WIll update this section when I do.&lt;br /&gt;
&lt;br /&gt;
For now select shutdown and just wait until HD stops then it is safe to power down.&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29924</id>
		<title>Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad 600E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_Feisty_Fawn_on_a_ThinkPad_600E&amp;diff=29924"/>
		<updated>2007-05-22T02:34:37Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &amp;amp;lt;autosumm-new&amp;amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should help you with installing [[Ubuntu]]/[[Kubuntu]]/[[Xubuntu]] on your Thinkpad 600E. For decent performance the Xubuntu distribution is recommended, however this is not essential.&lt;br /&gt;
&lt;br /&gt;
For this installation you will need have at least 256Mb of RAM installed in your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
== Downloading Install CDs ==&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
== Configuring Audio ==&lt;br /&gt;
&lt;br /&gt;
== Configuring Video ==&lt;br /&gt;
&lt;br /&gt;
set 16 bit mode&lt;br /&gt;
&lt;br /&gt;
Fix overlay for DVD playback&lt;br /&gt;
&lt;br /&gt;
add to devices:&lt;br /&gt;
Option          &amp;quot;OverlayMem&amp;quot;    &amp;quot;829440&amp;quot;&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_600&amp;diff=29922</id>
		<title>Installation instructions for the ThinkPad 600</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_600&amp;diff=29922"/>
		<updated>2007-05-22T02:23:09Z</updated>

		<summary type="html">&lt;p&gt;CnlPepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{600}}, {{600D}}, {{600E}} and {{600X}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
===Installation media===&lt;br /&gt;
The 600 series ThinkPads have a bootable CDROM drive, therefore the installation can be done by booting from an installation CD created by burning an ISO image. The BIOS should be set up to boot from CD before booting from the harddrive.&lt;br /&gt;
&lt;br /&gt;
===Power Management===&lt;br /&gt;
For [[Power Management]] you can choose from APM or ACPI. Support for either system should be compiled in the kernel. According to [[How to make APM work]], APM is the suggested system for the 600E. In fact, the 600E came pre-installed with [[:Category:Windows|Windows]] and APM as power management system. However, the 600E is ACPI ready, as is stated on the IBM support website:&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;The ThinkPad 600E is ACPI ready. ACPI is not installed, but the system hardware supports ACPI. While ACPI shows a great deal of promise for the future, numerous problems affect the operation of ACPI on ThinkPad and other notebook systems. Therefore, the system comes with Windows 98 running in APM mode.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
[[Ibm-acpi]] supports the 600E as of version 0.11. Read [[How to make use of Power Management features]] for more information.&lt;br /&gt;
&lt;br /&gt;
The 600E does not have a Phoenix NoteBIOS, therefore utilities like [[Tphdisk]] and [http://www.procyon.com/~pda/lphdisk/ lphdisk] can not be used to create a hibernation file for the [[Hibernation mode]]. It is suggested to use the DOS utility PS2.EXE.&lt;br /&gt;
&lt;br /&gt;
===Internal modem===&lt;br /&gt;
The {{600E}} has a [[MWave_MDSP3780]] modem. The option CONFIG_MWAVE (under PCMCIA character devices) should be compiled in the kernel or as a loadable module.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
The sound chip on the {{600E}} is a [[CS4239]]. On this Thinkpad model, the [[CS4610]] driver does not work, but the ISA interface ([http://www.alsa-project.org ALSA] driver: snd-cs4236) works quite well, if you get the chip configured and enabled. There are two ways to do that:&lt;br /&gt;
* Disable fast boot in the BIOS setup, and set up resources using the ps2 tool supplied with your thinkpad. These resource settings have to be passed to the module. See for example the WLUG link supplied below. Also, use the ps2 utility to make sure both audio and midi are enabled on your Thinkpad by using {{cmd|ps2 ? audio|&amp;gt;}} and {{cmd|ps2 ? midi|&amp;gt;}}. To enable, use {{cmd|ps2 audio enable|&amp;gt;}} and {{cmd|ps2 midi enable|&amp;gt;}}. It is also best to avoid any hardware detection utilities (e.g. discover and hotplug) to load the CS46xx driver.&lt;br /&gt;
* Use the PNPBIOS or ACPI-PnP implementation and a userspace setup script for automatic configuration like [[Script for configuring the CS4239 sound chip in PnP mode|this one]].&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
*{{Install|Ubuntu| 7.04 Feisty Fawn|600E}}&lt;br /&gt;
*{{Install|SUSE| Professional 9|600E}}&lt;br /&gt;
*{{Install|Xandros||600X}}&lt;br /&gt;
*{{Install|Fedora| Core 3|600X}}&lt;br /&gt;
*{{Install|Debian| Sarge (3.1)|600X}}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
===ThinkPad 600===&lt;br /&gt;
*[http://home.earthlink.net/~jmernstb/linux/tp600linux.html Mandrake 10.1 on a ThinkPad 600]&lt;br /&gt;
*[http://it.geocities.com/ircopit/linux.htm SUSE 7.2 on a ThinkPad 600]&lt;br /&gt;
*[http://koivunen.info/?q=node/41 Ubuntu 5.10 on a ThinkPad 600]&lt;br /&gt;
*[http://linuxonlaptop.de.vu/ SUSE 8.2 and Kanotix on a ThinkPad 600]&lt;br /&gt;
*[http://www.geocities.com/cnarph.rm/ibm600.html Fedora Core 3 on a ThinkPad 600]&lt;br /&gt;
*[http://www.krumeich.de/linux-on-tp600.html Alexander Krumeichs Red Hat 7.1 on a ThinkPad 600 page]&lt;br /&gt;
*[http://www.levien.com/tp600.html Raph Leviens Red Hat on a ThinkPad 600 page]&lt;br /&gt;
*[http://web.archive.org/web/20030801190608/http://www.linux-services.net/sites/thinkpad-600_1.html Bernard Reissbergs Linux on a ThinkPad 600 page]&lt;br /&gt;
*[http://juhani.exdecfinland.org/~jaakonaho/openbsd.html OpenBSD on a ThinkPad 600]&lt;br /&gt;
*[http://ploticus.sourceforge.net/stevepages/thinkpad.html Steve Grubbs Red Hat 7.3 on a ThinkPad 600 page]&lt;br /&gt;
*[http://web.archive.org/web/20040616014026/www.csse.monash.edu.au/~greg/linux.html Greg Watsons Linux on ThinkPad 600 page]&lt;br /&gt;
*[http://www.cs.cmu.edu/~jcl/linux/thinkpad_600.html John Langfords Linux on a ThinkPad 600 page]&lt;br /&gt;
&lt;br /&gt;
===ThinkPad 600D===&lt;br /&gt;
&lt;br /&gt;
===ThinkPad 600E===&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/MIGR-4BP6Q6.html?selectarea=SUPPORT&amp;amp;brand=root IBMs Guide to installing RedHat 6.0 on a ThinkPad 600E]&lt;br /&gt;
*[http://svr-www.eng.cam.ac.uk/~ajr/TP600Debian.html Debian on a ThinkPad 600E]&lt;br /&gt;
*[http://www.geocities.com/jleviaguirre1/linuxlaptop/ JosÃ© Luis Leviaguirres Red Hat 7.3 on a ThinkPad 600E page]&lt;br /&gt;
*[http://condor.depaul.edu/~jkristof/debian-tp600e.html John Kristoffs Debian on a ThinkPad 600E page]&lt;br /&gt;
*[http://www.blog.savant.be/linux/ubuntu-610-edgy-on-a-thinkpad-600e-2645-57u/15/ Jose Gonzalez's Ubuntu 6.10 on a Thinkpad 600e page]&lt;br /&gt;
*[http://linux-laptop.net/hosted/thinkpad600e-fc4.html Norman Lippincott Jr's Fedora Core 4 on a ThinkPad 600E page]&lt;br /&gt;
*[http://pepper.linuxfocus.org/~guido/gentoo-tp600e/ Guido Sochers Gentoo on a ThinkPad 600E page]&lt;br /&gt;
*[http://www.mainsheet.org/thinkpad600e/ Ben Brillats Linux on a ThinkPad 600E page]&lt;br /&gt;
*[http://www.enderak.com/linux/thinkpad600/ Red Hat 7.3 on a ThinkPad 600/600E]&lt;br /&gt;
*[http://www.geocities.com/netmasta10bt/tp600e.html Red Hat 7.3 on a ThinkPad 600E]&lt;br /&gt;
*[http://www.physics.wustl.edu/~alford/thinkpad.html Marc Alfords Linux on a ThinkPad 600E page]&lt;br /&gt;
*[http://www.linux.com/article.pl?sid=04/03/30/1932230 Bryce Burgess' ThinkPad 600E article on Linux.com]&lt;br /&gt;
*[http://seedsforchange.org.uk/vcs/600e Mandrake 9.2 on a ThinkPad 600E]&lt;br /&gt;
*[http://tuxmobil.org/ibm_tp600.html FreeBSD on a ThinkPad 600E]&lt;br /&gt;
*[http://www.windclimber.net/linux/tp600e.pcgi IrDA and Serial configuration on a ThinkPad 600E]&lt;br /&gt;
*[http://home.comcast.net/~jyavner/TP600E/ Jonathan Yavners Linux on a ThinkPad 600E page]&lt;br /&gt;
*[http://ken.bantoft.org/docs/linux/600e/ Ken Bantofts Slackware 6.1 on a ThinkPad 600E page]&lt;br /&gt;
*[http://wiki.archlinux.org/index.php/IBM_Thinkpad_600E_%282645-CBH%29 ArchLinux on a ThinkPad 600E]&lt;br /&gt;
*[http://www.linuxquestions.org/linux/answers/Hardware/Sound_on_the_Thinkpad_600E Sound on the ThinkPad 600E]&lt;br /&gt;
*[http://www.ibmlaptop.8k.com/ SUSE 9.0 on a ThinkPad 600E]&lt;br /&gt;
*[http://www.wlug.org.nz/ThinkpadNotes WLUG ThinkPad Notes (has info about sound)]&lt;br /&gt;
&lt;br /&gt;
===ThinkPad 600X===&lt;br /&gt;
*[http://panopticon.csustan.edu/thood/tp600lnx.htm Thomas Hood's Debian on a ThinkPad 600X page]&lt;br /&gt;
*[http://web.qx.net/jonatha/thinkpad.html Jonathan Edwards Red Hat 6.1 on a Thinkpad 600X page]&lt;br /&gt;
*[http://www.io.com/~manoj/linux-tp600x/ Manoj Kasichainulas Red Hat 6.1/6.2 on a ThinkPad 600X page]&lt;br /&gt;
*[http://www.samiam.org/linux/600x.html Sam Tremholmes Fedora Core 3 on a ThinkPad 600X page]&lt;br /&gt;
*[http://www.xnfo.de/ibm/slackware_on_tp600x.html Slackware 9.1 on a ThinkPad 600X]&lt;br /&gt;
*[http://www.cs.unc.edu/~glotzer/thinkpad.html John Glotzers Red Hat 6.2 on a ThinkPad 600X page]&lt;br /&gt;
*[http://web.archive.org/web/20040203012751/http://www.csun.edu/ws/cgu/linux-tp600x.htm Wayne Smith' Red Hat 7.1 on a ThinkPad 600X page]&lt;br /&gt;
*[http://de.geocities.com/verflixt64/Texte/novellsuse93ibm600x.html SUSE 9.3 on a ThinkPad 600X]&lt;br /&gt;
*[http://poldek.no-ip.info/600X Ubuntu 7.04 on a ThinkPad 600X]&lt;/div&gt;</summary>
		<author><name>CnlPepper</name></author>
		
	</entry>
</feed>