<?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=UW%28e%29</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=UW%28e%29"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/UW(e)"/>
	<updated>2026-04-17T15:24:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_fan_noise&amp;diff=3068</id>
		<title>Problem with fan noise</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_fan_noise&amp;diff=3068"/>
		<updated>2005-05-09T09:13:05Z</updated>

		<summary type="html">&lt;p&gt;UW(e): Minor suggestion for example script.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about the fan noise problem in Thinkpad models from 2003/2004.&lt;br /&gt;
&lt;br /&gt;
==Problem description==&lt;br /&gt;
&lt;br /&gt;
There seem to be two different occurances of the problem (or two different problems).&lt;br /&gt;
&lt;br /&gt;
===acceleration problem:===&lt;br /&gt;
The Thinkpad Fan accelerates in regular intervals, making an annoying noise.&lt;br /&gt;
&lt;br /&gt;
===always on problem:===&lt;br /&gt;
The Fan is always on, even though the processor is rather cool.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
&lt;br /&gt;
===acceleration problem:===&lt;br /&gt;
*Thinkpad T40, T40p, T41, T42(?)&lt;br /&gt;
&lt;br /&gt;
===always on problem:===&lt;br /&gt;
*Thinkpad T40, T40p, T41, T41p, T42, T42p, T43&lt;br /&gt;
*Thinkpad R50, R50p, R51, R52, R32&lt;br /&gt;
*Thinkpad X40&lt;br /&gt;
*Thinkpad A31p&lt;br /&gt;
*Thinkpad 770X&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
&lt;br /&gt;
===acceleration problem:===&lt;br /&gt;
*Linux, all flavours&lt;br /&gt;
&lt;br /&gt;
===always on problem:===&lt;br /&gt;
*Linux, all flavours&lt;br /&gt;
*FreeBSD 5.3&lt;br /&gt;
*Windows XP&lt;br /&gt;
*Windows 2000 pro&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
===acceleration problem:===&lt;br /&gt;
IBM released an update to the embedded controller program that seems to at least partially solve this problem:&lt;br /&gt;
&lt;br /&gt;
 Version 3.03 - 1RHT70WW&lt;br /&gt;
 NOTE: This version of Embedded Controller Program will only work with BIOS Version 3.06f (or higher).&lt;br /&gt;
    * (Fix) Reduced Fan noise in some models.&lt;br /&gt;
