Vladimir Kondratyev
Vladimir Kondratyev
I have added stubs for udev_set_log_fn and udev_set_log_priority to libudev-devd. I hope it will help. FYI. I wrote simple library which exposes some FreeBSD syscalls to linuxolator: https://github.com/wulf7/linux-libbsd So it...
Another option you have are: 1. directly run yor script vith Linux's bash: `LD_PRELOAD=/usr/lib64/shims/libudev.so /compat/linux/bin/bash ./start.sh` 2. Edit start.sh script and add following lines to it: ``` LD_PRELOAD=/usr/lib64/shims/libudev.so export LD_PRELOAD...
> Maybe the fact that it uses Java could be a clue? I added stubs for missing methods which java udev wrapper[1] requires to libudev. I doubt they will help,...
Try current master from this repo
> As I mentioned above, I've already tried the code from current master with the same result as with the 0.0.3 release. I forgot to add that I committed possible...
> Are there any applications on FreeBSD that are known to work with this so I can test it? Nothing I've tried so far recognizes that there is a game...
Also you may ask author of the XBox 360 driver, @myfreeweb if he knows FreeBSD native applications that can use this driver.
> keep in mind that you need access to `/dev/input/inputN`, Following can be added to /etc/devd.rules to make all event devices available to e.g. operator group ``` [system=10] add path...
ioquake3 is rumored to support gamepads too, but our ports version is too old for this.
> I tried your /etc/devd.rules entry, and it had no effect (it did not change any permissions). Ouch. I am sorry. My bad :-( The name of the file is...