<?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=Achitnis</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=Achitnis"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Achitnis"/>
	<updated>2026-05-06T17:42:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35897</id>
		<title>Installing Fedora 8 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35897"/>
		<updated>2008-01-13T09:35:27Z</updated>

		<summary type="html">&lt;p&gt;Achitnis: Linked to the Synaptics driver article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Fedora 8 on your Thinkpad T61p. Most items will work out of the box and a base install will provide you with an almost completely working system. Due to the modular nature of the T61 there are many different configuration, please read carefully and only make the changes specific to your system.&lt;br /&gt;
&lt;br /&gt;
Feel free to update this Wiki with your information however please ask questions on the Talk page.&lt;br /&gt;
&lt;br /&gt;
Please look here for further informations as well:&lt;br /&gt;
* [[Installing_Fedora_8_Generic_Notes | Installing Fedora 8 Generic Notes]]&lt;br /&gt;
&lt;br /&gt;
== Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
Booting from the installation CD/DVD is only working in text mode due to the nVidia cards, you can use later vesa mode or nVidia drivers or livna nVidia drivers for X&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
You have following alternatives for your graphics in X:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;vesa mode, no 3D support&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers, download from the vendor&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers by livna (prefered)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last options is provided by following packages: kmod-nvidia, xorg-x11-drv-nvidia.&lt;br /&gt;
To enable full support of your display add vga=893 as bootloader option for your kernel.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
As of kernel update: 2.6.23.9-85 and its linked drivers from livna funtion keys are working even in X and the nvidia driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
&lt;br /&gt;
Important note: the [[Synaptics TouchPad driver for X]], which is detected by default, does not give the acceleration setting to a attached mouse or the trackpoint. Please replace the section for the synaptics driver with the following one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Logitech&amp;quot;&lt;br /&gt;
        Driver &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5 6 7&amp;quot;&lt;br /&gt;
        Option &amp;quot;Protocol&amp;quot; &amp;quot;auto&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get further button support of more than three buttons of your super mouse you should have a look at following software:&lt;br /&gt;
