<?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=Hepta+sean</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=Hepta+sean"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Hepta_sean"/>
	<updated>2026-05-03T22:23:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Hepta_sean&amp;diff=54552</id>
		<title>User:Hepta sean</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Hepta_sean&amp;diff=54552"/>
		<updated>2013-04-25T03:03:42Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This account is abandoned. (Too bad, there is no option to delete it.)&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Button&amp;diff=33063</id>
		<title>ThinkPad Button</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Button&amp;diff=33063"/>
		<updated>2007-09-12T03:33:02Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: Added simpler method for Gnome&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:Accessibm.png]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
The ThinkPad Button is a button situated in the upper left corner of the keyboard on modern ThinkPads. It is intended to be a means of quick access to help and support. Technically it is nothing else than a button that can be configured to launch a certain piece of software. While originally it was grey and labelled {{ibmkey|ThinkPad|#494949}}, IBM later made it blue and called it the {{ibmkey|Access IBM|#495988}} Button. Lenovo relabelled it as {{ibmkey|ThinkVantage|#495988}} after it took over the ThinkPad line from IBM.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== System Boot ==&lt;br /&gt;
Pressing {{ibmkey|Access IBM|#495988}} or {{ibmkey|ThinkVantage|#495988}} at system boot can launch the [[Predesktop Area| Predesktop Area]]. This depends on a specific setting of the BIOS Setup Utility and on the availability of either a [[Hidden Protected Area|Hidden Protected Area]] or a [[Rescue and Recovery|Rescue and Recovery partition]]. See the linked pages for details.&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
===Using tpb===&lt;br /&gt;
Under Linux, the IBM ThinkPad(tm) special keys can be enabled using [[tpb]].&lt;br /&gt;
&lt;br /&gt;
I.e., to make pressing the Access IBM Button launch ntpctl, add the following line {{path|/etc/tpbrc}} file: &lt;br /&gt;
 THINKPAD    /usr/bin/X11/xterm -T ntpctl -e ntpctl&lt;br /&gt;
&lt;br /&gt;
To make pressing the Access IBM Button launch the ThinkWiki homepage in Firefox, add the following line: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;THINKPAD    /usr/bin/firefox http://www.thinkwiki.org&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See the [[tpb]] page and the [[How to get special keys to work | ThinkPad special keys HOWTO]] for more information.&lt;br /&gt;
&lt;br /&gt;
===Using KDE===&lt;br /&gt;
&lt;br /&gt;
KDE supports assigning actions to (some) ThinkPad special keys, through the ThinkPad buttons [[KMilo]] plugin. &lt;br /&gt;
&lt;br /&gt;
It can be activated and configured in the KDE Control Center (&amp;lt;tt&amp;gt;kcontrol&amp;lt;/tt&amp;gt;), under &amp;lt;tt&amp;gt;System Administration --&amp;gt; IBM Thinkpad Laptop&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Using xbindkeys on Ubuntu===&lt;br /&gt;
&lt;br /&gt;
On Ubuntu (at least 7.04/Feisty) &amp;lt;code&amp;gt;tpb&amp;lt;/code&amp;gt; is not really an option, because it conflicts with &amp;lt;code&amp;gt;hotkey-setup&amp;lt;/code&amp;gt;, which is responsible for much things working out of the box.&lt;br /&gt;
&lt;br /&gt;
An alternative is to use &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt;, which can easily be installed with &amp;lt;code&amp;gt;aptitude install xbindkeys&amp;lt;/code&amp;gt; or via the Synaptic package manager. It can be used to assign arbitrary commands to certain keycodes. Therefore, we first have to find this keycode by running &amp;lt;code&amp;gt;xbindkeys --key&amp;lt;/code&amp;gt; and pressing the ThinkPad Button. This should result in something like the following:&lt;br /&gt;
 sean@amalthea ~ $ xbindkeys --key&lt;br /&gt;
 Press combination of keys or/and click under the window.&lt;br /&gt;
 You can use one of the two lines after &amp;quot;NoCommand&amp;quot;&lt;br /&gt;
 in $HOME/.xbindkeysrc to bind a key.&lt;br /&gt;
 &amp;quot;NoCommand&amp;quot;&lt;br /&gt;
     m:0x0 + c:159&lt;br /&gt;
     NoSymbol&lt;br /&gt;
&lt;br /&gt;
Now we can construct a minimal configuration file in &amp;lt;code&amp;gt;~/.xbindkeysrc&amp;lt;/code&amp;gt;:&lt;br /&gt;
 &amp;quot;gnome-terminal&amp;quot;&lt;br /&gt;
 m:0x0 + c:159&lt;br /&gt;
After starting &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt; without further options the ThinkPad Button should launch a new terminal. &lt;br /&gt;
&lt;br /&gt;
To start the program automatically at login add it under &amp;quot;System -&amp;gt; Preferences -&amp;gt; Sessions -&amp;gt; Startup Programs&amp;quot; (assuming the Gnome Desktop is used, otherwise add it to your &amp;lt;code&amp;gt;~/.xinitrc&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;~/.xsession&amp;lt;/code&amp;gt; or whatever is responsible for startup items in your setting).&lt;br /&gt;
&lt;br /&gt;
===Using Gnome===&lt;br /&gt;
&lt;br /&gt;
A simpler but less flexible possibility than &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt; is &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;. Just go to (for example) &amp;quot;Run a terminal&amp;quot; and press the ThinkPad Button, when asked for a &amp;quot;New accelerator...&amp;quot;. This will only work under the Gnome Desktop and cannot execute arbitrary commands, as &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;tpb&amp;lt;/code&amp;gt; can.&lt;br /&gt;
&lt;br /&gt;
== Windows support (2000 or XP) ==&lt;br /&gt;
If you want to customize the program that is launched when the {{ibmkey|ThinkPad|#494949}}, {{ibmkey|Access IBM|#495988}} or {{ibmkey|ThinkVantage|#495988}} button is pressed while&lt;br /&gt;
the machine is running {{Windows}} (2000 or XP) you can change the following registry entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are the default values for the original IBM version:&lt;br /&gt;
&lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001]&lt;br /&gt;
 &amp;quot;File&amp;quot;=&amp;quot;C:\\Program Files\\IBM\\Access IBM\\aibm.exe&amp;quot;&lt;br /&gt;
 &amp;quot;DispName&amp;quot;=&amp;quot;Access IBM&amp;quot;&lt;br /&gt;
&lt;br /&gt;
And these are the default values for the Lenovo version:&lt;br /&gt;
&lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001]&lt;br /&gt;
 &amp;quot;File&amp;quot;=&amp;quot;C:\\PROGRA~1\\THINKV~1\\PrdCtr\\LPL1.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
*[http://www.pc.ibm.com/us/think/thinkvantagetech/accessibm.html IBMs Access IBM ThinkVantage Technology page]&lt;br /&gt;
*[http://www-3.ibm.com/pc/support/site.wss/AIBM-TOOLS.html Access IBM - Customization Guide]&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
'''&amp;quot;ThinkPad&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}&lt;br /&gt;
*ThinkPad {{T20}}, {{T21}}, {{T22}}, {{T23}}, {{T30}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}&lt;br /&gt;
*ThinkPad {{TransNote}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Access IBM&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{G40}}, {{G41}}&lt;br /&gt;
*ThinkPad {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}&lt;br /&gt;
*ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}&lt;br /&gt;
*ThinkPad {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;ThinkVantage&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{R60}}, {{R60e}}, {{R61}}&lt;br /&gt;
*ThinkPad {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{X60}}, {{X60s}}, {{X61s}}&lt;br /&gt;
*ThinkPad {{Z Series}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Nickj&amp;diff=33062</id>
		<title>User:Nickj</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Nickj&amp;diff=33062"/>
		<updated>2007-09-12T03:04:06Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: Pointer to answer on ThinkPad Button&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm running an IBM Thinkpad T40, with Ubuntu 7.04 as the operating system.&lt;br /&gt;
&lt;br /&gt;
It works reasonably well, but I'm trying to find solutions to the following questions / problems that would take it from &amp;quot;good&amp;quot; to &amp;quot;great&amp;quot; :&lt;br /&gt;
* [[Talk:Tpb#Possible_to_use_hotkey-setup_instead?|How to make the &amp;quot;Access IBM&amp;quot; button open a console / xterm, using hotkey-setup?]].&lt;br /&gt;
* The mute button will mute sound, but pressing it again does not unmute. Is it possible to make it do this?&lt;br /&gt;
* After hibernating, the wired Ethernet sometimes stops working. Despite various combinations of &amp;lt;code&amp;gt;ifup / ifdown&amp;lt;/code&amp;gt;, editing &amp;lt;code&amp;gt;/etc/network/interfaces&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;/etc/init.d/networking restart&amp;lt;/code&amp;gt;, sometimes it refuses to work again. Restarting the computer seems to always make it work again. How to make sure that wired networking always works after a hibernate?&lt;br /&gt;
* For other laptop users, the Network Manager Applet in Gnome will display the wireless network strength, and available wireless networks. For me, it only displays the wireless strength. How can I show the available wireless networks in the panel area?&lt;br /&gt;
&lt;br /&gt;
If you have any answers or suggestions, then please edit this page and add them, I would welcome any assistance. -- All the best, [[User:Nickj|Nickj]] 06:02, 2 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I hope I have found an answer to your first question under [[ThinkPad_Button#Using_xbindkeys_on_Ubuntu]]. -- Greetings, [[User:Hepta sean|Hepta sean]] 03:04, 12 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Tpb&amp;diff=33061</id>
		<title>Talk:Tpb</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Tpb&amp;diff=33061"/>
		<updated>2007-09-12T02:59:51Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: /* Possible to use hotkey-setup instead? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;''Note that on some systems the &amp;quot;nvram&amp;quot; module will need to be loaded before tpb will work, as tpb needs to write to this device. If you run tpb in user-space, you will need write permissions (and, possibly, read); it is probably best to simply add users to a &amp;quot;nvram&amp;quot; group.''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Indeed, it may be much easier to get tpb to work properly if you add your user to the nvram group.&lt;br /&gt;
&lt;br /&gt;
LeJo&lt;br /&gt;
&lt;br /&gt;
== Possible to use hotkey-setup instead? ==&lt;br /&gt;
&lt;br /&gt;
Hi, I want to configure the &amp;quot;Access IBM&amp;quot; button on my T40 to open a console / xterm when I press it. However, in Ubuntu 7.04, when I do an &amp;lt;code&amp;gt;aptitude install tpb&amp;lt;/code&amp;gt;, it tells me that &amp;quot;&amp;lt;code&amp;gt;hotkey-setup: Conflicts: tpb&amp;lt;/code&amp;gt;&amp;quot;. So I would like to use hotkey-setup only if I can, especially since I see [http://ubuntuforums.org/showthread.php?t=469740 reports] of other people trying to install tpb together with hotkey-setup and messing up their other keys that were handled correctly by hotkey-setup before. Has anyone got the &amp;quot;Access IBM&amp;quot; key bound to a command using only hotkey-setup, and if so could you maybe share what you did? -- All the best, [[User:Nickj|Nickj]] 05:31, 2 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
As per [http://ubuntuforums.org/showthread.php?t=207514 this thread] I have just managed to get my &amp;quot;Access IBM&amp;quot; Button working without tpb. I just installed xbindkeys, created a very small file .xbindkeysrc with just the following 2 lines&lt;br /&gt;
 &amp;quot;gnome-terminal&amp;quot;&lt;br /&gt;
 m:0x0 + c:159&lt;br /&gt;
and added xbindkeys under System -&amp;gt; Preferences -&amp;gt; Sessions -&amp;gt; Startup Programs. The key code in the second line was given by &amp;lt;code&amp;gt;xbindkeys --key&amp;lt;/code&amp;gt; when I pressed the button. --[[User:Hepta sean|Hepta sean]] 01:33, 12 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added a longer version of this under [[ThinkPad_Button#Using_xbindkeys_on_Ubuntu|ThinkPad_Button]]. --[[User:Hepta sean|Hepta sean]] 02:59, 12 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Button&amp;diff=33060</id>
		<title>ThinkPad Button</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Button&amp;diff=33060"/>
		<updated>2007-09-12T02:37:34Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: Added section on Ubuntu/xbindkeys&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:Accessibm.png]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
The ThinkPad Button is a button situated in the upper left corner of the keyboard on modern ThinkPads. It is intended to be a means of quick access to help and support. Technically it is nothing else than a button that can be configured to launch a certain piece of software. While originally it was grey and labelled {{ibmkey|ThinkPad|#494949}}, IBM later made it blue and called it the {{ibmkey|Access IBM|#495988}} Button. Lenovo relabelled it as {{ibmkey|ThinkVantage|#495988}} after it took over the ThinkPad line from IBM.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== System Boot ==&lt;br /&gt;
Pressing {{ibmkey|Access IBM|#495988}} or {{ibmkey|ThinkVantage|#495988}} at system boot can launch the [[Predesktop Area| Predesktop Area]]. This depends on a specific setting of the BIOS Setup Utility and on the availability of either a [[Hidden Protected Area|Hidden Protected Area]] or a [[Rescue and Recovery|Rescue and Recovery partition]]. See the linked pages for details.&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
===Using tpb===&lt;br /&gt;
Under Linux, the IBM ThinkPad(tm) special keys can be enabled using [[tpb]].&lt;br /&gt;
&lt;br /&gt;
I.e., to make pressing the Access IBM Button launch ntpctl, add the following line {{path|/etc/tpbrc}} file: &lt;br /&gt;
 THINKPAD    /usr/bin/X11/xterm -T ntpctl -e ntpctl&lt;br /&gt;
&lt;br /&gt;
To make pressing the Access IBM Button launch the ThinkWiki homepage in Firefox, add the following line: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;THINKPAD    /usr/bin/firefox http://www.thinkwiki.org&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See the [[tpb]] page and the [[How to get special keys to work | ThinkPad special keys HOWTO]] for more information.&lt;br /&gt;
&lt;br /&gt;
===Using KDE===&lt;br /&gt;
&lt;br /&gt;
KDE supports assigning actions to (some) ThinkPad special keys, through the ThinkPad buttons [[KMilo]] plugin. &lt;br /&gt;
&lt;br /&gt;
It can be activated and configured in the KDE Control Center (&amp;lt;tt&amp;gt;kcontrol&amp;lt;/tt&amp;gt;), under &amp;lt;tt&amp;gt;System Administration --&amp;gt; IBM Thinkpad Laptop&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Using xbindkeys on Ubuntu===&lt;br /&gt;
&lt;br /&gt;
On Ubuntu (at least 7.04/Feisty) &amp;lt;code&amp;gt;tpb&amp;lt;/code&amp;gt; is not really an option, because it conflicts with &amp;lt;code&amp;gt;hotkey-setup&amp;lt;/code&amp;gt;, which is responsible for much things working out of the box.&lt;br /&gt;
&lt;br /&gt;
An alternative is to use &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt;, which can easily be installed with &amp;lt;code&amp;gt;aptitude install xbindkeys&amp;lt;/code&amp;gt; or via the Synaptic package manager. It can be used to assign arbitrary commands to certain keycodes. Therefore, we first have to find this keycode by running &amp;lt;code&amp;gt;xbindkeys --key&amp;lt;/code&amp;gt; and pressing the ThinkPad Button. This should result in something like the following:&lt;br /&gt;
 sean@amalthea ~ $ xbindkeys --key&lt;br /&gt;
 Press combination of keys or/and click under the window.&lt;br /&gt;
 You can use one of the two lines after &amp;quot;NoCommand&amp;quot;&lt;br /&gt;
 in $HOME/.xbindkeysrc to bind a key.&lt;br /&gt;
 &amp;quot;NoCommand&amp;quot;&lt;br /&gt;
     m:0x0 + c:159&lt;br /&gt;
     NoSymbol&lt;br /&gt;
&lt;br /&gt;
Now we can construct a minimal configuration file in &amp;lt;code&amp;gt;~/.xbindkeysrc&amp;lt;/code&amp;gt;:&lt;br /&gt;
 &amp;quot;gnome-terminal&amp;quot;&lt;br /&gt;
 m:0x0 + c:159&lt;br /&gt;
After starting &amp;lt;code&amp;gt;xbindkeys&amp;lt;/code&amp;gt; without further options the ThinkPad Button should launch a new terminal. &lt;br /&gt;
&lt;br /&gt;
To start the program automatically at login add it under &amp;quot;System -&amp;gt; Preferences -&amp;gt; Sessions -&amp;gt; Startup Programs&amp;quot; (assuming the Gnome Desktop is used, otherwise add it to your &amp;lt;code&amp;gt;~/.xinitrc&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;~/.xsession&amp;lt;/code&amp;gt; or whatever is responsible for startup items in your setting).&lt;br /&gt;
&lt;br /&gt;
== Windows support (2000 or XP) ==&lt;br /&gt;
If you want to customize the program that is launched when the {{ibmkey|ThinkPad|#494949}}, {{ibmkey|Access IBM|#495988}} or {{ibmkey|ThinkVantage|#495988}} button is pressed while&lt;br /&gt;
the machine is running {{Windows}} (2000 or XP) you can change the following registry entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are the default values for the original IBM version:&lt;br /&gt;
&lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001]&lt;br /&gt;
 &amp;quot;File&amp;quot;=&amp;quot;C:\\Program Files\\IBM\\Access IBM\\aibm.exe&amp;quot;&lt;br /&gt;
 &amp;quot;DispName&amp;quot;=&amp;quot;Access IBM&amp;quot;&lt;br /&gt;
&lt;br /&gt;
And these are the default values for the Lenovo version:&lt;br /&gt;
&lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TPHOTKEY\8001]&lt;br /&gt;
 &amp;quot;File&amp;quot;=&amp;quot;C:\\PROGRA~1\\THINKV~1\\PrdCtr\\LPL1.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
*[http://www.pc.ibm.com/us/think/thinkvantagetech/accessibm.html IBMs Access IBM ThinkVantage Technology page]&lt;br /&gt;
*[http://www-3.ibm.com/pc/support/site.wss/AIBM-TOOLS.html Access IBM - Customization Guide]&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
'''&amp;quot;ThinkPad&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}&lt;br /&gt;
*ThinkPad {{T20}}, {{T21}}, {{T22}}, {{T23}}, {{T30}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}&lt;br /&gt;
*ThinkPad {{TransNote}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Access IBM&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{G40}}, {{G41}}&lt;br /&gt;
*ThinkPad {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}&lt;br /&gt;
*ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}&lt;br /&gt;
*ThinkPad {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;ThinkVantage&amp;quot; button'''&lt;br /&gt;
*ThinkPad {{R60}}, {{R60e}}, {{R61}}&lt;br /&gt;
*ThinkPad {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{X60}}, {{X60s}}, {{X61s}}&lt;br /&gt;
*ThinkPad {{Z Series}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Hepta_sean&amp;diff=33059</id>
		<title>User:Hepta sean</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Hepta_sean&amp;diff=33059"/>
		<updated>2007-09-12T01:57:10Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: â†Created page with 'Since a few weeks I am running Linux (first Debian Etch, then Debian Lenny, now Ubuntu Feisty) on a ThinkPad X41.  So far, they all three did their job quite well. I just ...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since a few weeks I am running Linux (first Debian Etch, then Debian Lenny, now Ubuntu Feisty) on a ThinkPad X41.&lt;br /&gt;
&lt;br /&gt;
So far, they all three did their job quite well. I just needed to switch from Etch/stable to Lenny/testing to get the new Xorg-intel driver, because the i810-driver was somehow dying after suspends. Strangely enough under Ubuntu all works well with i810.&lt;br /&gt;
&lt;br /&gt;
The second switch to Ubuntu was more out of curiosity. So far everything in Ubuntu seems to work out-of-the-box. Great!&lt;br /&gt;
&lt;br /&gt;
By the way: The pre-installed Windows didn't survive longer than half an hour. After trying to burn the rescue disks resulted in a blue-screen, I just wiped the whole harddisk and installed real software. ;)&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Tpb&amp;diff=33058</id>
		<title>Talk:Tpb</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Tpb&amp;diff=33058"/>
		<updated>2007-09-12T01:33:19Z</updated>

		<summary type="html">&lt;p&gt;Hepta sean: /* Possible to use hotkey-setup instead? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;''Note that on some systems the &amp;quot;nvram&amp;quot; module will need to be loaded before tpb will work, as tpb needs to write to this device. If you run tpb in user-space, you will need write permissions (and, possibly, read); it is probably best to simply add users to a &amp;quot;nvram&amp;quot; group.''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Indeed, it may be much easier to get tpb to work properly if you add your user to the nvram group.&lt;br /&gt;
&lt;br /&gt;
LeJo&lt;br /&gt;
&lt;br /&gt;
== Possible to use hotkey-setup instead? ==&lt;br /&gt;
&lt;br /&gt;
Hi, I want to configure the &amp;quot;Access IBM&amp;quot; button on my T40 to open a console / xterm when I press it. However, in Ubuntu 7.04, when I do an &amp;lt;code&amp;gt;aptitude install tpb&amp;lt;/code&amp;gt;, it tells me that &amp;quot;&amp;lt;code&amp;gt;hotkey-setup: Conflicts: tpb&amp;lt;/code&amp;gt;&amp;quot;. So I would like to use hotkey-setup only if I can, especially since I see [http://ubuntuforums.org/showthread.php?t=469740 reports] of other people trying to install tpb together with hotkey-setup and messing up their other keys that were handled correctly by hotkey-setup before. Has anyone got the &amp;quot;Access IBM&amp;quot; key bound to a command using only hotkey-setup, and if so could you maybe share what you did? -- All the best, [[User:Nickj|Nickj]] 05:31, 2 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
As per [http://ubuntuforums.org/showthread.php?t=207514 this thread] I have just managed to get my &amp;quot;Access IBM&amp;quot; Button working without tpb. I just installed xbindkeys, created a very small file .xbindkeysrc with just the following 2 lines&lt;br /&gt;
 &amp;quot;gnome-terminal&amp;quot;&lt;br /&gt;
 m:0x0 + c:159&lt;br /&gt;
and added xbindkeys under System -&amp;gt; Preferences -&amp;gt; Sessions -&amp;gt; Startup Programs. The key code in the second line was given by &amp;lt;code&amp;gt;xbindkeys --key&amp;lt;/code&amp;gt; when I pressed the button. --[[User:Hepta sean|Hepta sean]] 01:33, 12 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Hepta sean</name></author>
		
	</entry>
</feed>