&lt;br /&gt;
The update can be found here: http://www-306.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50279&lt;br /&gt;
&lt;br /&gt;
===always on problem:===&lt;br /&gt;
The problem is yet unsolved. But see the partial fix below.&lt;br /&gt;
&lt;br /&gt;
IBM made a statement regarding this on their homepage:&lt;br /&gt;
http://www-307.ibm.com/pc/support/site.wss/MIGR-56504.html&lt;br /&gt;
&lt;br /&gt;
It seems that it's a feature of centrino - http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2004-September/019737.html&lt;br /&gt;
Perhaps it's fixable by adding the fans and temps to the dsdt?&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
&lt;br /&gt;
===acceleration problem:===&lt;br /&gt;
&lt;br /&gt;
====Replacing the fan====&lt;br /&gt;
Some people reported that they replaced the original fan against one of a similar notebook without the problem has worked for them,&lt;br /&gt;
i.e. changing a T41s fan against one from a T41p.&lt;br /&gt;
&lt;br /&gt;
====BIOS upgrade====&lt;br /&gt;
You can try upgrading your embedded controller program to version 3.03 or newer.&lt;br /&gt;
&lt;br /&gt;
The update can be found here: http://www-306.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50279&lt;br /&gt;
&lt;br /&gt;
===always on problem:===&lt;br /&gt;
&lt;br /&gt;
It seems like for some people a combination of enabling dynamic frequency scaling and using the most recent radeon drivers (from xorg 6.8.x) with the  DynamicClocks option enabled helped lowing the fan rotation and hence making it more quiet.&lt;br /&gt;
&lt;br /&gt;
Also the fglrx driver from ATI is said to show the same effect when used together with dynamic frequency scaling.&lt;br /&gt;
&lt;br /&gt;
On a 770X the fan can be fully controlled through ACPI.  Thermal Zone THM5 (possibly the battery/charging circuit, it's definitely warmer when using 5v PCMCIA cards and AC) triggers it to turn on and not ever off by design.  Can be solved by a custom DSDT, which also makes use of the variable-speed features of the fan (will release this once I've finished tweaking and testing it).&lt;br /&gt;
&lt;br /&gt;
====partial fix:====&lt;br /&gt;
When loading [http://ibm-acpi.sourceforge.net/ IBM ThinkPad ACPI Extras v0.11] with experimental switch (modprobe ibm_acpi experimantal=1), it is possible to read and write the status of fan:&lt;br /&gt;
&lt;br /&gt;
 '''#cat /proc/acpi/ibm/fan'''&lt;br /&gt;
 status:         enabled&lt;br /&gt;
 speed:          3580&lt;br /&gt;
 commands:       enable, disable&lt;br /&gt;
 &lt;br /&gt;
 '''#echo disable &amp;gt; /proc/acpi/ibm/fan'''&lt;br /&gt;
 &lt;br /&gt;
 '''cat /proc/acpi/ibm/fan'''&lt;br /&gt;
 status:         disabled&lt;br /&gt;
 speed:          0&lt;br /&gt;
 commands:       enable, disable&lt;br /&gt;
&lt;br /&gt;
But the fan will then '''never''' wake up. So, we need a small script witch is constantly checking the temperature and setting the fan on/off when needed. (deamon? cron job?) If anyone has an idea please post it here.&lt;br /&gt;
&lt;br /&gt;
'''sh script example'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
MAXTEMP=50&lt;br /&gt;
&lt;br /&gt;
while [ 1 ];&lt;br /&gt;
do&lt;br /&gt;
        fan=no&lt;br /&gt;
&lt;br /&gt;
        for temp in `sed s/temperatures:// &amp;lt; /proc/acpi/ibm/thermal`&lt;br /&gt;
        do&lt;br /&gt;
                test $temp -gt $MAXTEMP &amp;amp;&amp;amp; fan=yes&lt;br /&gt;
        done&lt;br /&gt;
&lt;br /&gt;
        command='disable'&lt;br /&gt;
        test &amp;quot;$fan&amp;quot; = &amp;quot;yes&amp;quot; &amp;amp;&amp;amp; command='enable'&lt;br /&gt;
        echo $command &amp;gt; /proc/acpi/ibm/fan&lt;br /&gt;
&lt;br /&gt;
        sleep 20&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''sh script example with more features'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# fan control-script&lt;br /&gt;
#&lt;br /&gt;
# based upon ibm-acpi 0.11 (experimental=1 !)&lt;br /&gt;
#&lt;br /&gt;
# eliminates anoying &amp;quot;fan always on&amp;quot; in battery mode&lt;br /&gt;
# works with hysteresis (DELTA) so that always-turn-on/turn-off is avoided&lt;br /&gt;
# fan acivates at MAXTEMP and cools down CPU, GPU etc. to MAXTEMP-DELTA than the fan is turned off&lt;br /&gt;
# furthermore detects if AC is on and gives back fan control to default behaviour than&lt;br /&gt;
#&lt;br /&gt;
# one can change MAXTEMP and DELTA to individual values&lt;br /&gt;
# but take care of your THINKPAD don`t melt it!&lt;br /&gt;
#&lt;br /&gt;
# have fun!&lt;br /&gt;
# mk 05.05.05&lt;br /&gt;
&lt;br /&gt;
MAXTEMP=51&lt;br /&gt;
DELTA=4&lt;br /&gt;
&lt;br /&gt;
SWITCHTEMP=$MAXTEMP&lt;br /&gt;
&lt;br /&gt;
while [ 1 ];&lt;br /&gt;
do&lt;br /&gt;
   for ac in `sed s/state:// &amp;lt; /proc/acpi/ac_adapter/AC/state`&lt;br /&gt;
     do&lt;br /&gt;
      if [ &amp;quot;$ac&amp;quot; = &amp;quot;off-line&amp;quot; ]; then&lt;br /&gt;
          fan=no&lt;br /&gt;
          for temp in `sed s/temperatures:// &amp;lt; /proc/acpi/ibm/thermal`&lt;br /&gt;
            do&lt;br /&gt;
              test $temp -gt $SWITCHTEMP &amp;amp;&amp;amp; fan=yes&lt;br /&gt;
            done&lt;br /&gt;
&lt;br /&gt;
          if [ &amp;quot;$fan&amp;quot; = &amp;quot;yes&amp;quot; ]; then&lt;br /&gt;
            command='enable'&lt;br /&gt;
            SWITCHTEMP=`expr $MAXTEMP - $DELTA`&lt;br /&gt;
          else&lt;br /&gt;
            SWITCHTEMP=$MAXTEMP&lt;br /&gt;
            command='disable'&lt;br /&gt;
          fi&lt;br /&gt;
&lt;br /&gt;
        else # ac-adapter on -&amp;gt; set fan control to standard behaviour&lt;br /&gt;
          command='enable'&lt;br /&gt;
        fi&lt;br /&gt;
&lt;br /&gt;
        echo $command &amp;gt; /proc/acpi/ibm/fan&lt;br /&gt;
        sleep 15&lt;br /&gt;
      done &lt;br /&gt;
   done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{HINT| For a little bit additional security, I would suggest to add the following line. This *might* help to enable the fan, in case the script gets killed.}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
trap &amp;quot;echo enable &amp;gt; /proc/acpi/ibm/fan&amp;quot; EXIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{WARN|However, no guarantee from me about that. Be careful and use at your own risk!}}&lt;br /&gt;
&lt;br /&gt;
'''daemon script example'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/sh&lt;br /&gt;
&lt;br /&gt;
N=/etc/init.d/fan&lt;br /&gt;
&lt;br /&gt;
set -e&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
  start)&lt;br /&gt;
        # make sure privileges don't persist across reboots&lt;br /&gt;
        if [ -d /var/run/fan ] &amp;amp;&amp;amp; [ &amp;quot;x`ls /var/run/fan`&amp;quot; != x ]&lt;br /&gt;
        then&lt;br /&gt;
                touch -t 198501010000 /var/run/fan/*&lt;br /&gt;
        fi&lt;br /&gt;
        fan.sh &amp;amp;    # Script from above&lt;br /&gt;
        ;;&lt;br /&gt;
  stop|reload|restart|force-reload)&lt;br /&gt;
        killall fan.sh&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/fan&lt;br /&gt;
        ;;&lt;br /&gt;
  *)&lt;br /&gt;
        echo &amp;quot;Usage: $N {start|stop|restart|force-reload}&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
        exit 1&lt;br /&gt;
        ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:770X]] [[Category:A31p]] [[Category:R32]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:R52]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:T43]] [[Category:T43p]] [[Category:X40]] [[Category:X41]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_Bluetooth_III_with_56K_Modem_(BMDC-2)&amp;diff=2451</id>
		<title>IBM Integrated Bluetooth III with 56K Modem (BMDC-2)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_Bluetooth_III_with_56K_Modem_(BMDC-2)&amp;diff=2451"/>
		<updated>2005-04-27T08:26:34Z</updated>

		<summary type="html">&lt;p&gt;UW(e): Added link to the modem page as driver hint.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a combination Bluetooth and Modem Mini-PCI Adapter that is installed in a Mini-PCI slot.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bluetooth device is implemented using USB and can be enabled or disabled with the Fn-F5 key combination&lt;br /&gt;
&lt;br /&gt;
Bluetooth Chipset: ??&amp;lt;br&amp;gt;&lt;br /&gt;
Modem Chipset: Conexant&amp;lt;br&amp;gt;&lt;br /&gt;
IBM FRU PN: 91P7319&lt;br /&gt;
&lt;br /&gt;
=== Also known (in IBM literature) as.... ===&lt;br /&gt;
* Integrated Bluetooth III with 56K Modem&lt;br /&gt;
* Integrated Bluetooth III with 56K Modem, Actiontec&lt;br /&gt;
&lt;br /&gt;
=== Linux Bluetooth driver ===&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
=== Linux Modem driver ===&lt;br /&gt;
&lt;br /&gt;
Have a look at the [[Modem]] page.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad's this card may be found in ===&lt;br /&gt;
* [[:Category:R51|R51]]&lt;br /&gt;
* [[:Category:T42|T42]], [[:Category:T42p|T42p]]&lt;br /&gt;
* [[:Category:X40|X40]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:R51]] [[Category:T42]] [[Category:T42p]] [[Category:X40]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_56K_Modem_(MDC-2)&amp;diff=2454</id>
		<title>IBM Integrated 56K Modem (MDC-2)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_56K_Modem_(MDC-2)&amp;diff=2454"/>
		<updated>2005-04-27T08:25:18Z</updated>

		<summary type="html">&lt;p&gt;UW(e): Probably unnecessary hint for this card.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a Modem Daughter Card (MDC) which is installed in a CDC (Communications Daughter Card) slot.&amp;lt;br&amp;gt;&lt;br /&gt;
This slot is sometimes also refered to as a MDC (Mobile Daughter Card) slot.&lt;br /&gt;
&lt;br /&gt;
Chipset: SmartLink&amp;lt;br&amp;gt;&lt;br /&gt;
IBM FRU PN: 93P4166, 93P4212, 91P7321&lt;br /&gt;
&lt;br /&gt;
=== Also known (in IBM literature) as.... ===&lt;br /&gt;
* Integrated 56K Modem&lt;br /&gt;
* MDC II Modem card&lt;br /&gt;
&lt;br /&gt;
=== Linux driver ===&lt;br /&gt;
The Linux driver from [http://www.smlink.com/ SmartLink] should work.&amp;lt;br&amp;gt;&lt;br /&gt;
Latest version of this driver is 2.9.10 and supports both the 2.4 and 2.6 kernels&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad's this card may be found in ===&lt;br /&gt;
* [[:Category:R50e|R50e]], [[:Category:R51|R51]], [[:Category:R52|R52]]&lt;br /&gt;
* [[:Category:T42|T42]], [[:Category:T42p|T42p]], [[:Category:T43|T43]], [[:Category:T43p|T43p]]&lt;br /&gt;
* [[:Category:X32|X32]]&lt;br /&gt;
* [[:Category:X40|X40]], [[:Category:X41|X41]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:R50e]] [[Category:R51]] [[Category:R52]] [[Category:T42]] [[Category:T42p]] [[Category:T43]] [[Category:T43p]] [[Category:X32]] [[Category:X40]] [[Category:X41]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_56K_Modem_(MDC-2)&amp;diff=2397</id>
		<title>IBM Integrated 56K Modem (MDC-2)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=IBM_Integrated_56K_Modem_(MDC-2)&amp;diff=2397"/>
		<updated>2005-04-26T07:32:53Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Linux driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a Modem Daughter Card (MDC) which is installed in a CDC (Communications Daughter Card) slot.&amp;lt;br&amp;gt;&lt;br /&gt;
This slot is sometimes also refered to as a MDC (Mobile Daughter Card) slot.&lt;br /&gt;
&lt;br /&gt;
Chipset: SmartLink&amp;lt;br&amp;gt;&lt;br /&gt;
IBM FRU PN: 93P4166, 93P4212, 91P7321&lt;br /&gt;
&lt;br /&gt;
=== Also known (in IBM literature) as.... ===&lt;br /&gt;
* Integrated 56K Modem&lt;br /&gt;
* MDC II Modem card&lt;br /&gt;
&lt;br /&gt;
=== Linux driver ===&lt;br /&gt;
The Linux driver from [http://www.smlink.com/ SmartLink] should work.&amp;lt;br&amp;gt;&lt;br /&gt;
Latest version is 2.9.10 and supports both the 2.4 and 2.6 kernels&lt;br /&gt;
&lt;br /&gt;
If this driver does not dial out, have a look at the [[Modem]] page.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad's ===&lt;br /&gt;
* [[:Category:R50e|R50e]]&lt;br /&gt;
* [[:Category:R51|R51]]&lt;br /&gt;
* [[:Category:R52|R52]]&lt;br /&gt;
* [[:Category:T42|T42]]&lt;br /&gt;
* [[:Category:T42p|T42p]]&lt;br /&gt;
* [[:Category:T43|T43]]&lt;br /&gt;
* [[:Category:T43p|T43p]]&lt;br /&gt;
* [[:Category:X32|X32]]&lt;br /&gt;
* [[:Category:X40|X40]]&lt;br /&gt;
* [[:Category:X41|X41]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:R50e]] [[Category:R51]] [[Category:R52]] [[Category:T42]] [[Category:T42p]] [[Category:T43]] [[Category:T43p]] [[Category:X32]] [[Category:X40]] [[Category:X41]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=3083</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=3083"/>
		<updated>2005-04-12T07:42:01Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 8.12.10 (7th April 2005)&lt;br /&gt;
&lt;br /&gt;
=== Problems &amp;amp; Help ===&lt;br /&gt;
&lt;br /&gt;
'''Driver Version 8.8.25:''' The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
'''Driver Version 8.8.25:''' For kernels &amp;gt;= 2.6.11-rc1 try the following patch:&lt;br /&gt;
http://www.gehirn.org.uk/wiki/images/8.8.25-kernel-2.6.11+.patch&lt;br /&gt;
&lt;br /&gt;
'''If the ATI driver works only without the hardware acceleration''', take into consideration that fglrx_dri.so was linked&lt;br /&gt;
against libstdc++.so.5 which may not be present if your system uses gcc-3.4. To fix this, compile gcc-3.3.5 &lt;br /&gt;
and copy libstdc++.so.5* to /usr/lib and update the dynamic linker cache.&lt;br /&gt;
&lt;br /&gt;
'''Troubles using software suspend''' : when the computer comes back of suspend, X only displays a garbaged image and the computer is frozen. You have to install [http://www.srcf.ucam.org/~mjg59/vbetool/ vbetool] and use it to save/restore the video card state. If you use swsusp2 scripts you just have to uncomment ''&amp;quot;EnableVbetool yes&amp;quot;'' in ''/etc/hibernate/hibernate.conf''. Tested with kernel 2.6.10, Debian packaged ATI drivers and [http://www.suspend2.net swsusp2] patch on a IBM Thinkpad T42p.&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
*[[:Category:Gentoo | Gentoo]] {{cmdroot|emerge media-video/ati-drivers}}&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://www.driverheaven.net/forumdisplay.php?f=103 Radeon Driver Forum at Driverheaven]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
* [http://ati.cchtml.com/ Unofficial community ATI bugzilla] Very newly setup (!) bugzilla, which might grow to be a source for information about ATI bugs. Might then be monitored by ATI guys ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]). We will see how this develops.&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Battery&amp;diff=1371</id>
		<title>Battery</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Battery&amp;diff=1371"/>
		<updated>2005-01-30T19:30:12Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Lithium-based batteries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Infos on how to treat your battery properly and on what you can do to extend its lifetime.&lt;br /&gt;
&lt;br /&gt;
Find more information about batteries at http://batteryuniversity.com&lt;br /&gt;
&lt;br /&gt;
==Lithium-based batteries==&lt;br /&gt;
&lt;br /&gt;
*store them at about 40% charged state&lt;br /&gt;
*never store them fully depleted/charged&lt;br /&gt;
*keep them cool and dry, deeply frozen is best as long as it is dry&lt;br /&gt;
*the battery lasts longer with partial rather than full discharges&lt;br /&gt;
*avoid charging if the battery is nearly full&lt;br /&gt;
*never expose your laptop and/or battery to excessive heat (car parked in sun)&lt;br /&gt;
*take the battery/s out when running on AC&lt;br /&gt;
&lt;br /&gt;
More specific links about these hints:&lt;br /&gt;
* http://www.batteryuniversity.com/parttwo-34.htm&lt;br /&gt;
* http://www.buchmann.ca/Chap10-page6.asp&lt;br /&gt;
&lt;br /&gt;
[[de:Akku]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1149</id>
		<title>Problem with high power drain in ACPI sleep</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1149"/>
		<updated>2005-01-13T11:59:25Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about the problem of too high power drain in ACPI sleep mode.&lt;br /&gt;
&lt;br /&gt;
==Problem description==&lt;br /&gt;
Several people realised that their ThinkPads eat up too much power while suspended to ram via ACPI. Compared to APM suspend to ram the power drain is experienced to be about 10 times as high, 2-5 Watts. This empties the battery within one or two days.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
*Different symptoms have been reported for different models. In some models the origin of the power drain is obvious (backlight on during suspend), in other models there is no obvious reason.&lt;br /&gt;
*On some models/configurations the higher power drain couldn't even be realized or was at least significantly lower.&lt;br /&gt;
*The T4x thinkpad series (T40, T40p, T41, T41p, T42, T42p) suspends to ram just fine, and there are no components that are obviously left powered up. The ultrabay and network light is on, but that is the same under windows (but under APM sleep to RAM those lights are OFF).&lt;br /&gt;
The following table gives an overview of the models suffering from the mysterious power drain. To find out about your model, you may use the following [[ACPI sleep power drain test script | script]]. It creates a file &amp;lt;tt&amp;gt;/var/log/battery.log&amp;lt;/tt&amp;gt; which will tell you if you are affected or not.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#ffcfbc;&amp;quot; | affected models&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#cfefcf;&amp;quot; | unaffected models &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#fff0e0;&amp;quot; |&lt;br /&gt;
*[[:Category:T40 | T40]]&lt;br /&gt;
**2373-MU3 &lt;br /&gt;
**2373-82U&lt;br /&gt;
**2373-92U&lt;br /&gt;
*[[:Category:T40p | T40p]]&lt;br /&gt;
**2373-G1U &lt;br /&gt;
**2373-G3U&lt;br /&gt;
* [[:Category:T41 | T41]]&lt;br /&gt;
** 2379-DJU&lt;br /&gt;
**2373-9HU&lt;br /&gt;
* [[:Category:R40 | R40]]&lt;br /&gt;
** 2722-5MG&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#e9f9e9;&amp;quot; |&lt;br /&gt;
*[[:Category:T41p | T41p]]&lt;br /&gt;
**2373-GKG&lt;br /&gt;
**2373-GGG&lt;br /&gt;
**[[2373-GHG]]&lt;br /&gt;
*[[:Category:T42p | T42p]]&lt;br /&gt;
**[[2373-HTG]]&lt;br /&gt;
**2373-W6M&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
&lt;br /&gt;
*Linux, all flavours.&lt;br /&gt;
*Windows, for some models as well (only when using non-IBM drivers).&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
The cause of the problem is not really clear, yet.&lt;br /&gt;
&lt;br /&gt;
A faulty DSDT might be responsible for the phenomena. The thinkpad T4x DSDT has a few small bugs, none of which should cause the extra power drain. (Interesting to note: The DSDT from BIOS 3.13 (Nov 04) for the T42p compiles without bugs.)&lt;br /&gt;
&lt;br /&gt;
There is a interesting discussion taking place in the [http://bugme.osdl.org/show_bug.cgi?id=3022 OSDL Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
None so far.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R40]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:R51p]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:X30]] [[Category:X31]] [[Category:X40]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1148</id>
		<title>Problem with high power drain in ACPI sleep</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1148"/>
		<updated>2005-01-13T11:56:39Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Affected Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about the problem of too high power drain in ACPI sleep mode.&lt;br /&gt;
&lt;br /&gt;
==Problem description==&lt;br /&gt;
Several people realised that their ThinkPads eat up too much power while suspended to ram via ACPI. Compared to APM suspend to ram the power drain is experienced to be about 10 times as high, 2-5 Watts. This empties the battery within one or two days.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
*Different symptoms have been reported for different models. In some models the origin of the power drain is obvious (backlight on during suspend), in other models there is no obvious reason.&lt;br /&gt;
*On some models/configurations the higher power drain couldn't even be realized or was at least significantly lower.&lt;br /&gt;
*The T4x thinkpad series (T40, T40p, T41, T41p, T42, T42p) suspends to ram just fine, and there are no components that are obviously left powered up. The ultrabay and network light is on, but that is the same under windows (but under APM sleep to RAM those lights are OFF).&lt;br /&gt;
The following table gives an overview of the models suffering from the mysterious power drain. To find out about your model, you may use the following [[ACPI sleep power drain test script | script]]. It creates a file &amp;lt;tt&amp;gt;/var/log/battery.log&amp;lt;/tt&amp;gt; which will tell you if you are affected or not.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#ffcfbc;&amp;quot; | affected models&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#cfefcf;&amp;quot; | unaffected models &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#fff0e0;&amp;quot; |&lt;br /&gt;
*[[:Category:T40 | T40]]&lt;br /&gt;
**2373-MU3 &lt;br /&gt;
**2373-82U&lt;br /&gt;
**2373-92U&lt;br /&gt;
*[[:Category:T40p | T40p]]&lt;br /&gt;
**2373-G1U &lt;br /&gt;
**2373-G3U&lt;br /&gt;
* [[:Category:T41 | T41]]&lt;br /&gt;
** 2379-DJU&lt;br /&gt;
**2373-9HU&lt;br /&gt;
* [[:Category:R40 | R40]]&lt;br /&gt;
** 2722-5MG&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#e9f9e9;&amp;quot; |&lt;br /&gt;
*[[:Category:T41p | T41p]]&lt;br /&gt;
**2373-GKG&lt;br /&gt;
**2373-GGG&lt;br /&gt;
**[[2373-GHG]]&lt;br /&gt;
*[[:Category:T42p | T42p]]&lt;br /&gt;
**[[2373-HTG]]&lt;br /&gt;
**2373-W6M&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
&lt;br /&gt;
*Linux, all flavours.&lt;br /&gt;
*Windows, for some models as well (only when using non-IBM drivers).&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
The cause of the problem is not really clear, yet. A faulty DSDT might be responsible for the phenomena. The thinkpad T4x DSDT has a few small bugs, none of which should cause the extra power drain.&lt;br /&gt;
&lt;br /&gt;
There is a interesting discussion taking place in the [http://bugme.osdl.org/show_bug.cgi?id=3022 OSDL Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
None so far.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R40]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:R51p]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:X30]] [[Category:X31]] [[Category:X40]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1188</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1188"/>
		<updated>2005-01-12T19:32:52Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
Major new version with many improvements currently announced in &lt;br /&gt;
[http://www.rage3d.com/board/showpost.php?s=07cb2a5b16bde8ae9a808b0464e191a1&amp;amp;p=1333407704&amp;amp;postcount=158 Matthew Tippett's (ATI Linux Software Manager) forum posting]&lt;br /&gt;
for Mid-January 2005.&lt;br /&gt;
&lt;br /&gt;
Update (12.01.2005): Version number will be bumped up to 8.8. (Expected to support Xorg 6.8.x, AMD64)&lt;br /&gt;
&lt;br /&gt;
Planned release date: 17th Jan [http://www.rage3d.com/board/showpost.php?p=1333446174&amp;amp;postcount=479]&lt;br /&gt;
&lt;br /&gt;
Please note: The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
* [http://www.cchtml.com/bugzilla/ Unofficial community ATI bugzilla] Very newly setup (!) bugzilla, which might grow to be a source for information about ATI bugs. Might then be monitored by ATI guys ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]). We will see how this develops.&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1146</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1146"/>
		<updated>2005-01-10T08:33:11Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Useful links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
Major new version with many improvements currently announced in &lt;br /&gt;
[http://www.rage3d.com/board/showpost.php?s=07cb2a5b16bde8ae9a808b0464e191a1&amp;amp;p=1333407704&amp;amp;postcount=158 Matthew Tippett's (ATI Linux Software Manager) forum posting]&lt;br /&gt;
for Mid-January 2005.&lt;br /&gt;
&lt;br /&gt;
Update (10.01.2005): Seems really to be getting closer. Version number will be bumped up to 8.8. (Expected to support Xorg 6.8.x, AMD64)&lt;br /&gt;
&lt;br /&gt;
Please note: The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
* [http://www.cchtml.com/bugzilla/ Unofficial community ATI bugzilla] Very newly setup (!) bugzilla, which might grow to be a source for information about ATI bugs. Might then be monitored by ATI guys ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]). We will see how this develops.&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1125</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1125"/>
		<updated>2005-01-10T08:24:21Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
Major new version with many improvements currently announced in &lt;br /&gt;
[http://www.rage3d.com/board/showpost.php?s=07cb2a5b16bde8ae9a808b0464e191a1&amp;amp;p=1333407704&amp;amp;postcount=158 Matthew Tippett's (ATI Linux Software Manager) forum posting]&lt;br /&gt;
for Mid-January 2005.&lt;br /&gt;
&lt;br /&gt;
Update (10.01.2005): Seems really to be getting closer. Version number will be bumped up to 8.8. (Expected to support Xorg 6.8.x, AMD64)&lt;br /&gt;
&lt;br /&gt;
Please note: The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1092</id>
		<title>HOWTOs - Driver Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1092"/>
		<updated>2004-12-28T11:40:00Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* PowerManagement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on how to make additional hardware work on your Thinkpad.&lt;br /&gt;
&amp;lt;!-- adjust these comment markers if you add things to the hidden sections&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==PowerManagement==&lt;br /&gt;
* [[How to get SpeedStep working on Coppermine-piix4-smi based Thinkpads | SpeedStep on piix4]] &amp;lt;tt&amp;gt;(How to make SpeedStep (cpufreq) work on Coppermine-piix4-smi based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ How_to_get_SpeedStep_working_on_P4-class-Celeron_based_Thinkpads | SpeedStep on P4-class Celeron]] &amp;lt;tt&amp;gt;(How to get SpeedStep working on P4-class-Celeron based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure cpufreqd | cpufreqd]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure powersaved | powersaved]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wireless LAN==&lt;br /&gt;
* [[How to install ndiswrapper for the Intel 2200bg WLAN adaptor | ndiswrapper for Intel 2200bg]] &amp;lt;tt&amp;gt;(ndiswrapper configuration for intel/pro 2200BG)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Ipw2200 | ipw2200]] &amp;lt;tt&amp;gt;Open-source native driver for Intel/PRO Wireless 2200BG&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Madwifi | Madwifi]] &amp;lt;tt&amp;gt;Native driver for cards based on Atheros chipsets&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Touchpad/Trackpoint==&lt;br /&gt;
* [[ Trackpoint | Trackpoint ]]&lt;br /&gt;
&lt;br /&gt;
==Internal Modem==&lt;br /&gt;
* [[Modem | Modem]] &amp;lt;tt&amp;gt;Drivers for the various internal (soft)modems&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphic==&lt;br /&gt;
* [[ Fglrx | Fglrx ]] &amp;lt;tt&amp;gt;ATI Mobility driver&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Hardware==&lt;br /&gt;
* [[How to install the IBM Ultracam II driver | IBM UltraCam II]] &amp;lt;tt&amp;gt;(How to make the IBM UltraCam II work under Linux)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Windows drivers==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1091</id>
		<title>HOWTOs - Driver Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1091"/>
		<updated>2004-12-28T11:39:44Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* PowerManagement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on how to make additional hardware work on your Thinkpad.&lt;br /&gt;
&amp;lt;!-- adjust these comment markers if you add things to the hidden sections&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==PowerManagement==&lt;br /&gt;
* [[How to get SpeedStep working on Coppermine-piix4-smi based Thinkpads | SpeedStep on piix4]] &amp;lt;tt&amp;gt;(How to make SpeedStep (cpufreq) work on Coppermine-piix4-smi based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ How_to_get_SpeedStep_working_on_P4-class-Celeron_based_Thinkpads | SpeedStep on P4-class Celeron]] &amp;lt;tt&amp;gt;(How to get SpeedStep working on P4-class-Celeron based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure cpufreqd | cpufreqd]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure powersaved | powersaved]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Graphics==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wireless LAN==&lt;br /&gt;
* [[How to install ndiswrapper for the Intel 2200bg WLAN adaptor | ndiswrapper for Intel 2200bg]] &amp;lt;tt&amp;gt;(ndiswrapper configuration for intel/pro 2200BG)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Ipw2200 | ipw2200]] &amp;lt;tt&amp;gt;Open-source native driver for Intel/PRO Wireless 2200BG&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Madwifi | Madwifi]] &amp;lt;tt&amp;gt;Native driver for cards based on Atheros chipsets&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Touchpad/Trackpoint==&lt;br /&gt;
* [[ Trackpoint | Trackpoint ]]&lt;br /&gt;
&lt;br /&gt;
==Internal Modem==&lt;br /&gt;
* [[Modem | Modem]] &amp;lt;tt&amp;gt;Drivers for the various internal (soft)modems&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphic==&lt;br /&gt;
* [[ Fglrx | Fglrx ]] &amp;lt;tt&amp;gt;ATI Mobility driver&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Hardware==&lt;br /&gt;
* [[How to install the IBM Ultracam II driver | IBM UltraCam II]] &amp;lt;tt&amp;gt;(How to make the IBM UltraCam II work under Linux)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Windows drivers==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Links&amp;diff=1276</id>
		<title>Links</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Links&amp;diff=1276"/>
		<updated>2004-12-28T11:30:20Z</updated>

		<summary type="html">&lt;p&gt;UW(e): &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Collection of useful Links pointing to Thinkpad specific information:&lt;br /&gt;
&lt;br /&gt;
* [http://www.tuxmobil.org/ibm.html TuxMobil.org IBM Thinkpad installation guides]&lt;br /&gt;
&lt;br /&gt;
* [http://forum.thinkpads.com/ Forum Thinkpads]&lt;br /&gt;
&lt;br /&gt;
* [http://www.defoam.net/wiki/tavi-0.22/index.php?page=ThinkPad a Wiki] we run two R40e Thinkpads. Some notes.&lt;br /&gt;
&lt;br /&gt;
* [http://www-306.ibm.com/pc/support/site.wss/warranty/warranty.vm IBM Warranty status page] Check your warranty status online.&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1124</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1124"/>
		<updated>2004-12-28T11:15:37Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Useful links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
Major new version with many improvements currently announced in &lt;br /&gt;
[http://www.rage3d.com/board/showpost.php?s=07cb2a5b16bde8ae9a808b0464e191a1&amp;amp;p=1333407704&amp;amp;postcount=158 Matthew Tippett's (ATI Linux Software Manager) forum posting]&lt;br /&gt;
for Mid-January 2005.&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1090</id>
		<title>HOWTOs - Driver Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1090"/>
		<updated>2004-12-28T11:14:03Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Wireless LAN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on how to make additional hardware work on your Thinkpad.&lt;br /&gt;
&amp;lt;!-- adjust these comment markers if you add things to the hidden sections&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==PowerManagement==&lt;br /&gt;
* [[How to get SpeedStep working on Coppermine-piix4-smi based Thinkpads | SpeedStep on piix4]] &amp;lt;tt&amp;gt;(How to make SpeedStep (cpufreq) work on Coppermine-piix4-smi based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure cpufreqd | cpufreqd]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure powersaved | powersaved]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Graphics==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==Wireless LAN==&lt;br /&gt;
* [[How to install ndiswrapper for the Intel 2200bg WLAN adaptor | ndiswrapper for Intel 2200bg]] &amp;lt;tt&amp;gt;(ndiswrapper configuration for intel/pro 2200BG)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Ipw2200 | ipw2200]] &amp;lt;tt&amp;gt;Open-source native driver for Intel/PRO Wireless 2200BG&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Madwifi | Madwifi]] &amp;lt;tt&amp;gt;Native driver for cards based on Atheros chipsets&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Touchpad/Trackpoint==&lt;br /&gt;
* [[ Trackpoint | Trackpoint ]]&lt;br /&gt;
&lt;br /&gt;
==Internal Modem==&lt;br /&gt;
* [[Modem | Modem]] &amp;lt;tt&amp;gt;Drivers for the various internal (soft)modems&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphic==&lt;br /&gt;
* [[ Fglrx | Fglrx ]] &amp;lt;tt&amp;gt;ATI Mobility driver&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Hardware==&lt;br /&gt;
* [[How to install the IBM Ultracam II driver | IBM UltraCam II]] &amp;lt;tt&amp;gt;(How to make the IBM UltraCam II work under Linux)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Windows drivers==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Drivers&amp;diff=1197</id>
		<title>Drivers</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Drivers&amp;diff=1197"/>
		<updated>2004-12-28T11:12:21Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Internal Modem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on Thinkpad Drivers.&lt;br /&gt;
&lt;br /&gt;
==PowerManagement==&lt;br /&gt;
*[[ibm-acpi]] &amp;lt;tt&amp;gt;(IBM ThinkPad ACPI Extras Driver)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[thinkpad-acpi]] &amp;lt;tt&amp;gt;(IBM ThinkPad Fn+Fx key driver)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics==&lt;br /&gt;
*[[fglrx]] &amp;lt;tt&amp;gt;(ATI driver for Radeon, FireGL and Mobility boards)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[savage]] &amp;lt;tt&amp;gt;(Driver for Savage chips found in some Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[R128]]  &amp;lt;tt&amp;gt;(Driver for Rage128 chips found in some Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wireless LAN==&lt;br /&gt;
*[[madwifi]] &amp;lt;tt&amp;gt;(Multiband Atheros Driver for WiFi)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[ipw2100]] &amp;lt;tt&amp;gt;(Intel PRO/Wireless 2100 Driver for WiFi)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[ipw2200]] &amp;lt;tt&amp;gt;(Intel PRO/Wireless 2200 Driver for Wifi)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[hostap]]  &amp;lt;tt&amp;gt;(Intersil Prism2/2.5/3 Driver for Wifi)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Touchpad/Trackpoint==&lt;br /&gt;
*[[Synaptics TouchPad driver for X | Synaptics TouchPad driver]] &amp;lt;tt&amp;gt;(Touchpad driver for X.org/XFree86)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[tpconfig]] &amp;lt;tt&amp;gt;(Touchpad driver)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[trackpoint]] &amp;lt;tt&amp;gt;(TrackPoint Linux kernel driver)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Internal Modem==&lt;br /&gt;
*[[Modem]]&lt;br /&gt;
&lt;br /&gt;
==TPM / TCPA Hardware==&lt;br /&gt;
*[[tpm]] &amp;lt;tt&amp;gt;(GPL driver for the TCPA chip in newer Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Hardware==&lt;br /&gt;
*[[ultracampatch | IBM UltraCam II driver]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1087</id>
		<title>HOWTOs - Driver Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=HOWTOs_-_Driver_Installation&amp;diff=1087"/>
		<updated>2004-12-28T10:57:51Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Wireless LAN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on how to make additional hardware work on your Thinkpad.&lt;br /&gt;
&amp;lt;!-- adjust these comment markers if you add things to the hidden sections&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==PowerManagement==&lt;br /&gt;
* [[How to get SpeedStep working on Coppermine-piix4-smi based Thinkpads | SpeedStep on piix4]] &amp;lt;tt&amp;gt;(How to make SpeedStep (cpufreq) work on Coppermine-piix4-smi based Thinkpads)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure cpufreqd | cpufreqd]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[How to configure powersaved | powersaved]] &amp;lt;tt&amp;gt;(How to configure the cpufreqd SpeedStep daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Graphics==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==Wireless LAN==&lt;br /&gt;
* [[How to install ndiswrapper for the Intel 2200bg WLAN adaptor | ndiswrapper for Intel 2200bg]] &amp;lt;tt&amp;gt;(ndiswrapper configuration for intel/pro 2200BG)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Ipw2200 | ipw2200]] &amp;lt;tt&amp;gt;Open-source native driver for Intel/PRO Wireless 2200BG&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[Madwifi | Madwifi]] &amp;lt;tt&amp;gt;Native driver for cards based on Atheros chipsets&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Touchpad/Trackpoint==&lt;br /&gt;
no entry yet&lt;br /&gt;
&lt;br /&gt;
==Internal Modem==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Hardware==&lt;br /&gt;
* [[How to install the IBM Ultracam II driver | IBM UltraCam II]] &amp;lt;tt&amp;gt;(How to make the IBM UltraCam II work under Linux)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Windows drivers==&lt;br /&gt;
no entry yet&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1088</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1088"/>
		<updated>2004-12-28T10:50:07Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
Major new version with many improvements currently announced in &lt;br /&gt;
[http://www.rage3d.com/board/showpost.php?s=07cb2a5b16bde8ae9a808b0464e191a1&amp;amp;p=1333407704&amp;amp;postcount=158 Matthew Tippett's (ATI Linux Software Manager) forum posting]&lt;br /&gt;
for Mid-January 2005.&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1084</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1084"/>
		<updated>2004-12-28T10:45:27Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Useful links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.14.6&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Madwifi&amp;diff=1884</id>
		<title>Madwifi</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Madwifi&amp;diff=1884"/>
		<updated>2004-12-28T10:37:59Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Project Homepage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multiband Atheros Driver for WiFi ==&lt;br /&gt;
Linux driver for 802.11a/b/g universal NIC cards - Cardbus, PCI, or miniPCI - using Atheros chip sets.&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage ===&lt;br /&gt;
http://sourceforge.net/projects/madwifi&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*daily cvs snapshots: http://madwifi.otaku42.de&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://www.marlow.dk/site.php/tech/madwifi&lt;br /&gt;
&lt;br /&gt;
=== CVS ===&lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi \&lt;br /&gt;
 co madwifi&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
in development, usable&lt;br /&gt;
&lt;br /&gt;
=== Related links === &lt;br /&gt;
* [http://www.mattfoster.clara.co.uk/madwifi-faq.htm MadWifi FAQ]&lt;br /&gt;
* [http://madwifiwiki.thewebhost.de/wiki/ MadWiFi Wiki]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Madwifi&amp;diff=1082</id>
		<title>Madwifi</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Madwifi&amp;diff=1082"/>
		<updated>2004-12-28T10:37:31Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Project Homepage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multiband Atheros Driver for WiFi ==&lt;br /&gt;
Linux driver for 802.11a/b/g universal NIC cards - Cardbus, PCI, or miniPCI - using Atheros chip sets.&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage ===&lt;br /&gt;
http://sourceforge.net/projects/madwifi&lt;br /&gt;
&lt;br /&gt;
FAQ: http://www.mattfoster.clara.co.uk/madwifi-faq.htm&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*daily cvs snapshots: http://madwifi.otaku42.de&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://www.marlow.dk/site.php/tech/madwifi&lt;br /&gt;
&lt;br /&gt;
=== CVS ===&lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi \&lt;br /&gt;
 co madwifi&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
in development, usable&lt;br /&gt;
&lt;br /&gt;
=== Related links === &lt;br /&gt;
* [http://www.mattfoster.clara.co.uk/madwifi-faq.htm MadWifi FAQ]&lt;br /&gt;
* [http://madwifiwiki.thewebhost.de/wiki/ MadWiFi Wiki]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Modem_Devices&amp;diff=2039</id>
		<title>Modem Devices</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Modem_Devices&amp;diff=2039"/>
		<updated>2004-12-27T21:55:51Z</updated>

		<summary type="html">&lt;p&gt;UW(e): /* Internal Thinkpad Modem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Internal Thinkpad Modem ==&lt;br /&gt;
&lt;br /&gt;
Linux drivers for the various internal Thinkpad modems.&lt;br /&gt;
&lt;br /&gt;
=== scanModem script ===&lt;br /&gt;
&lt;br /&gt;
To identify your internal modem, it is always a good advice to start with the scanModem script from:&lt;br /&gt;
&lt;br /&gt;
http://linmodems.technion.ac.il/#scanmodem&lt;br /&gt;
&lt;br /&gt;
Grab a current version and have a look at its output.&lt;br /&gt;
&lt;br /&gt;
=== Agere (T40p) ===&lt;br /&gt;
&lt;br /&gt;
Give the drivers for Agere Softmodems from Smartlink a try:&lt;br /&gt;
&lt;br /&gt;
http://www.smlink.com/main/item.php?ln=en&amp;amp;item_id=84&amp;amp;main_id=32&lt;br /&gt;
&lt;br /&gt;
=== Conexant (T42p) ===&lt;br /&gt;
&lt;br /&gt;
Although, the Smartlink driver for Agere modems (see above) is able to communicate with the modem via AT commands, it cannot dial out (contradicting reports welcome!).&lt;br /&gt;
&lt;br /&gt;
If your favourite distribution does not include a hsfmodem driver (search for &amp;quot;hsfmodem&amp;quot; or &amp;quot;Conexant&amp;quot;), you can try the one from Linuxant:&lt;br /&gt;
&lt;br /&gt;
http://www.linuxant.com/drivers&lt;br /&gt;
&lt;br /&gt;
(14k free as in beer, 56k+Fax license 15$, they explain this policy under: http://www.linuxant.com/store/faq.php )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>UW(e)</name></author>
		
	</entry>
</feed>