Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btnx isn't recognizing my Saitek R.A.T. 7 on a single debian system #4

Open
hashworks opened this issue Apr 6, 2015 · 4 comments
Open

Comments

@hashworks
Copy link

I'm using btnx to remap my mouse events for 1 year now. Lately I switched from Ubuntu to Debian Jessie on all my machines. On 2/3 machines btnx works perfectly, however on my home tower it isn't recognizing my Saitek R.A.T. 7 mouse (all other machines recognize the mouse).
As soon as I'm getting into the mouse recognition the only thing it finds is my keyboard (if I press anything on it).

Things I already tried:

  • Set the mouse IDs manually with lsusb -> "Error: mouse handler IDs set but not found"
  • Remove the config
  • Rebuild btnx & btnx-config

lsusb: "Bus 002 Device 011: ID 06a3:0ccb Saitek PLC"
btnx_config:

Mouse
vendor_name = Saitek PCL
product_name = R.A.T. 7
vendor_id = 0x06a3
product_id = 0x0bd0
[...]

Any ideas?

@cdobrich
Copy link
Owner

cdobrich commented Apr 7, 2015

Can you post the compiler output for building btnx and btnx-config?

@hashworks
Copy link
Author

Sure!
btnx-config-configure: http://pastebin.com/WnSmbGk2
btnx-config-make: http://pastebin.com/L4tj7XjD
btnx-config-make-install: http://pastebin.com/2MPC2DTY

btnx-configure: http://pastebin.com/4sTG2UJ2
btnx-make: http://pastebin.com/w9hJGLZK
btnx-make-install: http://pastebin.com/jpr694ZH

@cdobrich
Copy link
Owner

Sorry for the delayed reply. I have not forgotten about you. I cannot see any problems with the compiling process. Next questions:

What are the names of the Configuration Profile(s) you have used? I only recently noticed a bug with whitespace in the Configuration Names. This didn't seem to happen on older versions of Fedora, only the latest one.

Also, open a console and run btnx-config from there, and grab the console output, then share that please.

@hashworks
Copy link
Author

Hi, no problem!

No whitespace in the configuration profiles, I'm currently using Default (filename btnx_config_Default.
Also nothing too special in btnx-config output when trying to record my mouse with a fresh profile:

(btnx-config:31038): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(btnx-config:31038): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(btnx-config:31038): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
/usr/share/btnx-config/btnx-config.glade

This is the output when I set the identifiers manually:

/usr/share/btnx-config/btnx-config.glade

(btnx-config:25798): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(btnx-config:25798): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(btnx-config:25798): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Error: mouse handler IDs set but not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants