FreeSpacenav / spacenavd

Free user-space driver for 6-dof space-mice.
http://spacenav.sourceforge.net
GNU General Public License v3.0
274 stars 55 forks source link

systemctl status spacenavd #96

Closed Nimingez closed 5 months ago

Nimingez commented 7 months ago

I can not find the mouse (suite) nmz@nmz-desktop:~/robosuite/robosuite/demos$ systemctl status spacenavd ● spacenavd.service - 3Dconnexion Input Devices Userspace Driver Loaded: loaded (/lib/systemd/system/spacenavd.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2024-02-28 11:17:25 CST; 2min 42s ago Main PID: 1043 (spacenavd) Tasks: 1 (limit: 76703) Memory: 984.0K CGroup: /system.slice/spacenavd.service └─1043 /usr/bin/spacenavd -d -v

2月 28 11:17:41 nmz-desktop spacenavd[1043]: already using device: 3Dconnexion SpaceMouse Wireless (/dev/input/event3) 2月 28 11:17:41 nmz-desktop spacenavd[1043]: failed to find any supported devices

jtsiomb commented 7 months ago

"I cannot find the mouse" is extremely vague.

Run the simple_af_unix example program which comes with libspnav under examples/simple, or spnavcfg. If either of those work and respond to input from the device, then the device is picked up fine by spacenavd, as the "already using device" line would imply. If not, then post the contents of /var/log/spnavd.log. Remove the -d option from the service file so that spacenavd will daemonize properly and use the log file instead of printing to the console.

jtsiomb commented 5 months ago

Assuming this is no longer an issue, since the OP didn't respond for months.

Nimingez commented 5 months ago

image

jtsiomb commented 5 months ago

That's some python error. It doesn't have anything to do with spacenavd.