Ehsan Azar

Results 46 comments of Ehsan Azar

A quick search seems like there is something like [libusb for Windows](https://github.com/libusb/libusb/wiki/Windows). That is the main problem if one wants to port to [WSL](https://docs.microsoft.com/en-us/windows/wsl/install)

Is boost built with the same g++ ABI that you are using?

I tried to emulate Ubuntu in loading nvidia 1. created a udev rules file: $ cat /etc/udev/rules.d/71-nvidia.rules ```text # Tag the device as master-of-seat so that logind is happy #...

@DevipriyaSarkar did you try the PR #4 (and its nvidia_install and nvidia_docker_install) ? Also, you need to make sure `nvidia-uvm` is not loaded when you call `build.sh` or otherwise the...

I tried the latest version, got the same error: $ ./build.sh 367.57 stable 1298.5.0 > tar: *.ko: Cannot stat: No such file or directory > tar: Exiting with failure status...

Yes, also looked at the logs and it was "error: too many arguments to function 'get_user_pages'" No particular reason! Will try v375 now, thanks.

$ ./build.sh 375.20 stable 1298.5.0 succeeded. Thanks.

I had another problem when I used `--keep` and ran `./build` twice `emerge` complained about not enough space and did not build the modules. With a fresh run it worked....

Nothing to save and NEV or NSx but [n2h5](https://github.com/dashesy/CereLink/tree/master/n2h5) has a conversion to hdf5. The file format should be obvious [here](https://github.com/dashesy/CereLink/blob/master/n2h5/NevNsx.h).

I suggest recording to hdf file, but yes you should be able to listen to `CBSDKCALLBACK_ALL` and record analog and digital events. The problem is that then you have to...