|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with Wacom Bamboo over GutsyHi all,
I'm trying to Wacom Bamboo Fun Small works over Ubuntu 7.10 (kernel 2.6.22-14) but i can't do it. I visited https://wiki.ubuntu.com/wacom and I followed up all the steps here but it didn't seem any change. The ouput of 'wacdump' commmad over all events in '/dev/input/' doesn't return anything related with Wacom device. The content of 'xorg.conf' is # xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # 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 "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Device" Identifier "nVidia Corporation NV34 [GeForce FX 5500]" Driver "nvidia" Busid "PCI:1:0:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" Horizsync 28-64 Vertrefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV34 [GeForce FX 5500]" Monitor "Generic Monitor" Defaultdepth 24 SubSection "Display" Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection Section "Module" Load "glx" EndSection And the output of command 'more /proc/bus/input/devices' is the following I: Bus=0017 Vendor=0001 Product=0001 Version=0100 N: Name="Macintosh mouse button emulation" P: Phys= S: Sysfs=/class/input/input0 U: Uniq= H: Handlers=mouse0 event0 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/class/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=120013 B: KEY=4 2000000 3802078 f840d001 feffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0010 Vendor=001f Product=0001 Version=0100 N: Name="PC Speaker" P: Phys=isa0061/input0 S: Sysfs=/class/input/input2 U: Uniq= H: Handlers=kbd event2 B: EV=40001 B: SND=6 I: Bus=0003 Vendor=046d Product=c50e Version=0111 N: Name="Logitech USB RECEIVER" P: Phys=usb-0000:00:1d.2-2/input0 S: Sysfs=/class/input/input3 U: Uniq= H: Handlers=mouse1 event3 B: EV=20007 B: KEY=ffff0000 0 0 0 0 0 0 0 0 B: REL=143 B: LED=ff00 I: Bus=0019 Vendor=0000 Product=0002 Version=0000 N: Name="Power Button (FF)" P: Phys=button_power/button/input0 S: Sysfs=/class/input/input4 U: Uniq= H: Handlers=kbd event4 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button (CM)" P: Phys=PNP0C0C/button/input0 S: Sysfs=/class/input/input5 U: Uniq= H: Handlers=kbd event5 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button (CM)" P: Phys=PNP0C0E/button/input0 S: Sysfs=/class/input/input6 U: Uniq= H: Handlers=kbd event6 B: EV=3 B: KEY=4000 0 0 0 0 As you can see there isn't error on 'xorg.conf' and any related line with Wacom on '/proc/bus/input/devices'. As well I tried to install the driver linuxwacom-0.7.8-3 with the script ./prebuilt/install but ubuntu has no support to 'yum' command. Can anybody help me with this? Thanks, Bruno. Sorry but my english. :-) -- _ _ _ /_)_ _ _ / /|,/_ _ _/_ _ _ / ` _ _/_ _ /_)//_// //_/ (_/. / //_'/ //_//_//_/_| /_;/_//_'/_//_'_\ Bruno J. Mendoza Guedes +34 690 809 949 brunomendoza@... (Quitar XXX) ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with Wacom Bamboo over GutsyHi Bruno,
I'm currently struggling to get it working again in Gutsy too (I recently reinstalled my system). The following things to look out for. the prebuilt setup is apparently Fedora only, so that won't work. But what should work is the following: first install Ubuntus build-essential (sudo apt-get install build-essential) go to the folder linuxwacom-0.7.8-3/ and execute the following: ./configure --enable-wacom if that spits back some error messages, you need to install a few -dev packages. I'm not 100% sure which ones, but off the top of my head: ncurses-dev xserver-xorg-dev if those are installed, run the command again: ./configure --enable-wacom then you enter 'make' and after that has finished you enter 'sudo make install' I noticed that you had this in your xorg.conf: Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection you need to comment the lines with 'Option "ForceDevice" "ISDV4"# Tablet PC ONLY' (just add a # in front of those) and you also need to add Option "USB" "on" to those sections. And uncomment the three lines at the bottom of the file. (the one that has '# Uncomment if you have a wacom tablet' above them) If you also want to enable the ring and buttons add this too Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "pad" Option "USB" "on" EndSection and add a InputDevice "pad" "SendCoreEvents" to that lower section. BTW, there could be an issue with the 'device' "/dev/input/wacom" You might want to check if that file exists. If it doesn't, then you need to find out under which event your Wacom is hiding. you could do that with 'wacdump /dev/input/event0' (0 upto 6, normally) if any of those events give back a 'core dump' error message, chances are that that is the Wacom (for some reason if Wacom is mentioned in xorg,conf, wacdump doesn't work anymore) Please before you do any altering to your xorg,conf file, first make a backup! ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with Wacom Bamboo over GutsyWhoops, I forgot to add this:
You also have to execute these instructions, before you restart your system: http://linuxwacom.sourceforge.net/index.php/howto/installwacom And then perhaps test it using these instructions: http://linuxwacom.sourceforge.net/index.php/howto/loadwacom After all that, and a reboot, you should be able to use your wacom tablet. And you can set the actions for the buttons with instructions like these: xsetwacom set pad AbsWUp 4 #scroll up xsetwacom set pad AbsWDn 5 #scroll down xsetwacom set pad button3 4 #< key: scroll up xsetwacom set pad button1 5 #> key: scroll dn xsetwacom set pad button2 1 #FN1 key: left mouse button xsetwacom set pad button4 3 #FN2 key: right mouse button (that's my set up for my Wacom) On Nov 28, 2007 1:25 AM, Marcel de Jong <mdejong@...> wrote: > Hi Bruno, > I'm currently struggling to get it working again in Gutsy too (I > recently reinstalled my system). > The following things to look out for. > the prebuilt setup is apparently Fedora only, so that won't work. > But what should work is the following: > first install Ubuntus build-essential (sudo apt-get install build-essential) > > go to the folder linuxwacom-0.7.8-3/ > and execute the following: > ./configure --enable-wacom > if that spits back some error messages, you need to install a few -dev packages. > I'm not 100% sure which ones, but off the top of my head: ncurses-dev > xserver-xorg-dev > if those are installed, run the command again: > ./configure --enable-wacom > > then you enter 'make' > and after that has finished you enter 'sudo make install' > > I noticed that you had this in your xorg.conf: > Section "InputDevice" > Driver "wacom" > Identifier "stylus" > Option "Device" "/dev/input/wacom" > Option "Type" "stylus" > Option "ForceDevice" "ISDV4"# Tablet PC ONLY > EndSection > > Section "InputDevice" > Driver "wacom" > Identifier "eraser" > Option "Device" "/dev/input/wacom" > Option "Type" "eraser" > Option "ForceDevice" "ISDV4"# Tablet PC ONLY > EndSection > > Section "InputDevice" > Driver "wacom" > Identifier "cursor" > Option "Device" "/dev/input/wacom" > Option "Type" "cursor" > Option "ForceDevice" "ISDV4"# Tablet PC ONLY > EndSection > > you need to comment the lines with 'Option "ForceDevice" > "ISDV4"# Tablet PC ONLY' (just add a # in front of those) > and you also need to add > Option "USB" "on" > to those sections. > And uncomment the three lines at the bottom of the file. (the one that > has '# Uncomment if you have a wacom tablet' above them) > > If you also want to enable the ring and buttons add this too > Section "InputDevice" > Driver "wacom" > Identifier "cursor" > Option "Device" "/dev/input/wacom" > Option "Type" "pad" > Option "USB" "on" > EndSection > > and add a > InputDevice "pad" "SendCoreEvents" > to that lower section. > > BTW, there could be an issue with the 'device' "/dev/input/wacom" > You might want to check if that file exists. If it doesn't, then you > need to find out under which event your Wacom is hiding. > you could do that with 'wacdump /dev/input/event0' (0 upto 6, normally) > if any of those events give back a 'core dump' error message, chances > are that that is the Wacom (for some reason if Wacom is mentioned in > xorg,conf, wacdump doesn't work anymore) > > Please before you do any altering to your xorg,conf file, first make a backup! > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with Wacom Bamboo over GutsyMarcel de Jong a écrit :
> Whoops, I forgot to add this: > You also have to execute these instructions, before you restart your system: > http://linuxwacom.sourceforge.net/index.php/howto/installwacom > > And then perhaps test it using these instructions: > http://linuxwacom.sourceforge.net/index.php/howto/loadwacom > > After all that, and a reboot, you should be able to use your wacom tablet. > And you can set the actions for the buttons with instructions like these: > xsetwacom set pad AbsWUp 4 #scroll up > xsetwacom set pad AbsWDn 5 #scroll down > xsetwacom set pad button3 4 #< key: scroll up > xsetwacom set pad button1 5 #> key: scroll dn > xsetwacom set pad button2 1 #FN1 key: left mouse button > xsetwacom set pad button4 3 #FN2 key: right mouse button > > (that's my set up for my Wacom) > > On Nov 28, 2007 1:25 AM, Marcel de Jong <mdejong@...> wrote: > >> Hi Bruno, >> I'm currently struggling to get it working again in Gutsy too (I >> recently reinstalled my system). >> The following things to look out for. >> the prebuilt setup is apparently Fedora only, so that won't work. >> But what should work is the following: >> first install Ubuntus build-essential (sudo apt-get install build-essential) >> >> go to the folder linuxwacom-0.7.8-3/ >> and execute the following: >> ./configure --enable-wacom >> if that spits back some error messages, you need to install a few -dev packages. >> I'm not 100% sure which ones, but off the top of my head: ncurses-dev >> xserver-xorg-dev >> if those are installed, run the command again: >> ./configure --enable-wacom >> >> then you enter 'make' >> and after that has finished you enter 'sudo make install' >> >> I noticed that you had this in your xorg.conf: >> Section "InputDevice" >> Driver "wacom" >> Identifier "stylus" >> Option "Device" "/dev/input/wacom" >> Option "Type" "stylus" >> Option "ForceDevice" "ISDV4"# Tablet PC ONLY >> EndSection >> >> Section "InputDevice" >> Driver "wacom" >> Identifier "eraser" >> Option "Device" "/dev/input/wacom" >> Option "Type" "eraser" >> Option "ForceDevice" "ISDV4"# Tablet PC ONLY >> EndSection >> >> Section "InputDevice" >> Driver "wacom" >> Identifier "cursor" >> Option "Device" "/dev/input/wacom" >> Option "Type" "cursor" >> Option "ForceDevice" "ISDV4"# Tablet PC ONLY >> EndSection >> >> you need to comment the lines with 'Option "ForceDevice" >> "ISDV4"# Tablet PC ONLY' (just add a # in front of those) >> and you also need to add >> Option "USB" "on" >> to those sections. >> And uncomment the three lines at the bottom of the file. (the one that >> has '# Uncomment if you have a wacom tablet' above them) >> >> If you also want to enable the ring and buttons add this too >> Section "InputDevice" >> Driver "wacom" >> Identifier "cursor" >> Option "Device" "/dev/input/wacom" >> Option "Type" "pad" >> Option "USB" "on" >> EndSection >> >> and add a >> InputDevice "pad" "SendCoreEvents" >> to that lower section. >> >> BTW, there could be an issue with the 'device' "/dev/input/wacom" >> You might want to check if that file exists. If it doesn't, then you >> need to find out under which event your Wacom is hiding. >> you could do that with 'wacdump /dev/input/event0' (0 upto 6, normally) >> if any of those events give back a 'core dump' error message, chances >> are that that is the Wacom (for some reason if Wacom is mentioned in >> xorg,conf, wacdump doesn't work anymore) >> >> Please before you do any altering to your xorg,conf file, first make a backup! >> hi no problem apparently for the configure step, but make generates one /usr/bin/ld: cannot find -lXi thanks for your help Philippe ---------------------------------------- BUILD ENVIRONMENT: architecture - i486-linux-gnu linux kernel - yes 2.6.22 module versioning - yes -DCONFIG_MODVERSIONS -DMODVERSIONS -include /lib/modules/2.6.22-14-generic/build/include/linux/modversions.h kernel source - yes /lib/modules/2.6.22-14-generic/build Xorg SDK - yes /usr/include/xorg XSERVER64 - no dlloader - yes XLib - yes /usr/lib TCL - yes /usr/include/tcl8.4/ TK - yes /usr/include/tcl8.4/ ncurses - yes BUILD OPTIONS: wacom.o - yes wacdump - yes xidump - yes libwacomcfg - yes libwacomxi - yes xsetwacom - yes hid.o - no usbmouse.o - no evdev.o - no mousedev.o - no input.o - no tabletdev.o - no wacom_drv.so - yes /usr/lib/xorg/modules/input wacom_drv.o - no ---------------------------------------- root@kokodakidako:/home/philippe/Bureau/linuxwacom-0.7.9-2# make make all-recursive make[1]: entrant dans le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2 » Making all in src make[2]: entrant dans le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src » Making all in . make[3]: entrant dans le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src » rm -f wacom.4x.gz gzip -9c < ./wacom.4x > wacom.4x.gz make[3]: quittant le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src » Making all in wacomxi make[3]: entrant dans le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src/wacomxi » if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2 -I/usr/include/tcl8.4/ -MT wacomxi.lo -MD -MP -MF ".deps/wacomxi.Tpo" -c -o wacomxi.lo wacomxi.c; \ then mv -f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f ".deps/wacomxi.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2 -I/usr/include/tcl8.4/ -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -fPIC -DPIC -o .libs/wacomxi.o gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2 -I/usr/include/tcl8.4/ -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -o wacomxi.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -O2 -I/usr/include/tcl8.4/ -o libwacomxi.la -rpath /usr/local/lib/TkXInput -no-undefined wacomxi.lo -L/usr/lib -lX11 -lXi gcc -shared .libs/wacomxi.o -L/usr/lib -lX11 -lXi -Wl,-soname -Wl,libwacomxi.so.0 -o .libs/libwacomxi.so.0.0.0 /usr/bin/ld: cannot find -lXi collect2: ld returned 1 exit status make[3]: *** [libwacomxi.la] Erreur 1 make[3]: quittant le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src/wacomxi » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2/src » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/philippe/Bureau/linuxwacom-0.7.9-2 » make: *** [all] Erreur 2 root@kokodakidako:/home/philippe/Bureau/linuxwacom-0.7.9-2# ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with Wacom Bamboo over GutsyHi,
I just finished the installation on a gutsy of the bamboo fun Marcel de Jong a écrit : > If you also want to enable the ring and buttons add this too > Section "InputDevice" > Driver "wacom" > Identifier "cursor" > Option "Device" "/dev/input/wacom" > Option "Type" "pad" > Option "USB" "on" > EndSection > > and add a > InputDevice "pad" "SendCoreEvents" > to that lower section. > I had to remove it thanks for your help Philippe ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
| Free embeddable forum powered by Nabble | Forum Help |