<?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=Derf</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=Derf"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Derf"/>
	<updated>2026-05-16T18:53:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T60p&amp;diff=24198</id>
		<title>Installation instructions for the ThinkPad T60p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T60p&amp;diff=24198"/>
		<updated>2006-08-16T21:10:55Z</updated>

		<summary type="html">&lt;p&gt;Derf: /* Installing Gentoo 2006.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Ubuntu Dapper==&lt;br /&gt;
&lt;br /&gt;
To get it going:&lt;br /&gt;
&lt;br /&gt;
* Get Dapper i386 (I used the Daily ISO DVD).&lt;br /&gt;
&lt;br /&gt;
* Install the default distribution.&lt;br /&gt;
&lt;br /&gt;
It will work, but you need an SMP kernel, and accelerated and higher resolution graphics, so:&lt;br /&gt;
&lt;br /&gt;
* Install the i686-smp kernel (search for 'linux-kernel' in synaptic).&lt;br /&gt;
&lt;br /&gt;
* Search for fglrx in synaptic, and install the fglrx modules, X driver and ATI control panel.&lt;br /&gt;
&lt;br /&gt;
* Edit /etc/X11/xorg.conf, so each of the &amp;quot;Modeline&amp;quot; entries contains a 1600x1200 resolution as well (or whatever the top resolution of your LCD panel is), and change the driver section as follows:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
     Identifier &amp;quot;ATI Technologies, Inc. ATI Default Card&amp;quot;&lt;br /&gt;
     Driver &amp;quot;fglrx&amp;quot;               &amp;lt;----- ADD THIS LINE&lt;br /&gt;
     #Driver &amp;quot;vesa&amp;quot;               &amp;lt;---- COMMENT OUT THIS LINE&lt;br /&gt;
     BusID &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
     ChipID 0x71c5                &amp;lt;----- '''MAYBE''' ADD THIS LINE&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[On my UXGA t60p the ChipID line was actually fatal to getting fglrx to start up (/var/log/Xorg.0.log showed the driver falling back to VESA and fgl_glxgears would crash).  Without that ChipID line my chip was identified as:&lt;br /&gt;
&lt;br /&gt;
 Chipset: &amp;quot;MOBILITY FireGL V5200 (M56 71C4)&amp;quot; (Chipset = 0x71c4)&lt;br /&gt;
&lt;br /&gt;
which appears to correspond exactly to my machine's spec,  and fgl_glxgears worked fine.]&lt;br /&gt;
&lt;br /&gt;
Reboot, and you should be done. Check &amp;quot;cat /proc/cpuinfo&amp;quot; shows two CPUs, and run fgl_glxgears and check you get around 580 frames a second.&lt;br /&gt;
&lt;br /&gt;
I've reported [https://launchpad.net/distros/ubuntu/+bug/46527 bug 46527] on the lack of screen driver detection, so hopefully this will get even easier.&lt;br /&gt;
&lt;br /&gt;
Note you do NOT need to install ATI drivers from the ATI site. The Ubuntu drivers are sufficient.&lt;br /&gt;
&lt;br /&gt;
Thanks to Rich Tango-Lowy (see below) for the hint re chip detection.&lt;br /&gt;
&lt;br /&gt;
==Kubuntu Dapper Live CD==&lt;br /&gt;
&lt;br /&gt;
If you're trying to install from the Kubuntu Desktop CD, you'll never make it to the login screen because the ATI display driver isn't recognized.&lt;br /&gt;
&lt;br /&gt;
* Ctrl-Alt-F1&lt;br /&gt;
* sudo nano /etc/X11/xorg.conf&lt;br /&gt;
* change the display driver line that looks like:&lt;br /&gt;
&lt;br /&gt;
          Driver    &amp;quot;ati&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to &lt;br /&gt;
&lt;br /&gt;
          Driver    &amp;quot;vesa&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[I think I remember that it was &amp;quot;ati&amp;quot;, but I could be wrong.  In any &lt;br /&gt;
case this is very clearly the only Driver line in the ATI device specification section]&lt;br /&gt;
&lt;br /&gt;
* Save and exit&lt;br /&gt;
* sudo /etc/init.d kdm restart&lt;br /&gt;
&lt;br /&gt;
Now you get a login screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Gentoo 2006.0 ==&lt;br /&gt;
Upon booting off the live cd you will come to the kernel selection prompt.&lt;br /&gt;
Enter:&lt;br /&gt;
    gentoo doscsi&lt;br /&gt;
I had some trouble getting the wired NIC to be linked to the driver, often getting an error that the EEPROM failed a check.  If this happens, you can try re-inserting the module,&lt;br /&gt;
    &amp;gt;rmmod e1000; modprobe e1000&lt;br /&gt;
or rebooting and trying again.  The wireless card isn't supported by the live cd so you're going to have to stick to wired for now.&lt;br /&gt;
&lt;br /&gt;
In your make.conf make sure you have the following:&lt;br /&gt;
    CFLAGS=&amp;quot;-march=prescott -O2 -pipe -msse3 -fomit-frame-pointer&lt;br /&gt;
    VIDEO_CARDS=&amp;quot;fglrx vesa fbdev&amp;quot;&lt;br /&gt;
    INPUT_DEVICES=&amp;quot;keyboard mouse synaptics&amp;quot;&lt;br /&gt;
    FEATURES=&amp;quot;sandbox ccache distlocks autoaddcvs parallel-fetch&amp;quot;&lt;br /&gt;
and make sure that your USE variable includes USE=&amp;quot;ibm&amp;quot;.&lt;br /&gt;
For a more complete discussion of the CFLAGS to use for a Core Duo processor, see [http://forums.gentoo.org/viewtopic-t-448761-highlight-core+duo+prescott.html?sid=97485d7e26a1f77e2bb06fa437a448ff this forum thread].&lt;br /&gt;
&lt;br /&gt;
When setting up the kernel ensure the following:&amp;lt;br&amp;gt;&lt;br /&gt;
In Processor Type and Feature&lt;br /&gt;
* You have your chip arch set to Pentium4&lt;br /&gt;
* Turn on SMP&lt;br /&gt;
* Turn the timer frequency to 1000 Hz since this is a desktop system&lt;br /&gt;
In power managment under ACPI&lt;br /&gt;
* Enable it along with all the other settings&lt;br /&gt;
* Don't forget the IBM Thinkpad extras&lt;br /&gt;
* Turn on freq scaling along with Intel ICH chipset support&lt;br /&gt;
In Bus options&lt;br /&gt;
* Turn on PCI Express support&lt;br /&gt;
* Enable Message Signaled Interupts&lt;br /&gt;
* Enable PCMCIA support and the yenta driver&lt;br /&gt;
In networking&lt;br /&gt;
* Enable IrDA with the associated drivers and protocols&lt;br /&gt;
* Enable Bluetooth with the associated drivers and protocols&lt;br /&gt;
In device drivers&lt;br /&gt;
* Turn off parallel port support (You don't have one)&lt;br /&gt;
* Turn OFF ATA support (you have SATA)&lt;br /&gt;
* Turn on scsi disk, cdrom, and generic support&lt;br /&gt;
* Set Probe All LUNs under scsi support (this helps especially with memory card readers)&lt;br /&gt;
* Under scsi low level drivers select sata, AHCI, and Intel ICH support&lt;br /&gt;
* Turn OFF Ethernet 10/100 support&lt;br /&gt;
* Turn ON Etherenet 1000 support along with the Intel PRO/1000 driver&lt;br /&gt;
* Turn ON Wireless Lan support and nothing else (more on this later)&lt;br /&gt;
* Turn off agpgart support&lt;br /&gt;
* Turn off Direct Rendering Manager&lt;br /&gt;
* Turn on HD Audio under Sound-&amp;gt;Alsa&lt;br /&gt;
* Turn on TPM devices and enable to National driver under charachter devices&lt;br /&gt;
In crypto options:&lt;br /&gt;
* Michael MIC cypher (for wifi)&lt;br /&gt;
&lt;br /&gt;
That should do it. (I know, that's it.)&lt;br /&gt;
That should make sure that you have all the drivers necessary to boot the system and be able to use all your hardware (almost).&lt;br /&gt;
&lt;br /&gt;
After you install the kernel and reboot you will need to emerge the rest of the drivers that aren't part of the kernel.  As of 07Aug2006 you'll need to add the following lines to /etc/portage/package.unmask and /etc/portage/package.keywords&lt;br /&gt;
    &amp;gt;=x11-drivers/ati-drivers-8.27.10-r1&lt;br /&gt;
since for some reason the latest &amp;quot;stable&amp;quot; version is 8.21.  Type:&lt;br /&gt;
    emerge ati-drivers&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the ipw3945 drivers.  Type:&lt;br /&gt;
    emerge ipw3945 ipw3945d wireless-tools&lt;br /&gt;
This will install a package called ieee80211 which will complain that you have the old ie not theirs, 80211 system and you need to remove it.  Just cut and paste the command that they give you and run the previous emerge again.&lt;br /&gt;
&lt;br /&gt;
That should do it for now, I'll post how to get X11 working when I get there. ;)&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://arscognita.com/~richtl/T60p/index.html Rich Tango-Lowy's Mandriva 2007 Cooker on T60p page]&lt;br /&gt;
*[http://buzzy.tesuji.org/thinkpad_t60p.html Jon Lin's Gentoo Thinkpad T60p]&lt;/div&gt;</summary>
		<author><name>Derf</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T60p&amp;diff=24197</id>
		<title>Installation instructions for the ThinkPad T60p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T60p&amp;diff=24197"/>
		<updated>2006-08-16T21:09:16Z</updated>

		<summary type="html">&lt;p&gt;Derf: /* Installing Gentoo 2006.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Ubuntu Dapper==&lt;br /&gt;
&lt;br /&gt;
To get it going:&lt;br /&gt;
&lt;br /&gt;
* Get Dapper i386 (I used the Daily ISO DVD).&lt;br /&gt;
&lt;br /&gt;
* Install the default distribution.&lt;br /&gt;
&lt;br /&gt;
It will work, but you need an SMP kernel, and accelerated and higher resolution graphics, so:&lt;br /&gt;
&lt;br /&gt;
* Install the i686-smp kernel (search for 'linux-kernel' in synaptic).&lt;br /&gt;
&lt;br /&gt;
* Search for fglrx in synaptic, and install the fglrx modules, X driver and ATI control panel.&lt;br /&gt;
&lt;br /&gt;
* Edit /etc/X11/xorg.conf, so each of the &amp;quot;Modeline&amp;quot; entries contains a 1600x1200 resolution as well (or whatever the top resolution of your LCD panel is), and change the driver section as follows:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
     Identifier &amp;quot;ATI Technologies, Inc. ATI Default Card&amp;quot;&lt;br /&gt;
     Driver &amp;quot;fglrx&amp;quot;               &amp;lt;----- ADD THIS LINE&lt;br /&gt;
     #Driver &amp;quot;vesa&amp;quot;               &amp;lt;---- COMMENT OUT THIS LINE&lt;br /&gt;
     BusID &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
     ChipID 0x71c5                &amp;lt;----- '''MAYBE''' ADD THIS LINE&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[On my UXGA t60p the ChipID line was actually fatal to getting fglrx to start up (/var/log/Xorg.0.log showed the driver falling back to VESA and fgl_glxgears would crash).  Without that ChipID line my chip was identified as:&lt;br /&gt;
&lt;br /&gt;
 Chipset: &amp;quot;MOBILITY FireGL V5200 (M56 71C4)&amp;quot; (Chipset = 0x71c4)&lt;br /&gt;
&lt;br /&gt;
which appears to correspond exactly to my machine's spec,  and fgl_glxgears worked fine.]&lt;br /&gt;
&lt;br /&gt;
Reboot, and you should be done. Check &amp;quot;cat /proc/cpuinfo&amp;quot; shows two CPUs, and run fgl_glxgears and check you get around 580 frames a second.&lt;br /&gt;
&lt;br /&gt;
I've reported [https://launchpad.net/distros/ubuntu/+bug/46527 bug 46527] on the lack of screen driver detection, so hopefully this will get even easier.&lt;br /&gt;
&lt;br /&gt;
Note you do NOT need to install ATI drivers from the ATI site. The Ubuntu drivers are sufficient.&lt;br /&gt;
&lt;br /&gt;
Thanks to Rich Tango-Lowy (see below) for the hint re chip detection.&lt;br /&gt;
&lt;br /&gt;
==Kubuntu Dapper Live CD==&lt;br /&gt;
&lt;br /&gt;
If you're trying to install from the Kubuntu Desktop CD, you'll never make it to the login screen because the ATI display driver isn't recognized.&lt;br /&gt;
&lt;br /&gt;
* Ctrl-Alt-F1&lt;br /&gt;
* sudo nano /etc/X11/xorg.conf&lt;br /&gt;
* change the display driver line that looks like:&lt;br /&gt;
&lt;br /&gt;
          Driver    &amp;quot;ati&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to &lt;br /&gt;
&lt;br /&gt;
          Driver    &amp;quot;vesa&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[I think I remember that it was &amp;quot;ati&amp;quot;, but I could be wrong.  In any &lt;br /&gt;
case this is very clearly the only Driver line in the ATI device specification section]&lt;br /&gt;
&lt;br /&gt;
* Save and exit&lt;br /&gt;
* sudo /etc/init.d kdm restart&lt;br /&gt;
&lt;br /&gt;
Now you get a login screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Gentoo 2006.0 ==&lt;br /&gt;
Upon booting off the live cd you will come to the kernel selection prompt.&lt;br /&gt;
Enter:&lt;br /&gt;
    gentoo doscsi&lt;br /&gt;
I had some trouble getting the wired NIC to be linked to the driver, often getting an error that the EEPROM failed a check.  If this happens, you can try re-inserting the module,&lt;br /&gt;
    &amp;gt;rmmod e1000; modprobe e1000&lt;br /&gt;
or rebooting and trying again.  The wireless card isn't supported by the live cd so you're going to have to stick to wired for now.&lt;br /&gt;
&lt;br /&gt;
In your make.conf make sure you have the following:&lt;br /&gt;
    CFLAGS=&amp;quot;-march=prescott -O2 -pipe -msse3 -fomit-frame-pointer&lt;br /&gt;
    VIDEO_CARDS=&amp;quot;fglrx vesa fbdev&amp;quot;&lt;br /&gt;
    INPUT_DEVICES=&amp;quot;keyboard mouse synaptics&amp;quot;&lt;br /&gt;
    FEATURES=&amp;quot;sandbox ccache distlocks autoaddcvs parallel-fetch&amp;quot;&lt;br /&gt;
and make sure that your USE variable includes USE=&amp;quot;ibm&amp;quot;.&lt;br /&gt;
For a more complete discussion of the CFLAGS to use for a Core Duo processor, see [http://forums.gentoo.org/viewtopic-t-448761-highlight-core+duo+prescott.html?sid=97485d7e26a1f77e2bb06fa437a448ff this forum thread].&lt;br /&gt;
&lt;br /&gt;
When setting up the kernel ensure the following:&amp;lt;br&amp;gt;&lt;br /&gt;
In Processor Type and Feature&lt;br /&gt;
* You have your chip arch set to Pentium4&lt;br /&gt;
* Turn on SMP&lt;br /&gt;
* Turn the timer frequency to 100Mhz since this is a desktop system&lt;br /&gt;
In power managment under ACPI&lt;br /&gt;
* Enable it along with all the other settings&lt;br /&gt;
* Don't forget the IBM Thinkpad extras&lt;br /&gt;
* Turn on freq scaling along with Intel ICH chipset support&lt;br /&gt;
In Bus options&lt;br /&gt;
* Turn on PCI Express support&lt;br /&gt;
* Enable Message Signaled Interupts&lt;br /&gt;
* Enable PCMCIA support and the yenta driver&lt;br /&gt;
In networking&lt;br /&gt;
* Enable IrDA with the associated drivers and protocols&lt;br /&gt;
* Enable Bluetooth with the associated drivers and protocols&lt;br /&gt;
In device drivers&lt;br /&gt;
* Turn off parallel port support (You don't have one)&lt;br /&gt;
* Turn OFF ATA support (you have SATA)&lt;br /&gt;
* Turn on scsi disk, cdrom, and generic support&lt;br /&gt;
* Set Probe All LUNs under scsi support (this helps especially with memory card readers)&lt;br /&gt;
* Under scsi low level drivers select sata, AHCI, and Intel ICH support&lt;br /&gt;
* Turn OFF Ethernet 10/100 support&lt;br /&gt;
* Turn ON Etherenet 1000 support along with the Intel PRO/1000 driver&lt;br /&gt;
* Turn ON Wireless Lan support and nothing else (more on this later)&lt;br /&gt;
* Turn off agpgart support&lt;br /&gt;
* Turn off Direct Rendering Manager&lt;br /&gt;
* Turn on HD Audio under Sound-&amp;gt;Alsa&lt;br /&gt;
* Turn on TPM devices and enable to National driver under charachter devices&lt;br /&gt;
In crypto options:&lt;br /&gt;
* Michael MIC cypher (for wifi)&lt;br /&gt;
&lt;br /&gt;
That should do it. (I know, that's it.)&lt;br /&gt;
That should make sure that you have all the drivers necessary to boot the system and be able to use all your hardware (almost).&lt;br /&gt;
&lt;br /&gt;
After you install the kernel and reboot you will need to emerge the rest of the drivers that aren't part of the kernel.  As of 07Aug2006 you'll need to add the following lines to /etc/portage/package.unmask and /etc/portage/package.keywords&lt;br /&gt;
    &amp;gt;=x11-drivers/ati-drivers-8.27.10-r1&lt;br /&gt;
since for some reason the latest &amp;quot;stable&amp;quot; version is 8.21.  Type:&lt;br /&gt;
    emerge ati-drivers&lt;br /&gt;
&lt;br /&gt;
Next you will need to install the ipw3945 drivers.  Type:&lt;br /&gt;
    emerge ipw3945 ipw3945d wireless-tools&lt;br /&gt;
This will install a package called ieee80211 which will complain that you have the old ie not theirs, 80211 system and you need to remove it.  Just cut and paste the command that they give you and run the previous emerge again.&lt;br /&gt;
&lt;br /&gt;
That should do it for now, I'll post how to get X11 working when I get there. ;)&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://arscognita.com/~richtl/T60p/index.html Rich Tango-Lowy's Mandriva 2007 Cooker on T60p page]&lt;br /&gt;
*[http://buzzy.tesuji.org/thinkpad_t60p.html Jon Lin's Gentoo Thinkpad T60p]&lt;/div&gt;</summary>
		<author><name>Derf</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=AD1981HD&amp;diff=24196</id>
		<title>AD1981HD</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=AD1981HD&amp;diff=24196"/>
		<updated>2006-08-16T20:36:24Z</updated>

		<summary type="html">&lt;p&gt;Derf: /* Linux ALSA driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== AD1981HD ===&lt;br /&gt;
This is a Analog Devices High-Definition Audio 1.0 controller&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: AD1981HD&lt;br /&gt;
* Interface: HD Audio 1.0&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux OSS driver ===&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
=== Linux ALSA driver ===&lt;br /&gt;
This chip works with '''snd-hda-intel''' driver. Possible cracking noises can be avoided by adding the&lt;br /&gt;
position_fix=2 optional argument for the module.&lt;br /&gt;
* The AD1981HD installs by default in Debian. To get it to work you must first install it with alsaconf.&lt;br /&gt;
* As of kernel 2.6.17, some users report a missing master volume control (e.g., with the T60p), as described in this thread: http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg17089.html The &amp;quot;Front&amp;quot; channel, which controls the external speakers, can act as a master, but must be unmuted for headphones to work. However, with the &amp;quot;Front&amp;quot; volume all the way down, the headphones will be very quiet, and audible sound may still emerge from the speakers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ NOTE | The modem and audio chip are very closely connected somehow. According to a bug in the BIOS,&lt;br /&gt;
the modem disables the audio device, too. That seems to be the reason for most sound problem with this chip.}}&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{T60}}, {{T60p}}&lt;br /&gt;
* {{X60}}, {{X60s}}&lt;br /&gt;
* {{Z60m}}, {{Z60t}}&lt;br /&gt;
&lt;br /&gt;
=== Datasheets ===&lt;br /&gt;
* [http://www.analog.com/en/prod/0,2877,AD1981HD,00.html Analog Devices page for the AD1981HD]&lt;br /&gt;
* [http://www.analog.com/UploadedFiles/Data_Sheets/338118709AD1981HD_0.pdf Direct link to the AD1981HD datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Derf</name></author>
		
	</entry>
</feed>