<?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=Samba</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=Samba"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Samba"/>
	<updated>2026-04-30T12:42:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=42616</id>
		<title>Talk:How to configure the TrackPoint</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=42616"/>
		<updated>2009-04-11T17:23:32Z</updated>

		<summary type="html">&lt;p&gt;Samba: added press to select for jaunty (please move to main page if you agree)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== /sys-configuration files ====&lt;br /&gt;
where can i find documentation of the other files (thresh, upthresh, skipback, reach, inertia...)? [[User:Blerp|Blerp]] 01:01, 9 March 2007 (CET)&lt;br /&gt;
:I second that question. --[[User:Telofy|Telofy]] 18:11, 31 December 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== shifting /sys-paths ====&lt;br /&gt;
2007-03-13&lt;br /&gt;
On my Thinkpad R60 with kernel 2.6.20, the path is {{path|/sys/devices/platform/i8042/serio1/serio2}}.&lt;br /&gt;
&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.15 and forward, the path does not include &lt;br /&gt;
{{path|serio2}}; it stops at {{path|serio0}}. &lt;br /&gt;
&lt;br /&gt;
Same thing on a {{Ubuntu}} Dapper install on an {{X31}}, again with kernel 2.6.15 (maybe that's the reason? [[User:Piccobello|Piccobello]] 17:02, 26 November 2006 (CET)).&lt;br /&gt;
&lt;br /&gt;
2006-07-18&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.16 and forward, the path is {{path|/sys/devices/platform/i8042/serio0/serio2}}&lt;br /&gt;
&lt;br /&gt;
2005-11-07&lt;br /&gt;
OpenSuSE 10.0 has a kernel based on 2.6.13 (probably heavily patched), but the directory /sys/devices/platform/i8042/serio0/serio2 does not exist.&lt;br /&gt;
instead, it looks like this:&lt;br /&gt;
 hoppetosse:/sys/devices/platform/i8042/serio0 # ls -l&lt;br /&gt;
 total 0&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 bind_mode&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 bus -&amp;gt; ../../../../bus/serio&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 description&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 driver -&amp;gt; ../../../../bus/serio/drivers/psmouse&lt;br /&gt;
 --w-------  1 root root 4096 Nov  7 18:38 drvctl&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 id&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 modalias&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 power&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 protocol&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 rate&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resetafter&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resolution&lt;br /&gt;
&amp;quot;description&amp;quot; says it's an &amp;quot;i8042 Aux Port&amp;quot;. The page [[Patch to enable advanced trackpoint configuration]] seems to imply that a kernel patch is needed in order to get those features... this needs clarification.&lt;br /&gt;
hmm. where can i find out whether &amp;quot;drvctrl&amp;quot; is what i'm looking for and what options it takes? guess it's back to RTFS...&lt;br /&gt;
&lt;br /&gt;
2005-10-06&lt;br /&gt;
It seems that new version of the patch ( 2.6.12 at least ), the press to select entry in /sys is named &amp;quot;press_to_select&amp;quot; and not &amp;quot;ptson&amp;quot;. I changed the page accordingly so that it complies with the [[Patch to enable advanced trackpoint configuration]] page.&lt;br /&gt;
If you use an older version try :&lt;br /&gt;
&lt;br /&gt;
====Press to Select====&lt;br /&gt;
Press to Select allows you to tap the control stick which will simulate a left click. You can enable this feature by typing the following in to a terminal (you may need to be root):&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 1 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Press to Select should now be enabled. You can disable it in a similar manner:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Where do I have to put this script (which should automate this), so that it is executed on startup (I have kubuntu (feisty) runing)? Samba&lt;br /&gt;
&lt;br /&gt;
Now I have Intrepid with the new X.org running. I could not find any source how to configure press to select with this X.org version. Can anybody help? Samba&lt;br /&gt;
&lt;br /&gt;
I found out it still work the old way, even with new X.org, for kubuntu jaunty the correct way of doing this is: &lt;br /&gt;
&amp;quot;echo -n 1| sudo tee /sys/devices/platform/i8042/serio1/press_to_select&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== No mouse in {{Fedora}} Core 6 ====&lt;br /&gt;
FC6 makes an X11/xorg.conf file with no mouse section, so it's not clear how to make the TrackPoint work for scrolling. Any ideas? --[[User:Whizkid|Whizkid]] 17:36, 4 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==== TrackPoint scrolling inverted in Firefox ====&lt;br /&gt;
Running Ubuntu Feisty, Firefox 2.0.0.3, I edited /etc/X11/xorg.conf like described in the article and set mousewheel.horizscroll.withnokey.action = 0; in Firefox.&lt;br /&gt;
Scrolling works perfectly in other applications. Up-Down scrolling in Firefox, too, but right-left is inverted (only in Firefox). Does anybody have an idea why this could be? [[User:Tec|Tec]] 11:15, 30 March 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Yes: you have to configure mousewheel.horizscroll.withnokey.numlines as well. I have the value set to 1, but you may need to set it to -1.&lt;br /&gt;
There is also a mousewheel.horizscroll.withnokey.sysnumlines setting, which you must set to false. --[[User:RichardNeill|RichardNeill]] 03:22, 4 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot. mousewheel.horizscroll.withnokey.sysnumlines was set to false correctly, but mousewheel.horizscroll.withnokey.numlines was set to -1 as a standard setting. Switched to 1 and it works perfectly :-) BTW, is there a good explanation available in the net, what all those parameters of about:config mean? I searched for it and didn't find anything :-( [[User:Tec|Tec]]&lt;br /&gt;
&lt;br /&gt;
==== Sensitivity and Speed settings under Gutsy Gibbon ====&lt;br /&gt;
&lt;br /&gt;
Sensitivity and speed value editing seem broken in gutsy.&lt;br /&gt;
Its no writeable even as root. Tools like configure-trackpoint do not start arguing a lack of root tights.&lt;br /&gt;
&lt;br /&gt;
:Hm, I just installed the deb 0.6-1 available at sourceforge and sudo configure-trackback works for me. Maybe you'd better ask in some forum or file a bug to find out why it's not working on your machine? [[User:Tec|Tec]]&lt;br /&gt;
&lt;br /&gt;
::I confirm that even root can not edit the config files with an editor (vim or nano). But the echo &amp;gt; file works fine.&lt;br /&gt;
::{{cmdroot|echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed}}&lt;br /&gt;
:: I have put these echo in a script executed by root at bootime with a @reboot entry in the root's crontab. Should also work with a call to that script in /etc/bootmisc.sh&lt;br /&gt;
::[[User:Ripat|Ripat]] 10:20, 6 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
:::Same on my machine. Config files are not writable with an editor, but echo &amp;gt; file works. {{cmduser|sudo configure-trackpoint}} works, too (sorry, I misspelled this before) [[User:Tec|Tec]] 16:00, 12 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
== No scroll in Ubuntu 7.10 without UltraNav installed in Windows Vista ==&lt;br /&gt;
&lt;br /&gt;
I could not get trackpoint scroll working in Ubuntu 7.10 (Gutsy Gibbon) on my Z61t using the xorg.conf modifications listed here until I installed the UltraNav Utility on Windows Vista (dual-boot configuration).  Scrolling worked fine without the UltraNav utility and with just the UltraNav driver on Windows.  It's weird to me that installing the UltraNav utility in Vista would have an effect on Ubuntu.  (I know it's not a coincidence because I ran into it once before.)  Any explanation for this strangeness?&lt;br /&gt;
--[[User:Threexk|Threexk]] 04:05, 18 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
== press to select: new mouse button ==&lt;br /&gt;
&lt;br /&gt;
is it possible to put the z axis button (aka pressing the stick) on another x mouse button (and, further on, set EmulateWheelButton to that button)? i use all three buttons both for clicking and dragging and lack a scroll wheel; having the mouse send scroll events when z axis button is pressed instead of moving the mouse would provide that without damaging the other buttons' functionalities. --[[User:Webograph|Webograph]] 12:58, 4 March 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== outdated and broken ==&lt;br /&gt;
&lt;br /&gt;
This document is severely outdated and broken. The path to the trackpoint configuration has changed many times, in fact the latest points to /sys/devices/platform/i8042/serio0/serio2 but on my T41 with Ubuntu 8.10 i8042/serio0 is the keyboard (makes sense), the trackpoint is instead located under i8042/serio1/serio2&lt;br /&gt;
&lt;br /&gt;
Problem is that it is difficult to gauge which sections are still relevant&lt;/div&gt;</summary>
		<author><name>Samba</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=41815</id>
		<title>Talk:How to configure the TrackPoint</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=41815"/>
		<updated>2009-03-04T09:04:16Z</updated>

		<summary type="html">&lt;p&gt;Samba: /* Press to Select */  Question about configuring it with new Xorg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== /sys-configuration files ====&lt;br /&gt;
