-
Please check if the module is loaded, if xinput lists a "fsc tablet buttons" device and if fscd and fscrotd is running.
2009-11-23 14:42:57 UTC by khnz
-
The module is build by DKMS. Look for a fsc_btns-2.1.0 folder in /usr/src. This folder contains the module source. Go to this folder and build the module (make && make install).
Alternatively, download the source package [1] and build it yourself.
[1] https://launchpad.net/~khnz/+archive/ppa.
2009-11-23 14:31:20 UTC by khnz
-
Installed Debian squeeze/sid on Lifebook U810 and buttons didn't work, so I downloaded fjbtndrv 2.1.0 and installed it using the Alien --to-deb package management tool. Still no buttons working after reboot and lsmod shows no fsc_btns module running, so I ran depmod -a, followed by modprobe fsc_btns and still no joy: I get the FATAL: module not found error.
could someone point me towards...
2009-11-19 00:41:44 UTC by nobody
-
Adding these packages fjbtndrv complies and installs without errors, however the driver does not seem to work. Pushing the screen rotation button results in no actions please advise
(Fujitsu P1620 running Karmic 9.10 AMD64)
2009-11-10 08:04:14 UTC by nobody
-
Please install the following packages and retry:
libx11-dev
libxrandr-dev
libxi-dev
libxext-dev
libxtst-dev
libdbus-1-dev
libhal-dev.
2009-11-04 22:46:12 UTC by khnz
-
Hi I just updated my system from Unbuntu 9.04 to 9.10. The release notes indicated that some of the video handling have been updated in this distro. As a result fjbtndrv can't find the X11 components and won't compile. Please advise.
Here is the ./configure output
pixel@Minime:~/Desktop/fjbtndrv-2.1.0$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c...
2009-11-04 20:40:44 UTC by guevremont
-
Okay, no type info in our xinput output. That's bad. I'll see what I can do. For now, replace the line starting with "devname" in /usr/local/lib/fjbtndrv/rotate-wacom.sh (line 29) with devname="stylus".
2009-10-23 22:13:19 UTC by khnz
-
bret@aphrodite:~$ xinput list
"Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1
Resolution is 0
Axis 1 :
Min_value is 0
Max_value is -1
Re.
2009-10-23 18:35:41 UTC by bwaldow
-
The rotation commands work. I also have a USB keyboard and mouse active:
bret@aphrodite:~$ xinput list
"Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1...
2009-10-23 18:25:41 UTC by bwaldow
-
Please try to rotate the stylus manually (<tt>xsetwacom set <i><devname> rotate <i><0 or 3></i>). If it works please send me the output of <tt>xinput list</tt>.
Robert.
2009-10-23 10:38:18 UTC by nobody