<?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=Rollio</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=Rollio"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Rollio"/>
	<updated>2026-04-22T16:09:20Z</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_4_on_a_ThinkPad_T61&amp;diff=32129</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) Tribe 4 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_4_on_a_ThinkPad_T61&amp;diff=32129"/>
		<updated>2007-08-16T02:17:28Z</updated>

		<summary type="html">&lt;p&gt;Rollio: /* Audio */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Initial Install ==&lt;br /&gt;
&lt;br /&gt;
'''Issue #1:''' The initial install from the live CD graphical installer does not work if the laptop is in SATA AHCI mode. You have to go into the BIOS and set the SATA controller to &amp;quot;Compatibility&amp;quot; mode or else you get a &amp;quot;can't access tty&amp;quot; error. After Ubuntu is intalled and you've done an &amp;quot;apt-get update&amp;quot; you can -- and should -- set the controller back to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
'''Issue #2:''' The initial install from the live CD graphical installer hangs with a blank tan screen after gdm loads. It is clear that gdm is running, but the desktop never actually loads. The solution is to:&lt;br /&gt;
&lt;br /&gt;
EITHER &lt;br /&gt;
&lt;br /&gt;
# switch to a console (Ctrl-Alt-F1)&lt;br /&gt;
# type &amp;quot;sudo bash&amp;quot;&lt;br /&gt;
# type &amp;quot;killall gdm&amp;quot;&lt;br /&gt;
# type &amp;quot;/etc/init.d/gdm start&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note that typing &amp;quot;/etc/init.d/gdm stop&amp;quot; does not work for step 3 -- you '''must''' run &amp;quot;killall gdm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
OR&lt;br /&gt;
&lt;br /&gt;
# Simply (Ctrl-Alt-Backspace) which will kill gdm, and bring you back to the login screen.  Login as normal now.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
'''Intel:'''&lt;br /&gt;
&lt;br /&gt;
At higher resolutions, the gnome toolbars function in a smaller area than the rest of the desktop. This is because the TV output is turned on. If you see the login screen show up in the top-left corner of the screen, taking up only 2/3 of the screen, then you have this issue and you'll need to disable the TV output.&lt;br /&gt;
&lt;br /&gt;
To turn the TV output off and fix the small desktop issue, add the following section in /etc/X11/xorg.conf. &lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
    Identifier &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
    Option &amp;quot;Disable&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
