Search found 2 matches

by joggl
Thu Jun 19, 2008 8:26 am
Forum: Developer's Forum for UNIX and Linux
Topic: LED Problem
Replies: 4
Views: 79871

[SOLVED] Ok, i hope i solved the problem with crobels help. It seems to be a kernel-driver-problem from linux. I tried to switch the LED on kernel 2.6.20 (ok i know, kinda old) with following code: struct input_event ev; fd = open ("/dev/input/event3", O_WRONLY); ev.code = EV_LED; // = 0x1...
by joggl
Fri Jun 13, 2008 6:03 am
Forum: Developer's Forum for UNIX and Linux
Topic: LED Problem
Replies: 4
Views: 79871

LED Problem

I try to switch on the LED from the SpaceNavigator with sending following hex-string: 0000 0000 0000 0000 1100 0800 0100 0000 switching off nearly the same: 0000 0000 0000 0000 1100 0800 0000 0000 My problem is, that this string just puts on/off the LED "sometimes" Could someone help or ex...