<?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=Ajoshi</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=Ajoshi"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Ajoshi"/>
	<updated>2026-05-16T21:18:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=30910</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) Tribe 3 on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=30910"/>
		<updated>2007-07-02T13:55:07Z</updated>

		<summary type="html">&lt;p&gt;Ajoshi: /* Intel: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Opening Notes:===&lt;br /&gt;
&lt;br /&gt;
1) This is written for Tribe 2, as development moves forward many of the items listed here will (hopefully) no longer be necessary or no longer apply.&lt;br /&gt;
&lt;br /&gt;
2) Use the Alternative Installer, the Desktop installer installs but fails to boot&lt;br /&gt;
&lt;br /&gt;
3) The system is not incredibly stable, things crash at least once per session so if you are look for stability stay with Feisty. ***This has changed lately and things are a lot more stable, disabling Compiz helped and most the random crashes seemed to have cleared up the past week.***&lt;br /&gt;
&lt;br /&gt;
===Hard Disk Controller===&lt;br /&gt;
When the system boots hit F1 to enter the Bios, select Config-&amp;gt;Serial ATA (SATA) and set the SATA Controller mode option to &amp;quot;Compatibility&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Video:===&lt;br /&gt;
&lt;br /&gt;
====Intel:====&lt;br /&gt;
Must install using the alternate CD or the regular CD and hit F4 to change VGA settings to 1024x768x32 and use regular install.&lt;br /&gt;
&lt;br /&gt;
Intel GMX3100 worked flawlessly at 1200x1024 resolution. Have not yet tried the higher resolution.&lt;br /&gt;
&lt;br /&gt;
====Nvidia:====&lt;br /&gt;
&lt;br /&gt;
X will fail to start for users running Nvidia cards.   Boot into recovery mode and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|dkpg-reconfigure xserver-xorg}}  &lt;br /&gt;
&lt;br /&gt;
Accept all the defaults except change the driver from NV to VESA&lt;br /&gt;
&lt;br /&gt;
Type {{cmdroot|telinit 3}} to boot into a GUI and use Synaptic to install Build-Essentials&lt;br /&gt;
&lt;br /&gt;
Go to Nvidia.com and download the latest Nvidia Drivers to your desktop&lt;br /&gt;
&lt;br /&gt;
When the download completes hit Ctrl-F1 to drop to a console.  Login and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
Then type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cd Desktop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo sh NVIDIA-Linux-x86-100.14.11-pkg1.run}} &lt;br /&gt;
&lt;br /&gt;
If the file you download is newer that 100.14.11 make sure you modify the command appropriately&lt;br /&gt;
&lt;br /&gt;
Reboot: &lt;br /&gt;
{{cmdroot|sudo shutdown -r now}}&lt;br /&gt;
&lt;br /&gt;
After Rebooting Gnome should start normally&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated}}&lt;br /&gt;
&lt;br /&gt;
===Wireless:===&lt;br /&gt;
&lt;br /&gt;
The Atheros card should be supported by the drivers built into Gutsy.&lt;br /&gt;
&lt;br /&gt;
{{HELP|Can someone with an Atheros card confirm this?}}&lt;br /&gt;
&lt;br /&gt;
The Intel a/b/g/n (IPW4965) card requires the iwlwifi drivers from Intel:&lt;br /&gt;
&lt;br /&gt;
{{NOTE|As the release process moves forward the Kernel will be updated so make sure to update the paths below}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mkdir wireless}}&lt;br /&gt;
{{cmdroot|cd wireless}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.1.tgz}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xzf mac80211-8.0.1.tgz}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cd mac80211-8.0.1.tgz}}&lt;br /&gt;
{{cmdroot|sudo ln -s /usr/src/linux-headers-2.6.22-7 /lib/modules/2.6.22-7-generic/source}}&lt;br /&gt;
{{cmdroot|sudo make patch_kernel}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-0.0.34.tgz}}&lt;br /&gt;
{{cmdroot|tar xzf iwlwifi-0.0.34.tgz}}&lt;br /&gt;
{{cmdroot|cd ../iwlwifi-0.0.34/}}&lt;br /&gt;
{{cmdroot|make}}&lt;br /&gt;
{{cmdroot|sudo make install}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.15.tgz}}&lt;br /&gt;
{{cmdroot|tar xzf iwlwifi-4965-ucode-4.44.15.tgz}}&lt;br /&gt;
{{cmdroot|sudo cp ../iwlwifi-4965-ucode-4.44.15/iwlwifi-4965.ucode}}&lt;br /&gt;
{{cmdroot|/lib/firmware/iwlwifi-4965.ucode}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe iwl4965}}&lt;br /&gt;
&lt;br /&gt;
===Audio:===&lt;br /&gt;
&lt;br /&gt;
Audio does not work out of the box, download and install the latest version of Alsa from CVS using the instructions here:&lt;br /&gt;
https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=SourceCodeRepository&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Ajoshi</name></author>
		
	</entry>
</feed>