I am trying to install Ubuntu 9.10 Karmic on Fujitsu T4410 with dual digitizer. Leave a comment below if you have the T4410 and we can writ this wiki.
This page is just for discussing using Linux on the Fujitsu Lifebook T4410. For a general discussion about this laptop you can visit the Fujitsu Lifebook T4410 page on LapWik.
Touchpad: It is an Alps device, but the kernel does not recognize it as such. As a result, it gets registered as an IMPS/2 generic wheel mouse. This is functional but not optimal. Not sure how to resolve this.
Reinhard Stroh, Thursday 24 of June, 2010 [12:25:09]
I tried the Ethernet Connection with openSuSE 11.2 It works fine using the “tg3” module for Broadcom Adapters.
ecksiota, Saturday 02 of January, 2010 [21:00:07]
Hi,
I am trying to get the multitouch screen with dual digitizer to work on the T4410. The linuxwacom drivers recognize the active digitizer, but not the passive capacitive touch screen. It is a serial device connected to /dev/ttyS0 and xxd /dev/ttyS0 shows activity for both the active and passive digitizer events. But in the Xorg.0.log I get:
(**) Option "Device" "/dev/ttyS0"
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/ttyS0
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) /dev/ttyS0: Tablet PC buttons are on
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(**) Option "StopBits" "1"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "10"
(**) Option "FlowControl" "Xoff"
(WW) usbDetect: can not ioctl version
(==) Wacom using pressure threshold of 15 for button 1
(==) Wacom General ISDV4 tablet speed=9600 (38400) maxX=26312 maxY=16520 maxZ=255 resX=2540 resY=2540 tilt=disabled
(**) Option "Device" "/dev/ttyS0"
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/ttyS0
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) eraser: threshold = 15
(**) eraser: max x set to 26312
(**) eraser: max y set to 16520
(**) eraser: max z = 255
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(**) Option "Device" "/dev/ttyS0"
(EE) PreInit returned NULL for "cursor"
(**) Option "Device" "/dev/ttyS0"
(EE) PreInit returned NULL for "touch"
My xorg.conf reads:
Section "Module"
Load "intel"
Load "wacom"
EndSection
Section "Device"
Identifier "Builtin Default intel Device 0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Builtin Default intel Screen 0"
Device "Builtin Default intel Device 0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
# This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
#Section "InputDevice"
# Driver "wacom"
# Identifier "pad"
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
# Option "Type" "pad"
#EndSection
# This section is for the TabletPC that supports touch
Section "InputDevice"
Driver "wacom"
Identifier "touch"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "touch"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default intel Screen 0"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "touch" "SendCoreEvents"
EndSection
Search
Sister Sites Lination - Blogging site for Linux users LinWik - Linux guides in wiki format
Discussion
I tried the Ethernet Connection with openSuSE 11.2 It works fine using the “tg3” module for Broadcom Adapters.
Hi,
I am trying to get the multitouch screen with dual digitizer to work on the T4410. The linuxwacom drivers recognize the active digitizer, but not the passive capacitive touch screen. It is a serial device connected to /dev/ttyS0 and xxd /dev/ttyS0 shows activity for both the active and passive digitizer events. But in the Xorg.0.log I get:
My xorg.conf reads:
Section "Module" Load "intel" Load "wacom" EndSection Section "Device" Identifier "Builtin Default intel Device 0" Driver "intel" EndSection Section "Screen" Identifier "Builtin Default intel Screen 0" Device "Builtin Default intel Device 0" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY EndSection # This section is for Intuos3, CintiqV5, Graphire4, or Bamboo #Section "InputDevice" # Driver "wacom" # Identifier "pad" # Option "Device" "/dev/ttyS0" # SERIAL ONLY # Option "Type" "pad" #EndSection # This section is for the TabletPC that supports touch Section "InputDevice" Driver "wacom" Identifier "touch" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Type" "touch" Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default intel Screen 0" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "touch" "SendCoreEvents" EndSection