Marcel Steinbeck
Marcel Steinbeck
If you are still interested in a solution, try: https://github.com/retuxx/hid-retrobit. I updated the driver and added some scripts for easy useage.
You are missing the package linux-headers which contains the sources required to build a module. According to: http://stackoverflow.com/questions/16918031/fedora-linux-compiling-first-linux-module you can install it with: ``` bash sudo yum install kernel-devel-3.16.2-201.fc20 #...
> and then build hid-atari-retrobit. Did you use the driver of this repository or the one from: https://github.com/retuxx/hid-retrobit?
Cool, nice to hear it is working for you. Keep in mind that you have to recompile the module on every kernel update (due to the nature of Linux). I'm...
@joonapalaste: I just finished the rpm and deb packages with full dkms support. It's much easier to install and _should_ work after kernel updates.
Since you are using hid-retrobit from https://github.com/retuxx/hid-retrobit, I think its useful to post and handle this issue there.
@josefnpat It seams that @robmcmullen doesn't maintain this driver anymore. I forked this project and made some improvements on https://github.com/retuxx/hid-retrobit. Maybe I can help you.
That the entries are sorted according to their rating makes sense. However, the rating of an entry could be twice as good as the rating of the next entry. From...
Hi @Muus1, > Your kernel headers for kernel 4.14.79-v7+ cannot be found at Did you install the headers of your kernel? Some Linux distributions provide a separate package for kernel...
The following issue may solve your problem: https://github.com/alexreinert/piVCCU/issues/141 Translation: You may have to upgrade your kernel so that your running kernel and the kernel headers match. Further, you may have...