[http://www.ollisalonen.com/btnx http://www.ollisalonen.com/btnx]&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
Is fully working now. Muting is working and unmuting with the volume keys as well. If you are using KDE then you have to choose &amp;quot;Threaded Open Sound System&amp;quot; as audio system in the control center. I could not use PulseAudio (make sure you do not install kde-settings-pulseaudio or pulseaudio). With PulseAudio the sound was always delayed and the cpu usage was very high.&lt;br /&gt;
&lt;br /&gt;
The volume keys are only standard keys with the keycodes 174 and 176. So you have to assign them to mixer control actions. For that KDE needs a keysymname to be able to assign it in its mixer controls. So you can add following lines to the file /etc/X11/Xmodmap:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    keycode 174 = 0xffd2&lt;br /&gt;
    keycode 176 = 0xffd3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now the volume keys are sending F21 and F22 which I assigned to the global shortcut in the kmix configuration for volume up and down. Furthermore I added a link in the ~/.kde/Autostart folder to kmix to make sure it is always started (somehow it will not restart itself).&lt;br /&gt;
&lt;br /&gt;
== Network ==&lt;br /&gt;
Ethernet and Wlan is fully supported. Wlan will be detected as wlan0.&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
Working.&lt;br /&gt;
&lt;br /&gt;
== Suspend to Disk / Hibernate ==&lt;br /&gt;
Has display problems (black after resume until hard reset), perhaps tuxonice should give a try.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
Is supported by the thinkfinger package. Gnome and KDM (kde login manager) seem to be working quite well, KDE is not fully supported yet.&lt;br /&gt;
&lt;br /&gt;
See &amp;quot;[[How to enable the fingerprint reader with ThinkFinger]]&amp;quot; for configuration information and tips.&lt;br /&gt;
&lt;br /&gt;
You probably want to enroll the ''root'' account so you can just ''su'' to the superuser without entering the root password.&lt;br /&gt;
&lt;br /&gt;
== Memory ==&lt;br /&gt;
&lt;br /&gt;
I had to use the PAE kernel to be able to use all 4GB, otherwise a maximum of 3GB is only seen.&lt;br /&gt;
&lt;br /&gt;
[[Category:T61p]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Achitnis</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35896</id>
		<title>Installing Fedora 8 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35896"/>
		<updated>2008-01-13T09:29:39Z</updated>

		<summary type="html">&lt;p&gt;Achitnis: Removed redundant fingerprint reader config info and pointed at the dedicated article for this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Fedora 8 on your Thinkpad T61p. Most items will work out of the box and a base install will provide you with an almost completely working system. Due to the modular nature of the T61 there are many different configuration, please read carefully and only make the changes specific to your system.&lt;br /&gt;
&lt;br /&gt;
Feel free to update this Wiki with your information however please ask questions on the Talk page.&lt;br /&gt;
&lt;br /&gt;
Please look here for further informations as well:&lt;br /&gt;
* [[Installing_Fedora_8_Generic_Notes | Installing Fedora 8 Generic Notes]]&lt;br /&gt;
&lt;br /&gt;
== Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
Booting from the installation CD/DVD is only working in text mode due to the nVidia cards, you can use later vesa mode or nVidia drivers or livna nVidia drivers for X&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
You have following alternatives for your graphics in X:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;vesa mode, no 3D support&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers, download from the vendor&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers by livna (prefered)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last options is provided by following packages: kmod-nvidia, xorg-x11-drv-nvidia.&lt;br /&gt;
To enable full support of your display add vga=893 as bootloader option for your kernel.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
As of kernel update: 2.6.23.9-85 and its linked drivers from livna funtion keys are working even in X and the nvidia driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
&lt;br /&gt;
Important note: the synaptics driver, which is detected by default does not give the acceleration setting to a attached mouse or the trackpoint. Please replace the section for the synaptics driver with the following one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Logitech&amp;quot;&lt;br /&gt;
        Driver &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5 6 7&amp;quot;&lt;br /&gt;
        Option &amp;quot;Protocol&amp;quot; &amp;quot;auto&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get further button support of more than three buttons of your super mouse you should have a look at following software:&lt;br /&gt;
[http://www.ollisalonen.com/btnx http://www.ollisalonen.com/btnx]&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
Is fully working now. Muting is working and unmuting with the volume keys as well. If you are using KDE then you have to choose &amp;quot;Threaded Open Sound System&amp;quot; as audio system in the control center. I could not use PulseAudio (make sure you do not install kde-settings-pulseaudio or pulseaudio). With PulseAudio the sound was always delayed and the cpu usage was very high.&lt;br /&gt;
&lt;br /&gt;
The volume keys are only standard keys with the keycodes 174 and 176. So you have to assign them to mixer control actions. For that KDE needs a keysymname to be able to assign it in its mixer controls. So you can add following lines to the file /etc/X11/Xmodmap:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    keycode 174 = 0xffd2&lt;br /&gt;
    keycode 176 = 0xffd3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now the volume keys are sending F21 and F22 which I assigned to the global shortcut in the kmix configuration for volume up and down. Furthermore I added a link in the ~/.kde/Autostart folder to kmix to make sure it is always started (somehow it will not restart itself).&lt;br /&gt;
&lt;br /&gt;
== Network ==&lt;br /&gt;
Ethernet and Wlan is fully supported. Wlan will be detected as wlan0.&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
Working.&lt;br /&gt;
&lt;br /&gt;
== Suspend to Disk / Hibernate ==&lt;br /&gt;
Has display problems (black after resume until hard reset), perhaps tuxonice should give a try.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
Is supported by the thinkfinger package. Gnome and KDM (kde login manager) seem to be working quite well, KDE is not fully supported yet.&lt;br /&gt;
&lt;br /&gt;
See &amp;quot;[[How to enable the fingerprint reader with ThinkFinger]]&amp;quot; for configuration information and tips.&lt;br /&gt;
&lt;br /&gt;
You probably want to enroll the ''root'' account so you can just ''su'' to the superuser without entering the root password.&lt;br /&gt;
&lt;br /&gt;
== Memory ==&lt;br /&gt;
&lt;br /&gt;
I had to use the PAE kernel to be able to use all 4GB, otherwise a maximum of 3GB is only seen.&lt;br /&gt;
&lt;br /&gt;
[[Category:T61p]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Achitnis</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_(Werewolf)_on_a_ThinkPad_X61_Tablet&amp;diff=35438</id>
		<title>Installing Fedora 8 (Werewolf) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_(Werewolf)_on_a_ThinkPad_X61_Tablet&amp;diff=35438"/>
		<updated>2007-12-29T07:36:08Z</updated>

		<summary type="html">&lt;p&gt;Achitnis: /* Preparing flash drive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:X61 Tablet|X61 Tablet]] &lt;br /&gt;
'''Keywords'''&lt;br /&gt;
X61 Tablet &amp;lt;br&amp;gt;&lt;br /&gt;
USB Flash Drive Boot &amp;lt;br&amp;gt;&lt;br /&gt;
Fedora 8 Werewolf &amp;lt;br&amp;gt;&lt;br /&gt;
AHCI Enabled Install &amp;lt;br&amp;gt;&lt;br /&gt;
No DVD media &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Fedora 8 on a X61 tablet PC.=&lt;br /&gt;
&lt;br /&gt;
The X61 Tablet(X61t) installs rather &amp;quot;easily&amp;quot; with some straightforward effort. I had originally tried Fedora 7, but gave up in favor of the latest new release of [http://fedoraproject.org/get-fedora Fedora 8].  I did not have access to DVD a burner so I used a USB HDD and flash key for the install.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Getting install images==&lt;br /&gt;
You will needs a seperate running install to get ready for the install.&lt;br /&gt;
First get the DVD and rescue images via bittorrent from [http://torrent.fedoraproject.org/torrents/Fedora-8-dvd-i386.torrent Fedora torrent].&lt;br /&gt;
&lt;br /&gt;
==Preparing flash drive==&lt;br /&gt;
{{The key will hold a boot image and rescue image. If key is large enough you can put DVD image on it also without external HDD.  Wipe the MBR of the usb key via the following command. '''(I'm assuming your key is /dev/sdc)'''&lt;br /&gt;
This takes forever so you may want to skip this step, I waited.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|1=dd if=/dev/zero of=/dev/sdc bs=512 count=1}}&lt;br /&gt;
&lt;br /&gt;
Use ms-sys if you don't have it try yum install ms-sys. Otherwise go the project's homepage and install it.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|ms-sys --fat32 /dev/sdc}}&lt;br /&gt;
&lt;br /&gt;
Find you current OSes mbr.bin to setup the master boot record of the USB key.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|locate mbr.bin}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|cat /usr/lib/syslinux/mbr.bin &amp;gt; /dev/sdc}}&lt;br /&gt;
&lt;br /&gt;
Use fdisk or parted to make sure you've removed all preexisting partitions from the usb key try.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|/sbin/fdisk /dev/sdc}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|&lt;br /&gt;
Use options:&amp;lt;br&amp;gt;&lt;br /&gt;
For fdisk &amp;lt;br&amp;gt;&lt;br /&gt;
N new partition  &amp;lt;br&amp;gt;&lt;br /&gt;
P primary 1 &amp;lt;br&amp;gt;&lt;br /&gt;
1 start sector &amp;lt;br&amp;gt;&lt;br /&gt;
128 end sector ~  &amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Now make a single partition (primary #1) on the key of type FAT 32 via: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mkfs.vfat -F 32 /dev/sdc1}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|mkfs.vfat -F 32 /dev/sdc2}}&lt;br /&gt;
&lt;br /&gt;
Now make sure via parted or fdisk to set this new partition as boot-able in fdisk this is the &amp;quot;a&amp;quot; option for partition 1.  dd the bootdisk.img from the DVD to /dev/sdc1&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mount -o loop Fedora-8-i386-DVD.iso /media/cdrecorder}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|1=dd if=/media/cdrecorder/images/diskboot.img of=/dev/sdc1}}&lt;br /&gt;
&lt;br /&gt;
Copy rescue ISO onto second USB partition just in case.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mount /dev/sdc2 /media/usbdisk/}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| sync; umount /dev/usbdisk}}&lt;br /&gt;
&lt;br /&gt;
Unmount everything. Try using the USB key to boot the X61 Tablet. Remember to plug in the USB HDD containing the DVD iso file.  Also put the ISO in the HDD / path for ease of use.&lt;br /&gt;
&lt;br /&gt;
=Configuring different components of X61t=&lt;br /&gt;
==Configuring X to use your tablet features==&lt;br /&gt;
=== Getting basic stylus support ===&lt;br /&gt;
In this release of Fedora the &lt;br /&gt;
[http://linuxwacom.sourceforge.net/ linux wacom drivers] &lt;br /&gt;
are part of the distribution.  They sort of work as you would expect, minus the multitouch functionality.  I will discuss getting the stylus to 'just work'.  Then I will explain how to get the multitouch abilities of your tablet to work also.  This is significantly more involved.  You won't have to do repeat the steps for multitouch support I'll give you what you need.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We need to properly configure the Xorg.conf file so do&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| cp /et/etc/X11/xorg.conf /etc/X11/xorg.conf_PRE_PEN_BACKUP}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now open the file xorg.conf in your favorite editor and give it the follows sections.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;stylus&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;stylus&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;eraser&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;eraser&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Also note that in your case '/dev/ttyS1' may be different.  In order to determine which tty is listening to the stylus you can do:&lt;br /&gt;
{{cmdroot|cat /dev/ttySx}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
then touch the display with the stylus you should see the shell return some sort of output to your current shell.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We also need to adjust another part of the xorg.conf file.  This will tell the X server what to do with the new input devices we have configured.  Adjust your server layout section to look like this.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
        Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
        Screen      0  &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
        InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
We need to alter it to look like this.&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
        Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
        Screen 0 &amp;quot;Screen0&amp;quot;   0 0&lt;br /&gt;
        InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
#??        InputDevice    &amp;quot;Mouse0&amp;quot;    &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;stylus&amp;quot;    &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;eraser&amp;quot;    &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;cursor&amp;quot;    &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
#??        InputDevice    &amp;quot;pad&amp;quot;   # For Intuos3/Cintiq 21UX/Graphire4/Bamboo tablets&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I would like to note that the '#??' marks lines which are actually required I added them in case I plug in USB mice to the system on the run.  You can safely ignore these lines, and you probably should ignore them.   We are now ready to test our changes to the X server and see if it all worked.  You can kill the current X server via&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{key|Ctrl}}{{key|Alt}}{{key|Back Space}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
if everything is not completly broken, (syntax errors in xorg.conf file) you should be back at the graphical login, and your stylus should be able to move the mouse cursor.  You can review your X configuration by opening another new shell and doing&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|xsetpointer -l}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
which should give you input that looks like this&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;[root@localhost ~]# xsetpointer -l&lt;br /&gt;
&amp;quot;&amp;lt;default pointer&amp;gt;&amp;quot;     [XPointer]&lt;br /&gt;
&amp;quot;Keyboard0&amp;quot;     [XKeyboard]&lt;br /&gt;
&amp;quot;stylus&amp;quot;        [XExtensionDevice]&lt;br /&gt;
&amp;quot;eraser&amp;quot;        [XExtensionDevice]&lt;br /&gt;
[root@localhost ~]# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
There are many options that can be adjusted to make your stylus suit your preferences.  I'll expand that later if I get around to it.  Otherwise, just experiment.  The command which will let you adjust your stylus traits 'on the fly' is&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmduser|xsetwacom}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
.&lt;br /&gt;
=== Getting multitouch support with you X61 tablet ===&lt;br /&gt;
In the process of trying to get my tablet fully functional, I did a great deal of research.  You will find if you have a tablet with multitouch support, the behavior given the above 'basic' X configuration is just terrible.  You can't really use the stylus like you would like.  The cursor is erratic.  Instead you need to  try a different wacom driver.  Actually this is tweaked wacom driver.  I'd like to thank, Russell Sears immensely for writing the &lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1834901&amp;amp;group_id=69596&amp;amp;atid=525126 patch] you'll need and for helping me understand the software patching process.  I've gone ahead and built a RPM using the [http://koji.fedoraproject.org/koji/buildinfo?buildID=18466 source] RPM that that is available from the fedora project homepage.  I won't get into the steps to rebuild the source RPM.  (I may in the future.) There is a good guide for &lt;br /&gt;
[http://bradthemad.org/tech/notes/patching_rpms.php patching SRPMS] &lt;br /&gt;
written by a guy named Brad.  My directions to you is to just grab my &lt;br /&gt;
[http://www.phys.utb.edu/~cristina/linuxwacom-0.7.8.3-4multitouch.fc8.i386.rpm custom patched binary rpm].  You should be able to install it via&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| rpm -U linuxwacom-0.7.8.3-4multitouch.fc8.i386.rpm}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now if the RPM install correctly.  Please let me know if you have trouble with it.  You should have a stable stylus and useable multitouch support.  You may need to install at least one additional RPM to get this patched RPM to work, I'm not sure.  The RPM would be xorg-x11-server-sdk, you can get it via yum.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Directions under construction.  Additional comments on this work should be emailed to ctorres1300 at gmail.com.}}&lt;/div&gt;</summary>
		<author><name>Achitnis</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_(Werewolf)_on_a_ThinkPad_X61_Tablet&amp;diff=35437</id>
		<title>Installing Fedora 8 (Werewolf) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_(Werewolf)_on_a_ThinkPad_X61_Tablet&amp;diff=35437"/>
		<updated>2007-12-29T07:13:09Z</updated>

		<summary type="html">&lt;p&gt;Achitnis: /* Preparing flash drive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:X61 Tablet|X61 Tablet]] &lt;br /&gt;
'''Keywords'''&lt;br /&gt;
X61 Tablet &amp;lt;br&amp;gt;&lt;br /&gt;
USB Flash Drive Boot &amp;lt;br&amp;gt;&lt;br /&gt;
Fedora 8 Werewolf &amp;lt;br&amp;gt;&lt;br /&gt;
AHCI Enabled Install &amp;lt;br&amp;gt;&lt;br /&gt;
No DVD media &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Fedora 8 on a X61 tablet PC.=&lt;br /&gt;
&lt;br /&gt;
The X61 Tablet(X61t) installs rather &amp;quot;easily&amp;quot; with some straightforward effort. I had originally tried Fedora 7, but gave up in favor of the latest new release of [http://fedoraproject.org/get-fedora Fedora 8].  I did not have access to DVD a burner so I used a USB HDD and flash key for the install.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Getting install images==&lt;br /&gt;
You will needs a seperate running install to get ready for the install.&lt;br /&gt;
First get the DVD and rescue images via bittorrent from [http://torrent.fedoraproject.org/torrents/Fedora-8-dvd-i386.torrent Fedora torrent].&lt;br /&gt;
&lt;br /&gt;
==Preparing flash drive==&lt;br /&gt;
{{The key will hold a boot image and rescue image. If key is large enough you can put DVD image on it also without external HDD.  Wipe the MBR of the usb key via the following command. '''(I'm assuming your key is /dev/sdc)'''&lt;br /&gt;
This takes forever so you may want to skip this step, I waited.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|1=dd if=/dev/zero of=/dev/sdc bs=512 count=1}}&lt;br /&gt;
&lt;br /&gt;
Use ms-sys if you don't have it try yum install ms-sys. Otherwise go the project's homepage and install it.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|ms-sys --fat32 /dev/sdX}}&lt;br /&gt;
&lt;br /&gt;
Find you current OSes mbr.bin to setup the master boot record of the USB key.&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|locate mbr.bin}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|/usr/lib/syslinux/mbr.bin &amp;gt; /dev/sdc}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Use fdisk or parted to make sure you've removed all preexisting partitions from the usb key try.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|/sbin/fdisk /dev/sdc}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{HINT|&lt;br /&gt;
Use options:&amp;lt;br&amp;gt;&lt;br /&gt;
FOR fdisk &amp;lt;br&amp;gt;&lt;br /&gt;
N new partition  &amp;lt;br&amp;gt;&lt;br /&gt;
P primary 1 &amp;lt;br&amp;gt;&lt;br /&gt;
1 start sector &amp;lt;br&amp;gt;&lt;br /&gt;
128 end sector ~  &amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Now make a single partition (primary #1) on the key of type FAT 32 via: &amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|&lt;br /&gt;
mkfs.vfat -F 32 /dev/sdc1}} &amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|&lt;br /&gt;
mkfs.vfat -F 32 /dev/sdc2}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now make sure via parted or fdisk to set this new partition as boot-able in fdisk this is the &amp;quot;a&amp;quot; option for partition 1.  dd the bootdisk.img from the DVD to /dev/sdc1&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mount -o loop Fedora-8-i386-DVD.iso /media/cdrecorder}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|1=dd if=/media/cdrecorder/images/diskboot.img of=/dev/sdc1}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy rescue ISO onto second USB partition just in case.&lt;br /&gt;
{{cmdroot|mount /dev/sdc2 /media/usbdisk/}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| sync; umount /dev/usbdisk}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unmount everything. Try using the USB key to boot the X61 Tablet. Remember to plug in the USB HDD containing the DVD iso file.  Also put the ISO in the HDD / path for ease of use.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Configuring different components of X61t=&lt;br /&gt;
==Configuring X to use your tablet features==&lt;br /&gt;
=== Getting basic stylus support ===&lt;br /&gt;
In this release of Fedora the &lt;br /&gt;
[http://linuxwacom.sourceforge.net/ linux wacom drivers] &lt;br /&gt;
are part of the distribution.  They sort of work as you would expect, minus the multitouch functionality.  I will discuss getting the stylus to 'just work'.  Then I will explain how to get the multitouch abilities of your tablet to work also.  This is significantly more involved.  You won't have to do repeat the steps for multitouch support I'll give you what you need.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We need to properly configure the Xorg.conf file so do&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| cp /et/etc/X11/xorg.conf /etc/X11/xorg.conf_PRE_PEN_BACKUP}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now open the file xorg.conf in your favorite editor and give it the follows sections.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;stylus&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;stylus&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;eraser&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;eraser&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS1&amp;quot;          # SERIAL ONLY&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;               # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Also note that in your case '/dev/ttyS1' may be different.  In order to determine which tty is listening to the stylus you can do:&lt;br /&gt;
{{cmdroot|cat /dev/ttySx}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
then touch the display with the stylus you should see the shell return some sort of output to your current shell.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We also need to adjust another part of the xorg.conf file.  This will tell the X server what to do with the new input devices we have configured.  Adjust your server layout section to look like this.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
        Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
        Screen      0  &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
        InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
We need to alter it to look like this.&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
        Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
        Screen 0 &amp;quot;Screen0&amp;quot;   0 0&lt;br /&gt;
        InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
#??        InputDevice    &amp;quot;Mouse0&amp;quot;    &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;stylus&amp;quot;    &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;eraser&amp;quot;    &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;cursor&amp;quot;    &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
#??        InputDevice    &amp;quot;pad&amp;quot;   # For Intuos3/Cintiq 21UX/Graphire4/Bamboo tablets&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I would like to note that the '#??' marks lines which are actually required I added them in case I plug in USB mice to the system on the run.  You can safely ignore these lines, and you probably should ignore them.   We are now ready to test our changes to the X server and see if it all worked.  You can kill the current X server via&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{key|Ctrl}}{{key|Alt}}{{key|Back Space}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
if everything is not completly broken, (syntax errors in xorg.conf file) you should be back at the graphical login, and your stylus should be able to move the mouse cursor.  You can review your X configuration by opening another new shell and doing&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot|xsetpointer -l}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
which should give you input that looks like this&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;[root@localhost ~]# xsetpointer -l&lt;br /&gt;
&amp;quot;&amp;lt;default pointer&amp;gt;&amp;quot;     [XPointer]&lt;br /&gt;
&amp;quot;Keyboard0&amp;quot;     [XKeyboard]&lt;br /&gt;
&amp;quot;stylus&amp;quot;        [XExtensionDevice]&lt;br /&gt;
&amp;quot;eraser&amp;quot;        [XExtensionDevice]&lt;br /&gt;
[root@localhost ~]# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
There are many options that can be adjusted to make your stylus suit your preferences.  I'll expand that later if I get around to it.  Otherwise, just experiment.  The command which will let you adjust your stylus traits 'on the fly' is&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmduser|xsetwacom}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
.&lt;br /&gt;
=== Getting multitouch support with you X61 tablet ===&lt;br /&gt;
In the process of trying to get my tablet fully functional, I did a great deal of research.  You will find if you have a tablet with multitouch support, the behavior given the above 'basic' X configuration is just terrible.  You can't really use the stylus like you would like.  The cursor is erratic.  Instead you need to  try a different wacom driver.  Actually this is tweaked wacom driver.  I'd like to thank, Russell Sears immensely for writing the &lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1834901&amp;amp;group_id=69596&amp;amp;atid=525126 patch] you'll need and for helping me understand the software patching process.  I've gone ahead and built a RPM using the [http://koji.fedoraproject.org/koji/buildinfo?buildID=18466 source] RPM that that is available from the fedora project homepage.  I won't get into the steps to rebuild the source RPM.  (I may in the future.) There is a good guide for &lt;br /&gt;
[http://bradthemad.org/tech/notes/patching_rpms.php patching SRPMS] &lt;br /&gt;
written by a guy named Brad.  My directions to you is to just grab my &lt;br /&gt;
[http://www.phys.utb.edu/~cristina/linuxwacom-0.7.8.3-4multitouch.fc8.i386.rpm custom patched binary rpm].  You should be able to install it via&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{cmdroot| rpm -U linuxwacom-0.7.8.3-4multitouch.fc8.i386.rpm}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now if the RPM install correctly.  Please let me know if you have trouble with it.  You should have a stable stylus and useable multitouch support.  You may need to install at least one additional RPM to get this patched RPM to work, I'm not sure.  The RPM would be xorg-x11-server-sdk, you can get it via yum.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Directions under construction.  Additional comments on this work should be emailed to ctorres1300 at gmail.com.}}&lt;/div&gt;</summary>
		<author><name>Achitnis</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_setup_Bluetooth&amp;diff=26932</id>
		<title>Talk:How to setup Bluetooth</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_setup_Bluetooth&amp;diff=26932"/>
		<updated>2006-12-10T06:36:36Z</updated>

		<summary type="html">&lt;p&gt;Achitnis: Bluetooth bonding&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just wanted to write down my experiences using Bluetooth to connect my Nokia N70 to my Thinkpad T43, using Gentoo Linux.  I'm not sure if ThinkWiki is the right place for this.  Feel free to point me into another direction.&lt;br /&gt;
&lt;br /&gt;
Tobias Brox, tobias@nordicbet.com - 2005-12-04&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
indeed ThinkWiki is not exactly the right place since the information has not very much to do with ThinkPads in particular. However, since we are missing any Bluetooth documentation at the time, I'm going to give this page a reasonable title and will do some reformatting later on. Please read [[Help:Editing]].&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 20:18, 5 Jan 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hei,&lt;br /&gt;
&lt;br /&gt;
I renamed the page to reflect the idea of having it as a general Bluetooth setup howto. The first two sections are already generic enough for that. Connecting to a mobile phone should be a section in this page, like it is at current state in the serial connection section. I think that's fine, since you might want to connect to other modem like devices through serial over bluetooth and the procedure should be the same. Hence, lets structure this page in &amp;quot;applications&amp;quot; like &amp;quot;serial over bluetooth&amp;quot;, &amp;quot;obex file transfer&amp;quot; etc., very much as it is now. However, things still need to be improved.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 12:23, 8 Jan 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== BT_RFCOMM note ==&lt;br /&gt;
&lt;br /&gt;
Why does BT_RFCOMM can not be made a module?  There is no explanation anywhere in the text for that note...&lt;br /&gt;
&lt;br /&gt;
[[User:Hmh|hmh]] 2006-02-22 01:48 UTC&lt;br /&gt;
----&lt;br /&gt;
It's an information the original author took from an external HOWTO. Don't know about it but was always wondering myself. If anyone can prove this wrong, please remove the note.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 13:33, 27 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
I'm using BT_RFCOMM as a module with my BTA-6030 USB dongle. I expect the same with a one built-in Thinkpads.&lt;br /&gt;
&lt;br /&gt;
cstamas 20:05, 8 Apr 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The recent addition regarding file mounting and fuse, while accurate, was added without regard for the duplicate information in the article (was just &amp;quot;pasted&amp;quot; on top.)  It makes the article long and confusing.  I'll revise, and am open to comments.&lt;br /&gt;
[[User:gsmenden|gsmenden]] 11:43, 24 September 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
== Bluetooth bonding ==&lt;br /&gt;
&lt;br /&gt;
This HOWTO doesn't address the concept of bonding and how to do it using the Bluez stack. Without this, many new users are going to get confused because even elementary BT operations cannot be executed. [[User:Achitnis|Achitnis]] 07:36, 10 December 2006 (CET)&lt;/div&gt;</summary>
		<author><name>Achitnis</name></author>
		
	</entry>
</feed>