I have got an Amiga 1200 keyboard and LEDs hooked to a Keyrah V2 running Amibian. I have set the numlock to function as HD and Scrol Lock as Power but lights do not come on when I load up my config in Amibian. Does anyone know how to get them to work?
Thank you.
I found that ioctl might help, here is a test, I've not tried it yet:
#include <stdio.h>
#include <linux/kd.h>
int main(int argc, char *argv[])
{
ioctl(1, KDSETLED, NUM_LED);
return 0;
}
Ok, so we don't want X running on the raspi as that will limit the performance of UAE... is there any other way we can get UAE to control the keyboard LEDs?
the keyrah led thing only works if uae is run after x is loaded. so you will need a full raspbian loaded to have the leds work. :) but sadly with a full raspbian loaded the performance of uae4arm isnt anything to brag about.