<?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=212.63.73.43</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=212.63.73.43"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/212.63.73.43"/>
	<updated>2026-05-23T21:49:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6672</id>
		<title>Talk:Installing Debian 3.1 (Sarge) on a ThinkPad T43p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6672"/>
		<updated>2005-07-15T07:40:04Z</updated>

		<summary type="html">&lt;p&gt;212.63.73.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;can somebody tell me how to activate the dvd drive ?&lt;br /&gt;
since using the sata driver unter kernel 2.6 i can't use my dvd ...&lt;/div&gt;</summary>
		<author><name>212.63.73.43</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6697</id>
		<title>Installing Debian 3.1 (Sarge) on a ThinkPad T43p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6697"/>
		<updated>2005-07-15T07:37:34Z</updated>

		<summary type="html">&lt;p&gt;212.63.73.43: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This is how I installad Debian / Sarge on my new T43p.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
I also got a new 100 GB HDS disk, so I swapped out the 60 GB model an plug in my new 100 GB.&lt;br /&gt;
When I booted the Sarge Installdisks with the 2.6 Kernel, Linux was not able to recognize the HD.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the old 2.4 Kernel, installed sarge, get a fresh kernel from kernel.org.&lt;br /&gt;
After compilation and replacing hda through sda, the T43p boot into 2.6.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
===CPU and frequency scaling===&lt;br /&gt;
First you have to activate ACPI and Speedsteep in your Kernel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CONFIG_ACPI=y&lt;br /&gt;
CONFIG_ACPI_BOOT=y&lt;br /&gt;
CONFIG_ACPI_INTERPRETER=y&lt;br /&gt;
CONFIG_ACPI_AC=y&lt;br /&gt;
CONFIG_ACPI_BATTERY=y&lt;br /&gt;
CONFIG_ACPI_BUTTON=y&lt;br /&gt;
CONFIG_ACPI_FAN=y&lt;br /&gt;
CONFIG_ACPI_PROCESSOR=y&lt;br /&gt;
CONFIG_ACPI_THERMAL=y&lt;br /&gt;
CONFIG_ACPI_IBM=y&lt;br /&gt;
CONFIG_ACPI_BLACKLIST_YEAR=0&lt;br /&gt;
CONFIG_ACPI_BUS=y&lt;br /&gt;
CONFIG_ACPI_EC=y&lt;br /&gt;
CONFIG_ACPI_POWER=y&lt;br /&gt;
CONFIG_ACPI_PCI=y&lt;br /&gt;
CONFIG_ACPI_SYSTEM=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_ICH=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_LIB=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
apt-get install acpid powernowd&lt;br /&gt;
&lt;br /&gt;
you can test your current cpu frequenc with the following comand:&lt;br /&gt;
echo `cat /proc/cpuinfo | grep &amp;quot;^cpu MHz&amp;quot; | cut -d&amp;quot;:&amp;quot; -f2` MHZ&lt;br /&gt;
&lt;br /&gt;
===Network===&lt;br /&gt;
Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
Works with the tg3 module&lt;br /&gt;
&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
Nothing special here. Working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controlle&amp;lt;br&amp;gt;&lt;br /&gt;
With ALSA snd_intel8x0 working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Graphics Adapter===&lt;br /&gt;
ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
&lt;br /&gt;
It is a [[ATI Mobility FireGL V3200]] with 128MB&lt;br /&gt;
&lt;br /&gt;
I used the debian packages from [[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html]] version 8.14.13-2&lt;br /&gt;
and followed the instructions on that page.&lt;br /&gt;
&lt;br /&gt;
Nothing special here. (XFree 4.3.0.dfsg)&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
I use one external USB Logitech Trackball and both internal, the Touchpad and the Trackpoint.&lt;br /&gt;
In my XF86Config-4 are 3 mice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse_II&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Generic Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;SendCoreEvents&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
        Option          &amp;quot;ZAxisMapping&amp;quot;          &amp;quot;4 5&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Buttons==&lt;br /&gt;
{|&lt;br /&gt;
|ThinkLight&lt;br /&gt;
|Fn + PgUp&lt;br /&gt;
|Just worked (can also be toggled through ibm-acpi's /proc/acpi/ibm/light)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness up &lt;br /&gt;
|Fn + Home&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness down &lt;br /&gt;
|Fn + End&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
KDE Konfigurationtool for the Buttons:&lt;br /&gt;
apt-get install kmilo&lt;br /&gt;
&lt;br /&gt;
==Various Information==&lt;br /&gt;
===lspci Output===&lt;br /&gt;
&lt;br /&gt;
To have all the hardware show up with its proper name, I had to get a new pci.ids file from the [http://pciids.sourceforge.net/ Linux PCI ID Repostiory] and copy it to /usr/share/misc/pci.ids. I believe newer distributions and kernels won't need that file anymore.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)&lt;br /&gt;
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)&lt;br /&gt;
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)&lt;br /&gt;
0000:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)&lt;br /&gt;
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)&lt;br /&gt;
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)&lt;br /&gt;
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)&lt;br /&gt;
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)&lt;br /&gt;
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)&lt;br /&gt;
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)&lt;br /&gt;
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)&lt;br /&gt;
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)&lt;br /&gt;
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)&lt;br /&gt;
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)&lt;br /&gt;
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)&lt;br /&gt;
0000:01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
0000:04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)&lt;br /&gt;
0000:04:02.0 Network controller: Intel Corporation: Unknown device 4224 (rev 05)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Debian]] [[Category:T43p]]&lt;/div&gt;</summary>
		<author><name>212.63.73.43</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6618</id>
		<title>Installing Debian 3.1 (Sarge) on a ThinkPad T43p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6618"/>
		<updated>2005-07-15T07:33:11Z</updated>

		<summary type="html">&lt;p&gt;212.63.73.43: /* CPU and frequency scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This is how I installad Debian / Sarge on my new T43p.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
I also got a new 100 GB HDS disk, so I swapped out the 60 GB model an plug in my new 100 GB.&lt;br /&gt;
When I booted the Sarge Installdisks with the 2.6 Kernel, Linux was not able to recognize the HD.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the old 2.4 Kernel, installed sarge, get a fresh kernel from kernel.org.&lt;br /&gt;
After compilation and replacing hda through sda, the T43p boot into 2.6.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
===CPU and frequency scaling===&lt;br /&gt;
First you have to activate ACPI and Speedsteep in your Kernel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CONFIG_ACPI=y&lt;br /&gt;
CONFIG_ACPI_BOOT=y&lt;br /&gt;
CONFIG_ACPI_INTERPRETER=y&lt;br /&gt;
CONFIG_ACPI_AC=y&lt;br /&gt;
CONFIG_ACPI_BATTERY=y&lt;br /&gt;
CONFIG_ACPI_BUTTON=y&lt;br /&gt;
CONFIG_ACPI_FAN=y&lt;br /&gt;
CONFIG_ACPI_PROCESSOR=y&lt;br /&gt;
CONFIG_ACPI_THERMAL=y&lt;br /&gt;
CONFIG_ACPI_IBM=y&lt;br /&gt;
CONFIG_ACPI_BLACKLIST_YEAR=0&lt;br /&gt;
CONFIG_ACPI_BUS=y&lt;br /&gt;
CONFIG_ACPI_EC=y&lt;br /&gt;
CONFIG_ACPI_POWER=y&lt;br /&gt;
CONFIG_ACPI_PCI=y&lt;br /&gt;
CONFIG_ACPI_SYSTEM=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_ICH=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_LIB=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
apt-get install acpid powernowd&lt;br /&gt;
&lt;br /&gt;
you can test your current cpu frequenc with the following comand:&lt;br /&gt;
echo `cat /proc/cpuinfo | grep &amp;quot;^cpu MHz&amp;quot; | cut -d&amp;quot;:&amp;quot; -f2` MHZ&lt;br /&gt;
&lt;br /&gt;
===Network===&lt;br /&gt;
Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
Works with the tg3 module&lt;br /&gt;
&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
Nothing special here. Working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controlle&amp;lt;br&amp;gt;&lt;br /&gt;
With ALSA snd_intel8x0 working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Graphics Adapter===&lt;br /&gt;
ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
&lt;br /&gt;
It is a [[ATI Mobility FireGL V3200]] with 128MB&lt;br /&gt;
&lt;br /&gt;
I used the debian packages from [[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html]] version 8.14.13-2&lt;br /&gt;
and followed the instructions on that page.&lt;br /&gt;
&lt;br /&gt;
Nothing special here. (XFree 4.3.0.dfsg)&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
I use one external USB Logitech Trackball and both internal, the Touchpad and the Trackpoint.&lt;br /&gt;
In my XF86Config-4 are 3 mice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse_II&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Generic Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;SendCoreEvents&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
        Option          &amp;quot;ZAxisMapping&amp;quot;          &amp;quot;4 5&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Buttons==&lt;br /&gt;
{|&lt;br /&gt;
|ThinkLight&lt;br /&gt;
|Fn + PgUp&lt;br /&gt;
|Just worked (can also be toggled through ibm-acpi's /proc/acpi/ibm/light)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness up &lt;br /&gt;
|Fn + Home&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness down &lt;br /&gt;
|Fn + End&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Various Information==&lt;br /&gt;
===lspci Output===&lt;br /&gt;
&lt;br /&gt;
To have all the hardware show up with its proper name, I had to get a new pci.ids file from the [http://pciids.sourceforge.net/ Linux PCI ID Repostiory] and copy it to /usr/share/misc/pci.ids. I believe newer distributions and kernels won't need that file anymore.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)&lt;br /&gt;
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)&lt;br /&gt;
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)&lt;br /&gt;
0000:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)&lt;br /&gt;
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)&lt;br /&gt;
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)&lt;br /&gt;
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)&lt;br /&gt;
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)&lt;br /&gt;
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)&lt;br /&gt;
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)&lt;br /&gt;
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)&lt;br /&gt;
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)&lt;br /&gt;
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)&lt;br /&gt;
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)&lt;br /&gt;
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)&lt;br /&gt;
0000:01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
0000:04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)&lt;br /&gt;
0000:04:02.0 Network controller: Intel Corporation: Unknown device 4224 (rev 05)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Debian]] [[Category:T43p]]&lt;/div&gt;</summary>
		<author><name>212.63.73.43</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6617</id>
		<title>Installing Debian 3.1 (Sarge) on a ThinkPad T43p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6617"/>
		<updated>2005-07-15T07:32:44Z</updated>

		<summary type="html">&lt;p&gt;212.63.73.43: /* CPU and frequency scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This is how I installad Debian / Sarge on my new T43p.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
I also got a new 100 GB HDS disk, so I swapped out the 60 GB model an plug in my new 100 GB.&lt;br /&gt;
When I booted the Sarge Installdisks with the 2.6 Kernel, Linux was not able to recognize the HD.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the old 2.4 Kernel, installed sarge, get a fresh kernel from kernel.org.&lt;br /&gt;
After compilation and replacing hda through sda, the T43p boot into 2.6.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
===CPU and frequency scaling===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
First you have to activate ACPI and Speedsteep in your Kernel:&lt;br /&gt;
&lt;br /&gt;
CONFIG_ACPI=y&lt;br /&gt;
CONFIG_ACPI_BOOT=y&lt;br /&gt;
CONFIG_ACPI_INTERPRETER=y&lt;br /&gt;
CONFIG_ACPI_AC=y&lt;br /&gt;
CONFIG_ACPI_BATTERY=y&lt;br /&gt;
CONFIG_ACPI_BUTTON=y&lt;br /&gt;
CONFIG_ACPI_FAN=y&lt;br /&gt;
CONFIG_ACPI_PROCESSOR=y&lt;br /&gt;
CONFIG_ACPI_THERMAL=y&lt;br /&gt;
CONFIG_ACPI_IBM=y&lt;br /&gt;
CONFIG_ACPI_BLACKLIST_YEAR=0&lt;br /&gt;
CONFIG_ACPI_BUS=y&lt;br /&gt;
CONFIG_ACPI_EC=y&lt;br /&gt;
CONFIG_ACPI_POWER=y&lt;br /&gt;
CONFIG_ACPI_PCI=y&lt;br /&gt;
CONFIG_ACPI_SYSTEM=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_ICH=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_LIB=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y&lt;br /&gt;
&lt;br /&gt;
apt-get install acpid powernowd&lt;br /&gt;
&lt;br /&gt;
you can test your current cpu frequenc with the following comand:&lt;br /&gt;
echo `cat /proc/cpuinfo | grep &amp;quot;^cpu MHz&amp;quot; | cut -d&amp;quot;:&amp;quot; -f2` MHZ&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Network===&lt;br /&gt;
Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
Works with the tg3 module&lt;br /&gt;
&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
Nothing special here. Working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controlle&amp;lt;br&amp;gt;&lt;br /&gt;
With ALSA snd_intel8x0 working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Graphics Adapter===&lt;br /&gt;
ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
&lt;br /&gt;
It is a [[ATI Mobility FireGL V3200]] with 128MB&lt;br /&gt;
&lt;br /&gt;
I used the debian packages from [[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html]] version 8.14.13-2&lt;br /&gt;
and followed the instructions on that page.&lt;br /&gt;
&lt;br /&gt;
Nothing special here. (XFree 4.3.0.dfsg)&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
I use one external USB Logitech Trackball and both internal, the Touchpad and the Trackpoint.&lt;br /&gt;
In my XF86Config-4 are 3 mice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse_II&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Generic Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;SendCoreEvents&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
        Option          &amp;quot;ZAxisMapping&amp;quot;          &amp;quot;4 5&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Buttons==&lt;br /&gt;
{|&lt;br /&gt;
|ThinkLight&lt;br /&gt;
|Fn + PgUp&lt;br /&gt;
|Just worked (can also be toggled through ibm-acpi's /proc/acpi/ibm/light)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness up &lt;br /&gt;
|Fn + Home&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness down &lt;br /&gt;
|Fn + End&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Various Information==&lt;br /&gt;
===lspci Output===&lt;br /&gt;
&lt;br /&gt;
To have all the hardware show up with its proper name, I had to get a new pci.ids file from the [http://pciids.sourceforge.net/ Linux PCI ID Repostiory] and copy it to /usr/share/misc/pci.ids. I believe newer distributions and kernels won't need that file anymore.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)&lt;br /&gt;
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)&lt;br /&gt;
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)&lt;br /&gt;
0000:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)&lt;br /&gt;
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)&lt;br /&gt;
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)&lt;br /&gt;
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)&lt;br /&gt;
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)&lt;br /&gt;
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)&lt;br /&gt;
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)&lt;br /&gt;
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)&lt;br /&gt;
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)&lt;br /&gt;
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)&lt;br /&gt;
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)&lt;br /&gt;
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)&lt;br /&gt;
0000:01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
0000:04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)&lt;br /&gt;
0000:04:02.0 Network controller: Intel Corporation: Unknown device 4224 (rev 05)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Debian]] [[Category:T43p]]&lt;/div&gt;</summary>
		<author><name>212.63.73.43</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6616</id>
		<title>Installing Debian 3.1 (Sarge) on a ThinkPad T43p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6616"/>
		<updated>2005-07-15T07:31:41Z</updated>

		<summary type="html">&lt;p&gt;212.63.73.43: /* CPU and frequency scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This is how I installad Debian / Sarge on my new T43p.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
I also got a new 100 GB HDS disk, so I swapped out the 60 GB model an plug in my new 100 GB.&lt;br /&gt;
When I booted the Sarge Installdisks with the 2.6 Kernel, Linux was not able to recognize the HD.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the old 2.4 Kernel, installed sarge, get a fresh kernel from kernel.org.&lt;br /&gt;
After compilation and replacing hda through sda, the T43p boot into 2.6.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
===CPU and frequency scaling===&lt;br /&gt;
First you have to activate ACPI and Speedsteep in your Kernel:&lt;br /&gt;
&lt;br /&gt;
CONFIG_ACPI=y&lt;br /&gt;
CONFIG_ACPI_BOOT=y&lt;br /&gt;
CONFIG_ACPI_INTERPRETER=y&lt;br /&gt;
CONFIG_ACPI_AC=y&lt;br /&gt;
CONFIG_ACPI_BATTERY=y&lt;br /&gt;
CONFIG_ACPI_BUTTON=y&lt;br /&gt;
CONFIG_ACPI_FAN=y&lt;br /&gt;
CONFIG_ACPI_PROCESSOR=y&lt;br /&gt;
CONFIG_ACPI_THERMAL=y&lt;br /&gt;
CONFIG_ACPI_IBM=y&lt;br /&gt;
CONFIG_ACPI_BLACKLIST_YEAR=0&lt;br /&gt;
CONFIG_ACPI_BUS=y&lt;br /&gt;
CONFIG_ACPI_EC=y&lt;br /&gt;
CONFIG_ACPI_POWER=y&lt;br /&gt;
CONFIG_ACPI_PCI=y&lt;br /&gt;
CONFIG_ACPI_SYSTEM=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_ICH=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_LIB=y&lt;br /&gt;
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y&lt;br /&gt;
&lt;br /&gt;
apt-get install acpid powernowd&lt;br /&gt;
&lt;br /&gt;
you can test your current cpu frequenc with the following comand:&lt;br /&gt;
echo `cat /proc/cpuinfo | grep &amp;quot;^cpu MHz&amp;quot; | cut -d&amp;quot;:&amp;quot; -f2` MHZ&lt;br /&gt;
&lt;br /&gt;
===Network===&lt;br /&gt;
Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
Works with the tg3 module&lt;br /&gt;
&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
Nothing special here. Working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controlle&amp;lt;br&amp;gt;&lt;br /&gt;
With ALSA snd_intel8x0 working without any problem.&lt;br /&gt;
&lt;br /&gt;
===Graphics Adapter===&lt;br /&gt;
ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
&lt;br /&gt;
It is a [[ATI Mobility FireGL V3200]] with 128MB&lt;br /&gt;
&lt;br /&gt;
I used the debian packages from [[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html]] version 8.14.13-2&lt;br /&gt;
and followed the instructions on that page.&lt;br /&gt;
&lt;br /&gt;
Nothing special here. (XFree 4.3.0.dfsg)&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
I use one external USB Logitech Trackball and both internal, the Touchpad and the Trackpoint.&lt;br /&gt;
In my XF86Config-4 are 3 mice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Configured Mouse_II&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;PS/2&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Generic Mouse&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option          &amp;quot;SendCoreEvents&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option          &amp;quot;Protocol&amp;quot;              &amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
        Option          &amp;quot;ZAxisMapping&amp;quot;          &amp;quot;4 5&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Buttons==&lt;br /&gt;
{|&lt;br /&gt;
|ThinkLight&lt;br /&gt;
|Fn + PgUp&lt;br /&gt;
|Just worked (can also be toggled through ibm-acpi's /proc/acpi/ibm/light)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness up &lt;br /&gt;
|Fn + Home&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|-&lt;br /&gt;
|Display brightness down &lt;br /&gt;
|Fn + End&lt;br /&gt;
|Just worked (no software necessary)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Various Information==&lt;br /&gt;
===lspci Output===&lt;br /&gt;
&lt;br /&gt;
To have all the hardware show up with its proper name, I had to get a new pci.ids file from the [http://pciids.sourceforge.net/ Linux PCI ID Repostiory] and copy it to /usr/share/misc/pci.ids. I believe newer distributions and kernels won't need that file anymore.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)&lt;br /&gt;
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)&lt;br /&gt;
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)&lt;br /&gt;
0000:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)&lt;br /&gt;
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)&lt;br /&gt;
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)&lt;br /&gt;
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)&lt;br /&gt;
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)&lt;br /&gt;
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)&lt;br /&gt;
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)&lt;br /&gt;
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)&lt;br /&gt;
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)&lt;br /&gt;
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)&lt;br /&gt;
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)&lt;br /&gt;
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)&lt;br /&gt;
0000:01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)&lt;br /&gt;
0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)&lt;br /&gt;
0000:04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)&lt;br /&gt;
0000:04:02.0 Network controller: Intel Corporation: Unknown device 4224 (rev 05)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Debian]] [[Category:T43p]]&lt;/div&gt;</summary>
		<author><name>212.63.73.43</name></author>
		
	</entry>
</feed>