where can i find documentation of the other files (thresh, upthresh, skipback, reach, inertia...)? [[User:Blerp|Blerp]] 01:01, 9 March 2007 (CET)&lt;br /&gt;
:I second that question. --[[User:Telofy|Telofy]] 18:11, 31 December 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== shifting /sys-paths ====&lt;br /&gt;
2007-03-13&lt;br /&gt;
On my Thinkpad R60 with kernel 2.6.20, the path is {{path|/sys/devices/platform/i8042/serio1/serio2}}.&lt;br /&gt;
&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.15 and forward, the path does not include &lt;br /&gt;
{{path|serio2}}; it stops at {{path|serio0}}. &lt;br /&gt;
&lt;br /&gt;
Same thing on a {{Ubuntu}} Dapper install on an {{X31}}, again with kernel 2.6.15 (maybe that's the reason? [[User:Piccobello|Piccobello]] 17:02, 26 November 2006 (CET)).&lt;br /&gt;
&lt;br /&gt;
2006-07-18&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.16 and forward, the path is {{path|/sys/devices/platform/i8042/serio0/serio2}}&lt;br /&gt;
&lt;br /&gt;
2005-11-07&lt;br /&gt;
OpenSuSE 10.0 has a kernel based on 2.6.13 (probably heavily patched), but the directory /sys/devices/platform/i8042/serio0/serio2 does not exist.&lt;br /&gt;
instead, it looks like this:&lt;br /&gt;
 hoppetosse:/sys/devices/platform/i8042/serio0 # ls -l&lt;br /&gt;
 total 0&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 bind_mode&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 bus -&amp;gt; ../../../../bus/serio&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 description&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 driver -&amp;gt; ../../../../bus/serio/drivers/psmouse&lt;br /&gt;
 --w-------  1 root root 4096 Nov  7 18:38 drvctl&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 id&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 modalias&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 power&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 protocol&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 rate&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resetafter&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resolution&lt;br /&gt;
&amp;quot;description&amp;quot; says it's an &amp;quot;i8042 Aux Port&amp;quot;. The page [[Patch to enable advanced trackpoint configuration]] seems to imply that a kernel patch is needed in order to get those features... this needs clarification.&lt;br /&gt;
hmm. where can i find out whether &amp;quot;drvctrl&amp;quot; is what i'm looking for and what options it takes? guess it's back to RTFS...&lt;br /&gt;
&lt;br /&gt;
2005-10-06&lt;br /&gt;
It seems that new version of the patch ( 2.6.12 at least ), the press to select entry in /sys is named &amp;quot;press_to_select&amp;quot; and not &amp;quot;ptson&amp;quot;. I changed the page accordingly so that it complies with the [[Patch to enable advanced trackpoint configuration]] page.&lt;br /&gt;
If you use an older version try :&lt;br /&gt;
&lt;br /&gt;
====Press to Select====&lt;br /&gt;
Press to Select allows you to tap the control stick which will simulate a left click. You can enable this feature by typing the following in to a terminal (you may need to be root):&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 1 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Press to Select should now be enabled. You can disable it in a similar manner:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Where do I have to put this script (which should automate this), so that it is executed on startup (I have kubuntu (feisty) runing)? Samba&lt;br /&gt;
&lt;br /&gt;
Now I have Intrepid with the new X.org running. I could not find any source how to configure press to select with this X.org version. Can anybody help? Samba&lt;br /&gt;
&lt;br /&gt;
==== No mouse in {{Fedora}} Core 6 ====&lt;br /&gt;
FC6 makes an X11/xorg.conf file with no mouse section, so it's not clear how to make the TrackPoint work for scrolling. Any ideas? --[[User:Whizkid|Whizkid]] 17:36, 4 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==== TrackPoint scrolling inverted in Firefox ====&lt;br /&gt;
Running Ubuntu Feisty, Firefox 2.0.0.3, I edited /etc/X11/xorg.conf like described in the article and set mousewheel.horizscroll.withnokey.action = 0; in Firefox.&lt;br /&gt;
Scrolling works perfectly in other applications. Up-Down scrolling in Firefox, too, but right-left is inverted (only in Firefox). Does anybody have an idea why this could be? [[User:Tec|Tec]] 11:15, 30 March 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Yes: you have to configure mousewheel.horizscroll.withnokey.numlines as well. I have the value set to 1, but you may need to set it to -1.&lt;br /&gt;
There is also a mousewheel.horizscroll.withnokey.sysnumlines setting, which you must set to false. --[[User:RichardNeill|RichardNeill]] 03:22, 4 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot. mousewheel.horizscroll.withnokey.sysnumlines was set to false correctly, but mousewheel.horizscroll.withnokey.numlines was set to -1 as a standard setting. Switched to 1 and it works perfectly :-) BTW, is there a good explanation available in the net, what all those parameters of about:config mean? I searched for it and didn't find anything :-( [[User:Tec|Tec]]&lt;br /&gt;
&lt;br /&gt;
==== Sensitivity and Speed settings under Gutsy Gibbon ====&lt;br /&gt;
&lt;br /&gt;
Sensitivity and speed value editing seem broken in gutsy.&lt;br /&gt;
Its no writeable even as root. Tools like configure-trackpoint do not start arguing a lack of root tights.&lt;br /&gt;
&lt;br /&gt;
:Hm, I just installed the deb 0.6-1 available at sourceforge and sudo configure-trackback works for me. Maybe you'd better ask in some forum or file a bug to find out why it's not working on your machine? [[User:Tec|Tec]]&lt;br /&gt;
&lt;br /&gt;
::I confirm that even root can not edit the config files with an editor (vim or nano). But the echo &amp;gt; file works fine.&lt;br /&gt;
::{{cmdroot|echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed}}&lt;br /&gt;
:: I have put these echo in a script executed by root at bootime with a @reboot entry in the root's crontab. Should also work with a call to that script in /etc/bootmisc.sh&lt;br /&gt;
::[[User:Ripat|Ripat]] 10:20, 6 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
:::Same on my machine. Config files are not writable with an editor, but echo &amp;gt; file works. {{cmduser|sudo configure-trackpoint}} works, too (sorry, I misspelled this before) [[User:Tec|Tec]] 16:00, 12 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
== No scroll in Ubuntu 7.10 without UltraNav installed in Windows Vista ==&lt;br /&gt;
&lt;br /&gt;
I could not get trackpoint scroll working in Ubuntu 7.10 (Gutsy Gibbon) on my Z61t using the xorg.conf modifications listed here until I installed the UltraNav Utility on Windows Vista (dual-boot configuration).  Scrolling worked fine without the UltraNav utility and with just the UltraNav driver on Windows.  It's weird to me that installing the UltraNav utility in Vista would have an effect on Ubuntu.  (I know it's not a coincidence because I ran into it once before.)  Any explanation for this strangeness?&lt;br /&gt;
--[[User:Threexk|Threexk]] 04:05, 18 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>Samba</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=29550</id>
		<title>Talk:How to configure the TrackPoint</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_configure_the_TrackPoint&amp;diff=29550"/>
		<updated>2007-04-29T10:30:01Z</updated>

		<summary type="html">&lt;p&gt;Samba: /* Press to Select */ Question about where to place the script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== /sys-configuration files ====&lt;br /&gt;
