Tobias Bora

Results 245 comments of Tobias Bora

Well for me the error isn't exactly the same: ``` $ hciconfig hci0 -a Can't get device info: No such device ``` And the dmesg spam me (every second) with:...

@sonvirgo : You should try to read this: https://github.com/neurobin/MT7630E/issues/6#issuecomment-196090923

Well you build only a part of the kernel (it takes only a few seconds) and then replace only a single file. It's not that heavy. Le 4 mai 2016...

The problem was that I need to run the Makefile in sudo (Even in your script Neurobin, I need to do "sudo make clean" not to have this error). Problem...

Not sure, but this suggest that it's possible to add it via adb https://github.com/kshoji/BLE-HID-Peripheral-for-Android/issues/8

I would also love custom shortcuts, because I'm using several tools (xournalpp, drawpile...) and I'd love to have consistent, short, shorcuts. But at least, as a first simple thing, would...

Oh, sorry, thanks. So I tried to do that, but then I get an error `can't import cv2`. However, if I install `opencv` manually, then I get another issue [here](https://github.com/DavHau/mach-nix/issues/447)....

I finally got a working solution: ``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; # place version number with the latest one from the github releases page ref...

Well it seems that the evdev has not changed: ![image](https://user-images.githubusercontent.com/2164118/181118952-40284bc4-bb24-415b-a8be-171e6d414fcf.png) Regarding xkb, I heard that xkb can't specify a rule specific to a specific device so it may not be...

Thanks, I will try to reboot (I don't have my computer these days) but I was expecting it to work without reboot as some commands are automatically executed by NixOs...