<?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=Dodo</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=Dodo"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Dodo"/>
	<updated>2026-05-11T05:17:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6505</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=6505"/>
		<updated>2005-07-13T09:58:13Z</updated>

		<summary type="html">&lt;p&gt;Dodo: /* Sound */&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;
Currently not working, clocks the cpu down but not up.&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 Toucpad 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>Dodo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_on_a_ThinkPad_T43p&amp;diff=6504</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=6504"/>
		<updated>2005-07-13T09:55:17Z</updated>

		<summary type="html">&lt;p&gt;Dodo: /* Bluetooth */&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;
Currently not working, clocks the cpu down but not up.&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;
not tested yet&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 Toucpad 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>Dodo</name></author>
		
	</entry>
</feed>