where can i find documentation of the other files (thresh, upthresh, skipback, reach, inertia...)? [[User:Blerp|Blerp]] 01:01, 9 March 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==== shifting /sys-paths ====&lt;br /&gt;
2007-03-13&lt;br /&gt;
On my Thinkpad R60 with kernel 2.6.20, the path is {{path|/sys/devices/platform/i8042/serio1/serio2}}.&lt;br /&gt;
&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.15 and forward, the path does not include &lt;br /&gt;
{{path|serio2}}; it stops at {{path|serio0}}. &lt;br /&gt;
&lt;br /&gt;
Same thing on a {{Ubuntu}} Dapper install on an {{X31}}, again with kernel 2.6.15 (maybe that's the reason? [[User:Piccobello|Piccobello]] 17:02, 26 November 2006 (CET)).&lt;br /&gt;
&lt;br /&gt;
2006-07-18&lt;br /&gt;
On {{Fedora}} 5, with kernels 2.6.16 and forward, the path is {{path|/sys/devices/platform/i8042/serio0/serio2}}&lt;br /&gt;
&lt;br /&gt;
2005-11-07&lt;br /&gt;
OpenSuSE 10.0 has a kernel based on 2.6.13 (probably heavily patched), but the directory /sys/devices/platform/i8042/serio0/serio2 does not exist.&lt;br /&gt;
instead, it looks like this:&lt;br /&gt;
 hoppetosse:/sys/devices/platform/i8042/serio0 # ls -l&lt;br /&gt;
 total 0&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 bind_mode&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 bus -&amp;gt; ../../../../bus/serio&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 description&lt;br /&gt;
 lrwxrwxrwx  1 root root    0 Nov  7 18:38 driver -&amp;gt; ../../../../bus/serio/drivers/psmouse&lt;br /&gt;
 --w-------  1 root root 4096 Nov  7 18:38 drvctl&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 id&lt;br /&gt;
 -r--r--r--  1 root root 4096 Nov  7 18:38 modalias&lt;br /&gt;
 drwxr-xr-x  2 root root    0 Nov  7 18:38 power&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 protocol&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 rate&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resetafter&lt;br /&gt;
 -rw-r--r--  1 root root 4096 Nov  7 18:38 resolution&lt;br /&gt;
&amp;quot;description&amp;quot; says it's an &amp;quot;i8042 Aux Port&amp;quot;. The page [[Patch to enable advanced trackpoint configuration]] seems to imply that a kernel patch is needed in order to get those features... this needs clarification.&lt;br /&gt;
hmm. where can i find out whether &amp;quot;drvctrl&amp;quot; is what i'm looking for and what options it takes? guess it's back to RTFS...&lt;br /&gt;
&lt;br /&gt;
2005-10-06&lt;br /&gt;
It seems that new version of the patch ( 2.6.12 at least ), the press to select entry in /sys is named &amp;quot;press_to_select&amp;quot; and not &amp;quot;ptson&amp;quot;. I changed the page accordingly so that it complies with the [[Patch to enable advanced trackpoint configuration]] page.&lt;br /&gt;
If you use an older version try :&lt;br /&gt;
&lt;br /&gt;
====Press to Select====&lt;br /&gt;
Press to Select allows you to tap the control stick which will simulate a left click. You can enable this feature by typing the following in to a terminal (you may need to be root):&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 1 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Press to Select should now be enabled. You can disable it in a similar manner:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /sys/devices/platform/i8042/serio0/ptson}}&lt;br /&gt;
&lt;br /&gt;
Where do I have to put this script (which should automate this), so that it is executed on startup (I have kubuntu (feisty) runing)? Samba&lt;br /&gt;
&lt;br /&gt;
==== No mouse in {{Fedora}} Core 6 ====&lt;br /&gt;
FC6 makes an X11/xorg.conf file with no mouse section, so it's not clear how to make the TrackPoint work for scrolling. Any ideas? --[[User:Whizkid|Whizkid]] 17:36, 4 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==== TrackPoint scrolling inverted in Firefox ====&lt;br /&gt;
Running Ubuntu Feisty, Firefox 2.0.0.3, I edited /etc/X11/xorg.conf like described in the article and set mousewheel.horizscroll.withnokey.action = 0; in Firefox.&lt;br /&gt;
Scrolling works perfectly in other applications. Up-Down scrolling in Firefox, too, but right-left is inverted (only in Firefox). Does anybody have an idea why this could be? [[User:Tec|Tec]] 11:15, 30 March 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Yes: you have to configure mousewheel.horizscroll.withnokey.numlines as well. I have the value set to 1, but you may need to set it to -1.&lt;br /&gt;
There is also a mousewheel.horizscroll.withnokey.sysnumlines setting, which you must set to false. --[[User:RichardNeill|RichardNeill]] 03:22, 4 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot. mousewheel.horizscroll.withnokey.sysnumlines was set to false correctly, but mousewheel.horizscroll.withnokey.numlines was set to -1 as a standard setting. Switched to 1 and it works perfectly :-) BTW, is there a good explanation available in the net, what all those parameters of about:config mean? I searched for it and didn't find anything :-( [[User:Tec|Tec]]&lt;/div&gt;</summary>
		<author><name>Samba</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Rescue_and_Recovery&amp;diff=21470</id>
		<title>Talk:Rescue and Recovery</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Rescue_and_Recovery&amp;diff=21470"/>
		<updated>2006-04-09T05:55:25Z</updated>

		<summary type="html">&lt;p&gt;Samba: active bit is recognised woith R50e/ Gparted-Live CD recommendation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;It is not known how to invoke Rescue and Recovery once GRUB has been installed in the master boot record.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See ftp://ftp.software.ibm.com/pc/pccbbs/thinkvantage_en/tvtrnr3_1027en.txt, Consideration 6:&lt;br /&gt;
  The Master Boot Record (MBR) must be configured properly for the &lt;br /&gt;
  Rescue and Recovery application to function properly.  When possible, &lt;br /&gt;
  the Rescue and Recovery application attempts to ensure the proper &lt;br /&gt;
  configuration of the MBR.  This can only occur if the Rescue and &lt;br /&gt;
  Recovery application is installed after other applications that &lt;br /&gt;
  requires the MBR.&lt;br /&gt;
