Tableta wacom Bamboo inactiva con Intrepid

Mr Reivaj mrreivaj en gmail.com
Lun Nov 17 00:24:51 GMT 2008


Hola amigos,
Hace ya tiempo que no recurro a la amabilidad y sapiencia de la lista.
Hace unos días instalé intrepid. Con el gutsy me funcionaba la tableta
Wacom. ahora no me funciona.
Hice el recorrido que había hecho en la versión 7.10 y nada.
1 - Instalé:
sudo apt-get install build-essential x11proto-core-dev libxau-dev
libxdmcp-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev
x11proto-xext-dev libxext-dev libxi-dev linux-libc-dev libc6-dev
libncurses5-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev
2 - Instalé los drivers ( según
http://linuxwacom.sourceforge.net/index.php/dl  es el que procede para
el kernel 2.6.27):
wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.1-6.tar.bz2
3 - Descomprimí e instalé
tar xjf linuxwacom-08.1-6.tar.bz2
cd linuxwacom-0.8.1-6
./configure --enable-wacom
make
sudo make install
4 - Modifiqué el archivo confg de las X  .
sudo gedit /etc/X11/xorg.conf

<--- (aquí noté diferencia de versiones anteriores--->
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
--------
--------
--------
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

<<< Introduje esto de aquí abajo >>>>>
Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"pad"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"pad"
	Option		"USB"		"on"
EndSection
--------------------------------------->
copié el driver a la carpeta  :
sudo cp src/2.6.27/wacom.ko
/lib/modules/2.6.27-7-generic/kernel/drivers/input/tablet/wacom.ko

Actualicé para acabar
sudo depmod -e >>>> Reinicié y nada , no me funciona la Bamboo

Además y de propina , la tecla de <> , está cambiada con º ª .
Tengo ligera decepción con el Intrepid.
¿Alguien me podrá echar una luz :-))
Desde ya, muchas gracias
Salud








-- 

Mr Reivaj
http://www.mrreivaj.com



Más información sobre la lista de distribución ubuntu-es