Difference between revisions of "Installing Ubuntu 7.10 (Gutsy Gibbon) Tribe 3 on a ThinkPad T61"

From ThinkWiki
Jump to: navigation, search
m (Wireless:)
 
(39 intermediate revisions by 10 users not shown)
Line 1: Line 1:
===Opening Notes:===
+
#REDIRECT [[Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61]]
 
 
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.
 
 
 
2) Use the Alternative Installer, the Desktop installer installs but fails to boot
 
 
 
===Hard Disk Controller===
 
When the system boots hit F1 to enter the Bios and under Config->Hard Disk-> Set SATA to compatibility mode
 
 
 
===Video:===
 
 
 
==Intel:==
 
 
 
Systems with Intel cards should have no issues
 
 
 
{{HELP|Can anyone with the Intel X3100 Video confirm this?}}
 
 
 
==Nvidia:==
 
 
 
X will fail to start for users running Nvidia cards.  Boot into recovery mode and type:
 
 
 
{{cmdroot|dkpg-reconfigure xserver-xorg}} 
 
 
 
Accept all the defaults except change the driver from NV to VESA
 
 
 
Type {{cmdroot|telinit 3}} to boot into a GUI and use Synaptic to install the following packages:
 
 
 
1) Install Build-Essentials
 
 
 
2) Remove xserver-xorg-video-nv
 
 
 
{{WARN|This will also remove xserver-xorg-video-all and may cause issues down the road as Gutsy development proceeds, I recommend checking the change-log for xserver-xorg-video-nv and see if it adds support for the newer Nvidia chipsets and then reinstall xserver-xorg-video-all }}
 
 
 
Go to Nvidia.com and download the latest Nvidia Drivers to your desktop
 
 
 
When the download completes hit Ctrl-F1 to drop to a console.  Login and type:
 
 
 
{{cmdroot|sudo /etc/init.d/gdm stop}}
 
 
 
Then type:
 
cd Desktop
 
 
 
{{cmdroot|sudo sh NVIDIA-Linux-x86-100.14.11-pkg1.run}}
 
 
 
If the file you download is newer that 100.14.11 make sure you modify the command appropriately
 
 
 
Reboot:
 
{{cmdroot|sudo shutdown -r now}}
 
 
 
After Rebooting Gnome should start normally
 
 
 
===Wireless:===
 
 
 
The Atheros card should be supported by the drivers built into Gutsy.
 
 
 
{{HELP|Can someone with an Atheros card confirm this?}}
 
 
 
The Intel a/b/g/n (IPW4965) card requires the iwlwifi drivers from Intel:
 
 
 
{{NOTE|As the release process moves forward the Kernel will be updated so make sure to update the paths below?}}
 
 
 
{{NOTE|With each new Kernel release this process must be repeated}}
 
 
 
{{cmdroot|mkdir wireless}}
 
{{cmdroot|cd wireless}}
 
 
 
{{cmdroot|wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.1.tgz}}
 
 
 
{{cmdroot|tar xzf mac80211-8.0.1.tgz}}
 
 
 
{{cmdroot|cd mac80211-8.0.1.tgz}}
 
{{cmdroot|sudo ln -s /usr/src/linux-headers-2.6.22-7 /lib/modules/2.6.22-7-generic/source}}
 
{{cmdroot|sudo make patch_kernel}}
 
 
 
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-0.0.34.tgz}}
 
{{cmdroot|tar xzf iwlwifi-0.0.34.tgz}}
 
{{cmdroot|cd ../iwlwifi-0.0.34/}}
 
{{cmdroot|make}}
 
{{cmdroot|sudo make install}}
 
 
 
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.15.tgz}}
 
{{cmdroot|tar xzf iwlwifi-4965-ucode-4.44.15.tgz}}
 
{{cmdroot|sudo cp ../iwlwifi-4965-ucode-4.44.15/iwlwifi-4965.ucode}}
 
{{cmdroot|/lib/firmware/iwlwifi-4965.ucode}}
 
 
 
{{cmdroot|sudo modprobe iwl4965}}
 
 
 
===Audio:===
 
 
 
Audio does not work.
 
 
 
This Howto http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.04_%28Feisty_Fawn%29_on_a_ThinkPad_T61 describes the same issue under Feisty.  Alsa 1.0.14 with some patches seem to fix it.  I have not attempted this yet.
 
 
 
{{T61}}
 

Latest revision as of 11:37, 3 November 2016