&lt;br /&gt;
Apparently the R and R uses some very specific stuff in the MBR. Maybe Google will help you find some further info (has someone ever looked at the R and R enabled MBR in depth?)&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 13:43, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Having special data in the MBR means less room for code, which may explain why the preinstalled MBR ignores the Active bit and (as far as I can tell) always boots the first partition. The latter means GRUB can't be installed in a partition boot sector either...&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 14:06, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Why not? If the RnR-MBR always boots the first partition, just go back to the classical recommended partition layout (from the times that LILO didn't support LBA) and create a tiny first partition (that you can i.e. use as /boot partition, which has certain advantages). Install grub into that partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:44, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I saw posts about the R&amp;amp;R software (or at least some versions thereof) assuming that the Windows partition is the first one.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 14:52, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Another hack you might try is to &amp;quot;rebrand&amp;quot; your first partition to some Windows type (I guess you should choose NTFS) without any other change to the fs! (So in reality it's still an ext3 fs or whatever.) If R and R is _non_ destructive (I wouldn't know!) it would be interesting to see how deeply it really checks the first partition. (It shouldn't check too deeply, as it should be able to &amp;quot;rescue&amp;quot; a messed up Windows partition, shouldn't it?) &lt;br /&gt;
&lt;br /&gt;
But chances are this is a pointless hack ...&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 15:16, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Is that true? That would mean you'd have to keep the Windows installation for the R&amp;amp;R system to work. In that case the only way to go would be installing grub4dos on that windows installation.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:56, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Another idea/question. Shouldn't it be possible to copy an NT boot sector to a file via dd and chainload that file from GRUB? This way grub could go to the boot sector of the first partition and boot the NT boot sector that may then sit on a Linux filesystem, which in turn would boot the first partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:59, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Could you please elaborate, Wyrfel? You lost me here ...&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 15:18, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think chaining GRUB from Windows will work (I don't know about grub4dos, but there's the trick of copying over the GRUB boot sector into a file and telling NTDETECT to load that.)&lt;br /&gt;
&lt;br /&gt;
The trick with putting GRUB into the Windows boot sector and chaning into a copy of the original also sounds like it might work. &lt;br /&gt;
&lt;br /&gt;
Alas, I can test neither, since I eliminated RNR from my disk after it stopped working even with the original MBR restored. No idea why. IBM sure didn't work very hard to make RNR 3.0 compatible with the standard partitioning and boot conventions...&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:12, 9 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
For my R50e the claim, that the active bit is ignored is not true. If I remove the active bit or put it to my Linux partitition I get something like missing operation system&lt;br /&gt;
--[[User:Samba|Samba]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I mean the reverse approach of [[How_to_setup_boot_loaders#Using_the_NT_Boot_Loader_to_boot_Linux|this]].&lt;br /&gt;
&lt;br /&gt;
Copy the NT boot sector into a file, place that file on a linux partition, boot into the file via grub. I don't know if this could at all work. First, grub might not be able to chainload a file, though i believe it is, second, the NT boot sector may not like to be a file. AFAIK, the NT boot sector knows the partition it is suppossed to find NTLDR on. So it wouldn't depend on being the first sector of the same partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 01:27, 10 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Success booting R&amp;amp;R from GRUB ==&lt;br /&gt;
&lt;br /&gt;
The method mentioned on the article (changing the partition type to 0x0b) worked for me on my T42.&lt;br /&gt;
&lt;br /&gt;
You can do that with GRUB:&lt;br /&gt;
&lt;br /&gt;
  parttype (hd0,1) 0x0b&lt;br /&gt;
&lt;br /&gt;
You can add that to a GRUB menu entry that boots the recovery partition, which otherwise looks like this:&lt;br /&gt;
&lt;br /&gt;
  title           IBM Rescue and Recovery&lt;br /&gt;
  root            (hd0,1)&lt;br /&gt;
  chainloader     +1&lt;br /&gt;
&lt;br /&gt;
(Note that the Access IBM does not work during boot any more -- you have to explicitly choose the R&amp;amp;R partition from the GRUB menu.  Good enough for me.)&lt;br /&gt;
&lt;br /&gt;
I think that the recovery partition type is set to 0x12 to hide it from your Windows installation.  The preinstalled MBR probably changes the partition type when you press Access IBM, and changes it back on next boot.&lt;br /&gt;
&lt;br /&gt;
Grub for dos is the best solution: http://freshmeat.net/projects/grub4dos/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
More advice (which didn't work for me without the partition type fix):&lt;br /&gt;
&lt;br /&gt;
* IBM Support: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-46088    	&lt;br /&gt;
Accessing the Recovery Partition if Linux has been installed and the F11 button no longer works]&lt;br /&gt;
&lt;br /&gt;
* [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/ how to keep the AccessIBM functionality]:&amp;lt;br /&amp;gt;&lt;br /&gt;
''Set the IBM Predesktop Area (in the BIOS) to â€œSecureâ€. Boot using the SUSE DVD. Shrink the Windows partition as required. Follow the instructions and go through the regular installation process. Create a primary partition for /boot (the other stuff can go into the extended partitions) and when the time comes to install GRUB (you do prefer GRUB to LILO, donâ€™t you?), make sure you install it into the boot sector of the boot partition. Set this partition as active. Leave the MBR alone.''&lt;br /&gt;
&lt;br /&gt;
The issue and solutions need to be summarized and added to the main article.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:26, 9 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Tried to do just that. Please correct hings if i got something wrong. [[User:Wyrfel|Wyrfel]] 14:46, 31 January 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== R52 MBR for those who want to dissect it. ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I had the issue regarding the blue screen while trying to boot the IBM R&amp;amp;R partition, but the type-changing trick worked. I made a complete factory restore, and I was happy to discover that it fixed the MBR in such a way that the R&amp;amp;R PreDesktop area now works at all times. I've now made a backup of this MBR in case something ever happens (like accidentally putting a better boot loader in it ;-)). It looks quite different compared to a classic Windows XP made MBR, so it might be worth to take a look.&lt;br /&gt;
&lt;br /&gt;
Anyway, for those interested, [http://student.ulb.ac.be/~mlindstr/ibm-r52.mbr the R52 MBR can be downloaded here].&lt;br /&gt;
&lt;br /&gt;
[[User:81.240.31.97|81.240.31.97]] 10:21, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks for the information. Question: &amp;quot;works at all times&amp;quot; here means:&lt;br /&gt;
&lt;br /&gt;
a) when pressing the Access IBM / ThinkVantage / Whatever button&lt;br /&gt;
&lt;br /&gt;
b) when booted by GRUB (chainloaded by NTLDR?)&lt;br /&gt;
&lt;br /&gt;
c) ?&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 20:52, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yeah sorry, I could have been more verbose on that part. Actually, what I meant was that pressing the &amp;quot;Access IBM&amp;quot; button launches the R&amp;amp;R area successfully, regardless of the partition being of type 0x12 or 0xb. I'm fairly sure that if anything is changed in the MBR, R&amp;amp;R will be broken once more. I guess some very specific stuff is initialized within the master boot code. I can't risk experimenting with it for now, as the laptop in question isn't mine to begin with.&lt;br /&gt;
&lt;br /&gt;
Also, note that pressing the button doesn't give any other options, apparently. It just immediately boots the R&amp;amp;R partition. When the MBR was tampered with, pressing the button would give a boot menu, where one could choose to enter the BIOS menu, or boot another device. The only way to boot into R&amp;amp;R was to use a separate bootloader (in my case, a GRUB boot CD).&lt;br /&gt;
&lt;br /&gt;
[[User:81.240.31.97|81.240.31.97]] 23:19, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It would be rather nice to dissect and discus that MBR. But I'm not sure whether we should encourage to do that on ThinkWiki. Any opinions (other than mere slogans such as: &amp;quot;We should have freedom to tinker!&amp;quot;) on this subject would be greatly appreciated. Admins?&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 01:03, 30 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Concerning the encouragement, it should in any case be clearly mentioned that tinkering can cause (serious) damage. For as far as legal issues go, R&amp;amp;R is a trademark, but APS is as well. Reverse engineering is a legal issue in some countries, but not in all. People who dig into this should be aware of their legal situation. That said, i think it's an interesting issue that might shed light into the MBR in general. If the final result gets provided here as a way of how to build a compatible GRUB MBR or something the like, i see no issues with the publication. I think, however, that discussing the fiddling (reverse engineering - if so) process here is not without concerns, because afaik this has legal issues in some countries.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 02:03, 30 Oct 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I accidently killed my bootsector when I installed Linux, so this image comes in verry handy to restore the &amp;quot;Access IBM&amp;quot; button function. How can I write this image back onto my disk?&lt;br /&gt;
&lt;br /&gt;
--[[User:84.63.23.253|84.63.23.253]] 22:58, 5 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hello,&lt;br /&gt;
dealing with a new T43p (installing Ubuntu 5.10) and struggling with the AccessIBM &amp;quot;thing&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
There seems to be a way to backup the &amp;quot;special&amp;quot; IBM MBR, and that would give a lot&lt;br /&gt;
of peace of mind because one could restore that instead of reinstalling everything from the CDs.&lt;br /&gt;
How can that be done?&lt;br /&gt;
Just a plain dd on /dev/sda?&lt;br /&gt;
&lt;br /&gt;
I have checked the [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/ SUSE Linux, WinXP &amp;amp; Access IBM on the ThinkPad T43 thread on SharadWare],&lt;br /&gt;
whose bottom line seems to be:  '''don't touch the MBR, put grub in a linux partition and make that the bootable partition'''.&lt;br /&gt;
&lt;br /&gt;
However, if I do that it does not start with grub.&lt;br /&gt;
I have posted a longish note there [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/#comment-210 my post].&lt;br /&gt;
&lt;br /&gt;
One of the main outstanding questions to me is:  ''does AccessIBM boot alright if/when called from GRUB if this latter is installed in the MBR?''&amp;lt;br&amp;gt;&lt;br /&gt;
If so, then I will be happy to go with a normal grub-in-MBR.&lt;br /&gt;
&lt;br /&gt;
Does anybody know the answer?&amp;lt;br&amp;gt;&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
--[[User:Fossatig|GF]] 00:08, 19 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
FYI I have just come across this page on the IBM site:&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-54483 Recovery repair diskette], it seems to&lt;br /&gt;
make it possible to restore the MBR to the factory installed status, namely it states &amp;quot;''This package can also be used to reenable the F11 function as long as the service partition has not been removed from your hard drive.''&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It could be the lifesaver for heavy-testing moments, because based on my readings more or less&lt;br /&gt;
the solution seemed to be to reinstall everything.&lt;br /&gt;
&lt;br /&gt;
I have not tried this yet, and I hope I will not need to, but since the system (t43) is &lt;br /&gt;
new I could invest some time in this... I will keep you posted.&lt;br /&gt;
&lt;br /&gt;
Only '''question'''... the instructions are for creating a floppy, but there is not floppy driver &lt;br /&gt;
in the T43.  Will it be ok to create the floppy on any other windows box?&lt;br /&gt;
&lt;br /&gt;
[[User:Fossatig|GF [t41, t43p]]] 01:04, 19 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I have tested the Recovery repair diskette on my T43, which was not booting the Rescue and Recovery partition anymore. I have  successfully created and used the disk with an USB floppy drive. Everything works now again the same way it used to when the laptop was shipped. &lt;br /&gt;
The tool on that floppy will offer two different major options: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;1. Repair the current master boot record&amp;quot; and &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;2. Replace the current master boot record.&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The first option did not fix the problem with the Rescue and Recovery partition on my system. When selecting the second choice, there were three new &amp;quot;sub-options&amp;quot;: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;A: Supports the newer IBM Rescue &amp;amp; Recovery ...&amp;quot;, &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;B: Supports previous versions ...&amp;quot; and &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;C: Supports only the main operating system environment.&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
For my system the choice A was successfull.&lt;br /&gt;
&lt;br /&gt;
--[[User:217.146.157.238|217.146.157.238]] 10:30, 12 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hmm... I just tested this on my T43. The starting point was that I hosed the original MBR by installing grub onto it. &amp;quot;repair the current master boot record&amp;quot; did repair the MBR, but the IBM rescue &amp;amp; recovery was still unaccessible from BIOS ({{ibmkey|Access IBM|#495988}}). However, replacing the MBR did the trick, so I can boot from grub into linux, winXP and IBM rescue and recovery. The {{ibmkey|Access IBM|#495988}} key works from BIOS.&lt;br /&gt;
&lt;br /&gt;
== Diagnostic tools only ==&lt;br /&gt;
&lt;br /&gt;
Anybody know how to run the hardware diagnostic tools only from the R&amp;amp;R backup CD's?  I can boot off the R&amp;amp;R diagnostic CD, but in order to run diagnostic hardware tests, the cd asks to reboot the system, which will then repeat the process.  I do not have the R&amp;amp;R partition on my hdd (backed up before putting Linux on the hdd.)&lt;br /&gt;
--[[User:gsmenden|gsmenden]] 10:50, 30 Jan 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems with Windows Partition ==&lt;br /&gt;
I have successfully managed to install Kanotix and keeping the &amp;quot;ACCESS IBM&amp;quot;-Key working at the beginning by following the instructions in the way that I installed GRUB in the LINUX-Partition, not in the MBR. However, I can not boot the Windows XP-Partition which I have downsized with Qt-Parted. When I start it I get a GRUB-Error 25, before Installing Linux I got something &amp;quot;invalid ...&amp;quot;. From Linux the Partition is fully accessible, so I have 3 theories what is the problem:&lt;br /&gt;
- I have stopped the Thinkpad-System-Installation just at the point where it was going to convert the file system into NTFS (did not let it reboot at this point), so the problem may have something to do, that the convert utility tampered the file-system&lt;br /&gt;
- The partition shrinking did not work correctly, at least for Windows standards. &lt;br /&gt;
- Something wrong with my Grub-configuration, this is less likely since it also did not work, when Linux was not installed.&lt;br /&gt;
Another problem: After using Diagnostics, the setting of the active partition is changed in the partition table. So the next booting does not work, I have to manually reset it.&lt;br /&gt;
Any hints? Samba&lt;br /&gt;
&lt;br /&gt;
BTW: Rescue and Recovery is also used with Thinkpad R50e&lt;br /&gt;
&lt;br /&gt;
A recommendation: If you want to keep your Windows Partition and resize it, I can recommend [http://gparted.sourceforge.net/livecd.php|Gparted-Live CD]. The actual version even resizes, when the partition is fragmented. That is important because the defragmenter within Windows does not defragment correctly.&lt;/div&gt;</summary>
		<author><name>Samba</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Rescue_and_Recovery&amp;diff=21359</id>
		<title>Talk:Rescue and Recovery</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Rescue_and_Recovery&amp;diff=21359"/>
		<updated>2006-04-04T20:42:31Z</updated>

		<summary type="html">&lt;p&gt;Samba: added question and my experience with installati&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;It is not known how to invoke Rescue and Recovery once GRUB has been installed in the master boot record.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See ftp://ftp.software.ibm.com/pc/pccbbs/thinkvantage_en/tvtrnr3_1027en.txt, Consideration 6:&lt;br /&gt;
  The Master Boot Record (MBR) must be configured properly for the &lt;br /&gt;
  Rescue and Recovery application to function properly.  When possible, &lt;br /&gt;
  the Rescue and Recovery application attempts to ensure the proper &lt;br /&gt;
  configuration of the MBR.  This can only occur if the Rescue and &lt;br /&gt;
  Recovery application is installed after other applications that &lt;br /&gt;
  requires the MBR.&lt;br /&gt;
&lt;br /&gt;
Apparently the R and R uses some very specific stuff in the MBR. Maybe Google will help you find some further info (has someone ever looked at the R and R enabled MBR in depth?)&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 13:43, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Having special data in the MBR means less room for code, which may explain why the preinstalled MBR ignores the Active bit and (as far as I can tell) always boots the first partition. The latter means GRUB can't be installed in a partition boot sector either...&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 14:06, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Why not? If the RnR-MBR always boots the first partition, just go back to the classical recommended partition layout (from the times that LILO didn't support LBA) and create a tiny first partition (that you can i.e. use as /boot partition, which has certain advantages). Install grub into that partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:44, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I saw posts about the R&amp;amp;R software (or at least some versions thereof) assuming that the Windows partition is the first one.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 14:52, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Another hack you might try is to &amp;quot;rebrand&amp;quot; your first partition to some Windows type (I guess you should choose NTFS) without any other change to the fs! (So in reality it's still an ext3 fs or whatever.) If R and R is _non_ destructive (I wouldn't know!) it would be interesting to see how deeply it really checks the first partition. (It shouldn't check too deeply, as it should be able to &amp;quot;rescue&amp;quot; a messed up Windows partition, shouldn't it?) &lt;br /&gt;
&lt;br /&gt;
But chances are this is a pointless hack ...&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 15:16, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Is that true? That would mean you'd have to keep the Windows installation for the R&amp;amp;R system to work. In that case the only way to go would be installing grub4dos on that windows installation.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:56, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Another idea/question. Shouldn't it be possible to copy an NT boot sector to a file via dd and chainload that file from GRUB? This way grub could go to the boot sector of the first partition and boot the NT boot sector that may then sit on a Linux filesystem, which in turn would boot the first partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 14:59, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
Could you please elaborate, Wyrfel? You lost me here ...&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 15:18, 9 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think chaining GRUB from Windows will work (I don't know about grub4dos, but there's the trick of copying over the GRUB boot sector into a file and telling NTDETECT to load that.)&lt;br /&gt;
&lt;br /&gt;
The trick with putting GRUB into the Windows boot sector and chaning into a copy of the original also sounds like it might work. &lt;br /&gt;
&lt;br /&gt;
Alas, I can test neither, since I eliminated RNR from my disk after it stopped working even with the original MBR restored. No idea why. IBM sure didn't work very hard to make RNR 3.0 compatible with the standard partitioning and boot conventions...&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:12, 9 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I mean the reverse approach of [[How_to_setup_boot_loaders#Using_the_NT_Boot_Loader_to_boot_Linux|this]].&lt;br /&gt;
&lt;br /&gt;
Copy the NT boot sector into a file, place that file on a linux partition, boot into the file via grub. I don't know if this could at all work. First, grub might not be able to chainload a file, though i believe it is, second, the NT boot sector may not like to be a file. AFAIK, the NT boot sector knows the partition it is suppossed to find NTLDR on. So it wouldn't depend on being the first sector of the same partition.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 01:27, 10 Oct 2005 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Success booting R&amp;amp;R from GRUB ==&lt;br /&gt;
&lt;br /&gt;
The method mentioned on the article (changing the partition type to 0x0b) worked for me on my T42.&lt;br /&gt;
&lt;br /&gt;
You can do that with GRUB:&lt;br /&gt;
&lt;br /&gt;
  parttype (hd0,1) 0x0b&lt;br /&gt;
&lt;br /&gt;
You can add that to a GRUB menu entry that boots the recovery partition, which otherwise looks like this:&lt;br /&gt;
&lt;br /&gt;
  title           IBM Rescue and Recovery&lt;br /&gt;
  root            (hd0,1)&lt;br /&gt;
  chainloader     +1&lt;br /&gt;
&lt;br /&gt;
(Note that the Access IBM does not work during boot any more -- you have to explicitly choose the R&amp;amp;R partition from the GRUB menu.  Good enough for me.)&lt;br /&gt;
&lt;br /&gt;
I think that the recovery partition type is set to 0x12 to hide it from your Windows installation.  The preinstalled MBR probably changes the partition type when you press Access IBM, and changes it back on next boot.&lt;br /&gt;
&lt;br /&gt;
Grub for dos is the best solution: http://freshmeat.net/projects/grub4dos/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
More advice (which didn't work for me without the partition type fix):&lt;br /&gt;
&lt;br /&gt;
* IBM Support: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-46088    	&lt;br /&gt;
Accessing the Recovery Partition if Linux has been installed and the F11 button no longer works]&lt;br /&gt;
&lt;br /&gt;
* [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/ how to keep the AccessIBM functionality]:&amp;lt;br /&amp;gt;&lt;br /&gt;
''Set the IBM Predesktop Area (in the BIOS) to â€œSecureâ€. Boot using the SUSE DVD. Shrink the Windows partition as required. Follow the instructions and go through the regular installation process. Create a primary partition for /boot (the other stuff can go into the extended partitions) and when the time comes to install GRUB (you do prefer GRUB to LILO, donâ€™t you?), make sure you install it into the boot sector of the boot partition. Set this partition as active. Leave the MBR alone.''&lt;br /&gt;
&lt;br /&gt;
The issue and solutions need to be summarized and added to the main article.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:26, 9 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Tried to do just that. Please correct hings if i got something wrong. [[User:Wyrfel|Wyrfel]] 14:46, 31 January 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== R52 MBR for those who want to dissect it. ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I had the issue regarding the blue screen while trying to boot the IBM R&amp;amp;R partition, but the type-changing trick worked. I made a complete factory restore, and I was happy to discover that it fixed the MBR in such a way that the R&amp;amp;R PreDesktop area now works at all times. I've now made a backup of this MBR in case something ever happens (like accidentally putting a better boot loader in it ;-)). It looks quite different compared to a classic Windows XP made MBR, so it might be worth to take a look.&lt;br /&gt;
&lt;br /&gt;
Anyway, for those interested, [http://student.ulb.ac.be/~mlindstr/ibm-r52.mbr the R52 MBR can be downloaded here].&lt;br /&gt;
&lt;br /&gt;
[[User:81.240.31.97|81.240.31.97]] 10:21, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks for the information. Question: &amp;quot;works at all times&amp;quot; here means:&lt;br /&gt;
&lt;br /&gt;
a) when pressing the Access IBM / ThinkVantage / Whatever button&lt;br /&gt;
&lt;br /&gt;
b) when booted by GRUB (chainloaded by NTLDR?)&lt;br /&gt;
&lt;br /&gt;
c) ?&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 20:52, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yeah sorry, I could have been more verbose on that part. Actually, what I meant was that pressing the &amp;quot;Access IBM&amp;quot; button launches the R&amp;amp;R area successfully, regardless of the partition being of type 0x12 or 0xb. I'm fairly sure that if anything is changed in the MBR, R&amp;amp;R will be broken once more. I guess some very specific stuff is initialized within the master boot code. I can't risk experimenting with it for now, as the laptop in question isn't mine to begin with.&lt;br /&gt;
&lt;br /&gt;
Also, note that pressing the button doesn't give any other options, apparently. It just immediately boots the R&amp;amp;R partition. When the MBR was tampered with, pressing the button would give a boot menu, where one could choose to enter the BIOS menu, or boot another device. The only way to boot into R&amp;amp;R was to use a separate bootloader (in my case, a GRUB boot CD).&lt;br /&gt;
&lt;br /&gt;
[[User:81.240.31.97|81.240.31.97]] 23:19, 28 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It would be rather nice to dissect and discus that MBR. But I'm not sure whether we should encourage to do that on ThinkWiki. Any opinions (other than mere slogans such as: &amp;quot;We should have freedom to tinker!&amp;quot;) on this subject would be greatly appreciated. Admins?&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 01:03, 30 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Concerning the encouragement, it should in any case be clearly mentioned that tinkering can cause (serious) damage. For as far as legal issues go, R&amp;amp;R is a trademark, but APS is as well. Reverse engineering is a legal issue in some countries, but not in all. People who dig into this should be aware of their legal situation. That said, i think it's an interesting issue that might shed light into the MBR in general. If the final result gets provided here as a way of how to build a compatible GRUB MBR or something the like, i see no issues with the publication. I think, however, that discussing the fiddling (reverse engineering - if so) process here is not without concerns, because afaik this has legal issues in some countries.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 02:03, 30 Oct 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I accidently killed my bootsector when I installed Linux, so this image comes in verry handy to restore the &amp;quot;Access IBM&amp;quot; button function. How can I write this image back onto my disk?&lt;br /&gt;
&lt;br /&gt;
--[[User:84.63.23.253|84.63.23.253]] 22:58, 5 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hello,&lt;br /&gt;
dealing with a new T43p (installing Ubuntu 5.10) and struggling with the AccessIBM &amp;quot;thing&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
There seems to be a way to backup the &amp;quot;special&amp;quot; IBM MBR, and that would give a lot&lt;br /&gt;
of peace of mind because one could restore that instead of reinstalling everything from the CDs.&lt;br /&gt;
How can that be done?&lt;br /&gt;
Just a plain dd on /dev/sda?&lt;br /&gt;
&lt;br /&gt;
I have checked the [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/ SUSE Linux, WinXP &amp;amp; Access IBM on the ThinkPad T43 thread on SharadWare],&lt;br /&gt;
whose bottom line seems to be:  '''don't touch the MBR, put grub in a linux partition and make that the bootable partition'''.&lt;br /&gt;
&lt;br /&gt;
However, if I do that it does not start with grub.&lt;br /&gt;
I have posted a longish note there [http://sharadware.com/2005/07/11/suse-linux-winxp-access-ibm-on-the-thinkpad-t43/#comment-210 my post].&lt;br /&gt;
&lt;br /&gt;
One of the main outstanding questions to me is:  ''does AccessIBM boot alright if/when called from GRUB if this latter is installed in the MBR?''&amp;lt;br&amp;gt;&lt;br /&gt;
If so, then I will be happy to go with a normal grub-in-MBR.&lt;br /&gt;
&lt;br /&gt;
Does anybody know the answer?&amp;lt;br&amp;gt;&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
--[[User:Fossatig|GF]] 00:08, 19 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
FYI I have just come across this page on the IBM site:&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-54483 Recovery repair diskette], it seems to&lt;br /&gt;
make it possible to restore the MBR to the factory installed status, namely it states &amp;quot;''This package can also be used to reenable the F11 function as long as the service partition has not been removed from your hard drive.''&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It could be the lifesaver for heavy-testing moments, because based on my readings more or less&lt;br /&gt;
the solution seemed to be to reinstall everything.&lt;br /&gt;
&lt;br /&gt;
I have not tried this yet, and I hope I will not need to, but since the system (t43) is &lt;br /&gt;
new I could invest some time in this... I will keep you posted.&lt;br /&gt;
&lt;br /&gt;
Only '''question'''... the instructions are for creating a floppy, but there is not floppy driver &lt;br /&gt;
in the T43.  Will it be ok to create the floppy on any other windows box?&lt;br /&gt;
&lt;br /&gt;
[[User:Fossatig|GF [t41, t43p]]] 01:04, 19 Dec 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I have tested the Recovery repair diskette on my T43, which was not booting the Rescue and Recovery partition anymore. I have  successfully created and used the disk with an USB floppy drive. Everything works now again the same way it used to when the laptop was shipped. &lt;br /&gt;
The tool on that floppy will offer two different major options: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;1. Repair the current master boot record&amp;quot; and &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;2. Replace the current master boot record.&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The first option did not fix the problem with the Rescue and Recovery partition on my system. When selecting the second choice, there were three new &amp;quot;sub-options&amp;quot;: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;A: Supports the newer IBM Rescue &amp;amp; Recovery ...&amp;quot;, &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;B: Supports previous versions ...&amp;quot; and &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;C: Supports only the main operating system environment.&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
For my system the choice A was successfull.&lt;br /&gt;
&lt;br /&gt;
--[[User:217.146.157.238|217.146.157.238]] 10:30, 12 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hmm... I just tested this on my T43. The starting point was that I hosed the original MBR by installing grub onto it. &amp;quot;repair the current master boot record&amp;quot; did repair the MBR, but the IBM rescue &amp;amp; recovery was still unaccessible from BIOS ({{ibmkey|Access IBM|#495988}}). However, replacing the MBR did the trick, so I can boot from grub into linux, winXP and IBM rescue and recovery. The {{ibmkey|Access IBM|#495988}} key works from BIOS.&lt;br /&gt;
&lt;br /&gt;
== Diagnostic tools only ==&lt;br /&gt;
&lt;br /&gt;
Anybody know how to run the hardware diagnostic tools only from the R&amp;amp;R backup CD's?  I can boot off the R&amp;amp;R diagnostic CD, but in order to run diagnostic hardware tests, the cd asks to reboot the system, which will then repeat the process.  I do not have the R&amp;amp;R partition on my hdd (backed up before putting Linux on the hdd.)&lt;br /&gt;
--[[User:gsmenden|gsmenden]] 10:50, 30 Jan 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems with Windows Partition ==&lt;br /&gt;
I have successfully managed to install Kanotix and keeping the &amp;quot;ACCESS IBM&amp;quot;-Key working at the beginning by following the instructions in the way that I installed GRUB in the LINUX-Partition, not in the MBR. However, I can not boot the Windows XP-Partition which I have downsized with Qt-Parted. When I start it I get a GRUB-Error 25, before Installing Linux I got something &amp;quot;invalid ...&amp;quot;. From Linux the Partition is fully accessible, so I have 3 theories what is the problem:&lt;br /&gt;
- I have stopped the Thinkpad-System-Installation just at the point where it was going to convert the file system into NTFS (did not let it reboot at this point), so the problem may have something to do, that the convert utility tampered the file-system&lt;br /&gt;
- The partition shrinking did not work correctly, at least for Windows standards. &lt;br /&gt;
- Something wrong with my Grub-configuration, this is less likely since it also did not work, when Linux was not installed.&lt;br /&gt;
Another problem: After using Diagnostics, the setting of the active partition is changed in the partition table. So the next booting does not work, I have to manually reset it.&lt;br /&gt;
Any hints? Samba&lt;br /&gt;
&lt;br /&gt;
BTW: Rescue and Recovery is also used with Thinkpad R50e&lt;/div&gt;</summary>
		<author><name>Samba</name></author>
		
	</entry>
</feed>