and then in the Device Section, add the option:&lt;br /&gt;
&lt;br /&gt;
  Option &amp;quot;monitor-TV&amp;quot; &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Reference: [http://ubuntuforums.org/showthread.php?p=2944730]&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:'''&lt;br /&gt;
&lt;br /&gt;
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here: http://www.nvidia.com/object/unix.html&lt;br /&gt;
&lt;br /&gt;
To install these drivers:&lt;br /&gt;
&lt;br /&gt;
# install build-essentials from Synaptic&lt;br /&gt;
# Download the drivers from the link above to your home directory&lt;br /&gt;
# When the download completes hit Ctrl-ALT-F1 to drop to a console.&lt;br /&gt;
# Login and type:&lt;br /&gt;
## sudo /etc/init.d/gdm stop&lt;br /&gt;
## 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;
When asked, permit the installer to modify xorg.conf&lt;br /&gt;
&lt;br /&gt;
Reboot: # sudo shutdown -r now&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated except you should tell the installer to not update xorg.conf}}&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio does not work out of the box. You need to download and compile [http://alsa.opensrc.org/index.php/AlsaCVS ALSA from CVS]&lt;br /&gt;
&lt;br /&gt;
Also look at [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560 Ubuntu Launchpad bug# 122560] for the relevant patches to apply over Alsa driver 1.0.14 if you do not want to use the CVS version.&lt;br /&gt;
&lt;br /&gt;
==Wireless:==&lt;br /&gt;
&lt;br /&gt;
====Thinkpad 11A/B/G====&lt;br /&gt;
The Atheros card works with the Madwifi driver included as part of the Restricted-Modules package in Gutsy and should be installed by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intel IWL4965 A/G/N====&lt;br /&gt;
The iwlwifi driver included in Gutsy often stops transmitting or receiving after an hour or so.  This issue can be resolved by installing [http://intellinuxwireless.org/?p=iwlwifi iwlwifi 1.0.0-1].&lt;br /&gt;
&lt;br /&gt;
==Fingerprint Reader==&lt;br /&gt;
The reader works with ThinkFinger, see instructions at: [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader]&lt;br /&gt;
&lt;br /&gt;
==Trackpad scrolling==&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll add the following in your Trackpoint section in /etc/X11/xorg.conf&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
        Option          &amp;quot;EmulateWheel&amp;quot;          &amp;quot;on&amp;quot;&lt;br /&gt;
        Option          &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
'''Font Issues on High-Res Screens:''' On high-res screens (15&amp;quot; 1680x1050), the default fonts are too bold above 8 or 9px (the exact number depends on the font). I have not heard people with normal-resolution screens complaining about this. You can easily see this by running gnome-specimen and gradually stepping up the font size. At some point (usually around 8-9px) the font will turn bold.&lt;br /&gt;
&lt;br /&gt;
'''Suspend/Hibernate:''' Suspend has major problems. Suspend-to-disk always hangs, and the only suspend-to-ram command I've gotten to work at all is &amp;quot;s2ram -f -a1&amp;quot;. About half the time s2ram never resumes, and usually when it fails to resume it just shows a blank console with &amp;quot;Linux!&amp;quot; written in the upper left. However, even when it does resume to the desktop, it invariably does something very odd: It *loses* a processor and a half. Before running s2ram you can do a &amp;quot;cat /proc/cpuinfo&amp;quot; and see two processors running at ~1800MHz, but after resuming from a s2ram, the same command will only show a single processor running at ~900MHz, and any further suspends will completely hang the system. Very bizarre.&lt;br /&gt;
&lt;br /&gt;
'''Console Switching:''' After a while of running in X mode, it becomes impossible to switch to a console and see anything. I've not figured out any pattern here, but this is what eventually happens after a few hours: You do a Ctrl-Alt-F1 (or F2 or whatever) to go from X to a console, and all you see is a blank screen. The console is actually there and running -- you just cannot see it. You can log in blind and type commands into the console and they'll run just find; you just cannot see what you're doing.&lt;br /&gt;
&lt;br /&gt;
'''Brightness:''' After installing the proprietary Nvidia drivers you will be unable to modify the brightness setting.  A workaround is to drop into a text console by hitting ctrl-alt-F1, modify the brightness and then return to X windows with ctrl-alt-F7.  Your X session will not be lost and you can do this with applications running.&lt;br /&gt;
&lt;br /&gt;
'''Launchpad bugs related to the T61:'''&lt;br /&gt;
&lt;br /&gt;
General listing of issues: [https://bugs.launchpad.net/ubuntu/+bug/131406]&lt;br /&gt;
&lt;br /&gt;
Update Nvidia GLX: [https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/120943]&lt;br /&gt;
&lt;br /&gt;
Update ALSA to support the sound card in the T61: [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560]&lt;br /&gt;
&lt;br /&gt;
Brightness dialog doesn't always disappear: [https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/123854]&lt;br /&gt;
&lt;br /&gt;
'''Wireless connection &amp;quot;Hangs&amp;quot; after a couple of hours:'''  &lt;br /&gt;
&lt;br /&gt;
This is reported to be fixed in version 1.0.0.-1 to install this version follow the instructions below **Note, this did not fix it for me**:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install the necessary prerequisites and get the directories symlinked right.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential linux-headers-`uname -r`&lt;br /&gt;
 sudo ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/source&lt;br /&gt;
&lt;br /&gt;
Download and install the latest mac80211 from the 8.x.x branch.  8.0.2 is the latest as of this edit.  The 9.x.x branch is currently experimental.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.2.tgz&lt;br /&gt;
 tar -xzf mac80211-8.0.2.tgz&lt;br /&gt;
 cd mac80211-8.0.2/&lt;br /&gt;
 sudo make patch_kernel&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest iwlwifi from the 1.0.x branch.  1.0.0-1 is the latest as of this edit.  The 0.1.x branch is currently experimental, but is necessary if you need to use 802.11n.  These instructions may or may not work if you want to use 0.1.x.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.0.0-1.tgz&lt;br /&gt;
 tar -xzf iwlwifi-1.0.0-1.tgz&lt;br /&gt;
 cd iwlwifi-1.0.0-1/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest 4965 ucode.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 tar -xzf iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 cd iwlwifi-4965-ucode-4.44.17/&lt;br /&gt;
 sudo cp iwlwifi-4965.ucode /lib/firmware/`uname -r`&lt;br /&gt;
&lt;br /&gt;
Make sure the hardware wifi switch is on before doing this.&lt;br /&gt;
 &lt;br /&gt;
 sudo rmmod iwl4965&lt;br /&gt;
 sudo modprobe iwl4965&lt;br /&gt;
&lt;br /&gt;
After that, you should simply be able to connect to wireless networks using Gnome's network manager.&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Rollio</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_4_on_a_ThinkPad_T61&amp;diff=32128</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) Tribe 4 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_4_on_a_ThinkPad_T61&amp;diff=32128"/>
		<updated>2007-08-16T00:21:00Z</updated>

		<summary type="html">&lt;p&gt;Rollio: /* Initial Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Initial Install ==&lt;br /&gt;
&lt;br /&gt;
'''Issue #1:''' The initial install from the live CD graphical installer does not work if the laptop is in SATA AHCI mode. You have to go into the BIOS and set the SATA controller to &amp;quot;Compatibility&amp;quot; mode or else you get a &amp;quot;can't access tty&amp;quot; error. After Ubuntu is intalled and you've done an &amp;quot;apt-get update&amp;quot; you can -- and should -- set the controller back to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
'''Issue #2:''' The initial install from the live CD graphical installer hangs with a blank tan screen after gdm loads. It is clear that gdm is running, but the desktop never actually loads. The solution is to:&lt;br /&gt;
&lt;br /&gt;
EITHER &lt;br /&gt;
&lt;br /&gt;
# switch to a console (Ctrl-Alt-F1)&lt;br /&gt;
# type &amp;quot;sudo bash&amp;quot;&lt;br /&gt;
# type &amp;quot;killall gdm&amp;quot;&lt;br /&gt;
# type &amp;quot;/etc/init.d/gdm start&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note that typing &amp;quot;/etc/init.d/gdm stop&amp;quot; does not work for step 3 -- you '''must''' run &amp;quot;killall gdm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
OR&lt;br /&gt;
&lt;br /&gt;
# Simply (Ctrl-Alt-Backspace) which will kill gdm, and bring you back to the login screen.  Login as normal now.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
'''Intel:'''&lt;br /&gt;
&lt;br /&gt;
At higher resolutions, the gnome toolbars function in a smaller area than the rest of the desktop. This is because the TV output is turned on. If you see the login screen show up in the top-left corner of the screen, taking up only 2/3 of the screen, then you have this issue and you'll need to disable the TV output.&lt;br /&gt;
&lt;br /&gt;
To turn the TV output off and fix the small desktop issue, add the following section in /etc/X11/xorg.conf. &lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
    Identifier &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
    Option &amp;quot;Disable&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
and then in the Device Section, add the option:&lt;br /&gt;
&lt;br /&gt;
  Option &amp;quot;monitor-TV&amp;quot; &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Reference: [http://ubuntuforums.org/showthread.php?p=2944730]&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:'''&lt;br /&gt;
&lt;br /&gt;
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here: http://www.nvidia.com/object/unix.html&lt;br /&gt;
&lt;br /&gt;
To install these drivers:&lt;br /&gt;
&lt;br /&gt;
# install build-essentials from Synaptic&lt;br /&gt;
# Download the drivers from the link above to your home directory&lt;br /&gt;
# When the download completes hit Ctrl-ALT-F1 to drop to a console.&lt;br /&gt;
# Login and type:&lt;br /&gt;
## sudo /etc/init.d/gdm stop&lt;br /&gt;
## 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;
When asked, permit the installer to modify xorg.conf&lt;br /&gt;
&lt;br /&gt;
Reboot: # sudo shutdown -r now&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated except you should tell the installer to not update xorg.conf}}&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio does not work out of the box. You need to download and compile [http://alsa.opensrc.org/index.php/AlsaCVS ALSA from CVS]&lt;br /&gt;
&lt;br /&gt;
==Wireless:==&lt;br /&gt;
&lt;br /&gt;
====Thinkpad 11A/B/G====&lt;br /&gt;
The Atheros card works with the Madwifi driver included as part of the Restricted-Modules package in Gutsy and should be installed by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intel IWL4965 A/G/N====&lt;br /&gt;
The iwlwifi driver included in Gutsy often stops transmitting or receiving after an hour or so.  This issue can be resolved by installing [http://intellinuxwireless.org/?p=iwlwifi iwlwifi 1.0.0-1].&lt;br /&gt;
&lt;br /&gt;
==Fingerprint Reader==&lt;br /&gt;
The reader works with ThinkFinger, see instructions at: [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader]&lt;br /&gt;
&lt;br /&gt;
==Trackpad scrolling==&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll add the following in your Trackpoint section in /etc/X11/xorg.conf&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
        Option          &amp;quot;EmulateWheel&amp;quot;          &amp;quot;on&amp;quot;&lt;br /&gt;
        Option          &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
'''Font Issues on High-Res Screens:''' On high-res screens (15&amp;quot; 1680x1050), the default fonts are too bold above 8 or 9px (the exact number depends on the font). I have not heard people with normal-resolution screens complaining about this. You can easily see this by running gnome-specimen and gradually stepping up the font size. At some point (usually around 8-9px) the font will turn bold.&lt;br /&gt;
&lt;br /&gt;
'''Suspend/Hibernate:''' Suspend has major problems. Suspend-to-disk always hangs, and the only suspend-to-ram command I've gotten to work at all is &amp;quot;s2ram -f -a1&amp;quot;. About half the time s2ram never resumes, and usually when it fails to resume it just shows a blank console with &amp;quot;Linux!&amp;quot; written in the upper left. However, even when it does resume to the desktop, it invariably does something very odd: It *loses* a processor and a half. Before running s2ram you can do a &amp;quot;cat /proc/cpuinfo&amp;quot; and see two processors running at ~1800MHz, but after resuming from a s2ram, the same command will only show a single processor running at ~900MHz, and any further suspends will completely hang the system. Very bizarre.&lt;br /&gt;
&lt;br /&gt;
'''Console Switching:''' After a while of running in X mode, it becomes impossible to switch to a console and see anything. I've not figured out any pattern here, but this is what eventually happens after a few hours: You do a Ctrl-Alt-F1 (or F2 or whatever) to go from X to a console, and all you see is a blank screen. The console is actually there and running -- you just cannot see it. You can log in blind and type commands into the console and they'll run just find; you just cannot see what you're doing.&lt;br /&gt;
&lt;br /&gt;
'''Brightness:''' After installing the proprietary Nvidia drivers you will be unable to modify the brightness setting.  A workaround is to drop into a text console by hitting ctrl-alt-F1, modify the brightness and then return to X windows with ctrl-alt-F7.  Your X session will not be lost and you can do this with applications running.&lt;br /&gt;
&lt;br /&gt;
'''Launchpad bugs related to the T61:'''&lt;br /&gt;
&lt;br /&gt;
General listing of issues: [https://bugs.launchpad.net/ubuntu/+bug/131406]&lt;br /&gt;
&lt;br /&gt;
Update Nvidia GLX: [https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/120943]&lt;br /&gt;
&lt;br /&gt;
Update ALSA to support the sound card in the T61: [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560]&lt;br /&gt;
&lt;br /&gt;
Brightness dialog doesn't always disappear: [https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/123854]&lt;br /&gt;
&lt;br /&gt;
'''Wireless connection &amp;quot;Hangs&amp;quot; after a couple of hours:'''  &lt;br /&gt;
&lt;br /&gt;
This is reported to be fixed in version 1.0.0.-1 to install this version follow the instructions below **Note, this did not fix it for me**:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install the necessary prerequisites and get the directories symlinked right.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential linux-headers-`uname -r`&lt;br /&gt;
 sudo ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/source&lt;br /&gt;
&lt;br /&gt;
Download and install the latest mac80211 from the 8.x.x branch.  8.0.2 is the latest as of this edit.  The 9.x.x branch is currently experimental.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.2.tgz&lt;br /&gt;
 tar -xzf mac80211-8.0.2.tgz&lt;br /&gt;
 cd mac80211-8.0.2/&lt;br /&gt;
 sudo make patch_kernel&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest iwlwifi from the 1.0.x branch.  1.0.0-1 is the latest as of this edit.  The 0.1.x branch is currently experimental, but is necessary if you need to use 802.11n.  These instructions may or may not work if you want to use 0.1.x.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.0.0-1.tgz&lt;br /&gt;
 tar -xzf iwlwifi-1.0.0-1.tgz&lt;br /&gt;
 cd iwlwifi-1.0.0-1/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest 4965 ucode.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 tar -xzf iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 cd iwlwifi-4965-ucode-4.44.17/&lt;br /&gt;
 sudo cp iwlwifi-4965.ucode /lib/firmware/`uname -r`&lt;br /&gt;
&lt;br /&gt;
Make sure the hardware wifi switch is on before doing this.&lt;br /&gt;
 &lt;br /&gt;
 sudo rmmod iwl4965&lt;br /&gt;
 sudo modprobe iwl4965&lt;br /&gt;
&lt;br /&gt;
After that, you should simply be able to connect to wireless networks using Gnome's network manager.&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Rollio</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=31831</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=31831"/>
		<updated>2007-08-08T23:58:26Z</updated>

		<summary type="html">&lt;p&gt;Rollio: /* IWL4965 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Opening Notes:===&lt;br /&gt;
&lt;br /&gt;
1) This is written for Tribe 3, 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) While Gutsy has been relatively stable lately if you are looking for stability stay with Feisty.&lt;br /&gt;
&lt;br /&gt;
===Video:===&lt;br /&gt;
&lt;br /&gt;
====Intel:====&lt;br /&gt;
Install using the regular CD and hit F4 to change VGA settings to 1024x768x32.&lt;br /&gt;
&lt;br /&gt;
Starting with Tribe 3 on the T61, Ubuntu defaults to using the Intel driver and you can use the regular CD to install.  However there have been problems with the resolution where the gnome toolbars are functioning in a smaller area than the rest of the desktop.  This is because the TV output is turned on.  If you see the login screen show up in the top-left corner of the screen, taking up only 2/3 of the screen, then you have this issue and you'll need to disable the TV output.&lt;br /&gt;
&lt;br /&gt;
To turn the TV output off and fix the small desktop issue, add the following section in {{path|/etc/X11/xorg.conf}}.&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
   Identifier &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
   Option &amp;quot;Disable&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
and then in the Device Section, add the option:&lt;br /&gt;
&lt;br /&gt;
 Option &amp;quot;monitor-TV&amp;quot; &amp;quot;TVOutput&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Reference: http://ubuntuforums.org/showthread.php?p=2944730&lt;br /&gt;
&lt;br /&gt;
====Nvidia:====&lt;br /&gt;
&lt;br /&gt;
As of July 10th the latest nv 2D driver was released that supports the 140m in the T61 and this driver is in Tribe3.&lt;br /&gt;
&lt;br /&gt;
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here:&lt;br /&gt;
http://www.nvidia.com/object/unix.html&lt;br /&gt;
&lt;br /&gt;
To install these drivers:&lt;br /&gt;
&lt;br /&gt;
1) install build-essentials from Synaptic&lt;br /&gt;
&lt;br /&gt;
2) Download the drivers from the link above to your home directory&lt;br /&gt;
&lt;br /&gt;
3) When the download completes hit Ctrl-ALT-F1 to drop to a console.  &lt;br /&gt;
&lt;br /&gt;
4) Login and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&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;
When asked permit the installer to modify your xorg.conf&lt;br /&gt;
&lt;br /&gt;
Reboot: &lt;br /&gt;
{{cmdroot|sudo shutdown -r now}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated except you should tell the installer to not update xorg.conf}}&lt;br /&gt;
&lt;br /&gt;
===Wireless:===&lt;br /&gt;
&lt;br /&gt;
====Thinkpad 11A/B/G====&lt;br /&gt;
The Atheros card works with the Madwifi driver included as part of the Restricted-Modules package in Gutsy and should be installed by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intel IWL4965 A/G/N====&lt;br /&gt;
As of July 26th the IWL4965 driver and firmware is included in linux-ubuntu-modules-2.6.22 which should be installed by default.&lt;br /&gt;
https://lists.ubuntu.com/archives/gutsy-changes/2007-July/005258.html&lt;br /&gt;
&lt;br /&gt;
&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;
http://alsa.opensrc.org/index.php/Quick_Install&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation guides survey (IBM/Lenovo)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Updates==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|The section below is optional}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====IWL4965====&lt;br /&gt;
As of July 27th Ubuntu ships version 0.42 of the iwlwifi driver, if you would like to install version 1.0 follow the instructions below:&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.  Also, with each new Kernel release this process must be repeated}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|There is no functional diff between 0.42 and 1.0.0, simply a version-name bump.}}&lt;br /&gt;
&lt;br /&gt;
Install the necessary prerequisites and get the directories symlinked right.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential linux-headers-`uname -r`&lt;br /&gt;
 sudo ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/source&lt;br /&gt;
&lt;br /&gt;
Download and install the latest mac80211 from the 8.x.x branch.  8.0.2 is the latest as of this edit.  The 9.x.x branch is currently experimental.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.2.tgz&lt;br /&gt;
 tar -xzf mac80211-8.0.2.tgz&lt;br /&gt;
 cd mac80211-8.0.2/&lt;br /&gt;
 sudo make patch_kernel&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest iwlwifi from the 1.0.x branch.  1.0.0 is the latest as of this edit.  The 0.1.x branch is currently experimental, but is necessary if you need to use 802.11n.  These instructions may or may not work if you want to use 0.1.x.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.0.0.tgz&lt;br /&gt;
 tar -xzf iwlwifi-1.0.0.tgz&lt;br /&gt;
 cd iwlwifi-1.0.0/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest 4965 ucode.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 tar -xzf iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 cd iwlwifi-4965-ucode-4.44.17/&lt;br /&gt;
 sudo cp iwlwifi-4965.ucode /lib/firmware/`uname -r`&lt;br /&gt;
&lt;br /&gt;
Make sure the hardware wifi switch is on before doing this.&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe iwl4965&lt;br /&gt;
&lt;br /&gt;
After that, you should simply be able to connect to wireless networks using Gnome's network manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Rollio</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=31722</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=31722"/>
		<updated>2007-08-02T07:00:22Z</updated>

		<summary type="html">&lt;p&gt;Rollio: /* Intel: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Opening Notes:===&lt;br /&gt;
&lt;br /&gt;
1) This is written for Tribe 3, 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) While Gutsy has been relatively stable lately if you are looking for stability stay with Feisty.&lt;br /&gt;
&lt;br /&gt;
&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;
[Update] This does not appear to be necessary any more. I just installed Tribe 3 on a T61 today and left it in AHCI mode and the install went fine. Can anyone else confirm?&lt;br /&gt;
&lt;br /&gt;
===Video:===&lt;br /&gt;
&lt;br /&gt;
====Intel:====&lt;br /&gt;
Install using the regular CD and hit F4 to change VGA settings to 1024x768x32.&lt;br /&gt;
&lt;br /&gt;
Starting with Tribe 3 on the T61, Ubuntu defaults to using the Intel driver and you can use the regular CD to install.  However there have been problems with the resolution where the gnome toolbars are functioning in a smaller area than the rest of the desktop.&lt;br /&gt;
&lt;br /&gt;
Problem: TV out is turned on.&lt;br /&gt;
&lt;br /&gt;
Solution: set TV out off in {{path|/etc/X11/xorg.conf}} by adding the following section:&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|Section &amp;quot;Monitor&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|Identifier &amp;quot;TVOutput&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|Option &amp;quot;Disable&amp;quot; &amp;quot;true&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|EndSection}}&lt;br /&gt;
&lt;br /&gt;
and then in the Device Section, add the option:&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|Option &amp;quot;monitor-TV&amp;quot; &amp;quot;TVOutput&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Reference: http://ubuntuforums.org/showthread.php?p=2944730&lt;br /&gt;
&lt;br /&gt;
====Nvidia:====&lt;br /&gt;
&lt;br /&gt;
As of July 10th the latest nv 2D driver was released that supports the 140m in the T61 and this driver is in Tribe3.&lt;br /&gt;
&lt;br /&gt;
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here:&lt;br /&gt;
http://www.nvidia.com/object/unix.html&lt;br /&gt;
&lt;br /&gt;
To install these drivers:&lt;br /&gt;
&lt;br /&gt;
1) install build-essentials from Synaptic&lt;br /&gt;
&lt;br /&gt;
2) Download the drivers from the link above to your home directory&lt;br /&gt;
&lt;br /&gt;
3) When the download completes hit Ctrl-ALT-F1 to drop to a console.  &lt;br /&gt;
&lt;br /&gt;
4) Login and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&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;
When asked permit the installer to modify your xorg.conf&lt;br /&gt;
&lt;br /&gt;
Reboot: &lt;br /&gt;
{{cmdroot|sudo shutdown -r now}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated except you should tell the installer to not update xorg.conf}}&lt;br /&gt;
&lt;br /&gt;
===Wireless:===&lt;br /&gt;
&lt;br /&gt;
====Thinkpad 11A/B/G====&lt;br /&gt;
The Atheros card works with the Madwifi driver included as part of the Restricted-Modules package in Gutsy and should be installed by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intel IWL4965 A/G/N====&lt;br /&gt;
As of July 26th the IWL4965 driver and firmware is included in linux-ubuntu-modules-2.6.22 which should be installed by default.&lt;br /&gt;
https://lists.ubuntu.com/archives/gutsy-changes/2007-July/005258.html&lt;br /&gt;
&lt;br /&gt;
&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;
http://alsa.opensrc.org/index.php/Quick_Install&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation guides survey (IBM/Lenovo)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Updates==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|The section below is optional}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====IWL4965====&lt;br /&gt;
As of July 27th Ubuntu ships version 0.42 of the iwlwifi driver, if you would like to install version 1.0 follow the instructions below:&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;
Install the necessary prerequisites and get the directories symlinked right.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential linux-headers-`uname -r`&lt;br /&gt;
 sudo ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/source&lt;br /&gt;
&lt;br /&gt;
Download and install the latest mac80211 from the 8.x.x branch.  8.0.2 is the latest as of this edit.  The 9.x.x branch is currently experimental.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.2.tgz&lt;br /&gt;
 tar -xzf mac80211-8.0.2.tgz&lt;br /&gt;
 cd mac80211-8.0.2/&lt;br /&gt;
 sudo make patch_kernel&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest iwlwifi from the 1.0.x branch.  1.0.0 is the latest as of this edit.  The 0.1.x branch is currently experimental, but is necessary if you need to use 802.11n.  These instructions may or may not work if you want to use 0.1.x.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.0.0.tgz&lt;br /&gt;
 tar -xzf iwlwifi-1.0.0.tgz&lt;br /&gt;
 cd iwlwifi-1.0.0/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
Download and install the latest 4965 ucode.&lt;br /&gt;
&lt;br /&gt;
 wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 tar -xzf iwlwifi-4965-ucode-4.44.17.tgz&lt;br /&gt;
 cd iwlwifi-4965-ucode-4.44.17/&lt;br /&gt;
 sudo cp iwlwifi-4965.ucode /lib/firmware/`uname -r`&lt;br /&gt;
&lt;br /&gt;
Make sure the hardware wifi switch is on before doing this.&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe iwl4965&lt;br /&gt;
&lt;br /&gt;
After that, you should simply be able to connect to wireless networks using Gnome's network manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Rollio</name></author>
		
	</entry>
</feed>