| Issue 7: | Add support for Linux |
1 of 5
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
The native code to turn on the LEDs is only supported on Windows. It would be nice if we could get this to work on Linux as well. |
|
,
Feb 19, 2007
The only platform-specific code is in http://eclipse-xps.googlecode.com/svn/trunk/com.litrik.eclipse.xps/src/com/litrik/eclipse/xps/core/LEDs.c I have no experience developing Windows applications nor Linux applications. But I guess the key will be to find the equivalent of CreateFileA("\\.\APPDRV",...) and DeviceIoControl(...) under Linux. |
|
,
Mar 03, 2007
I might warn you there there is no ready information on how to get the lights to work under Linux. I tried looking for this when I wrote the original xps_led_control.c, but I couldn't find it. The code depends on C:\Windows\System32\drivers\APPDRV.SYS, which comes from Dell. I don't think it's available under Linux. |
|
,
Mar 20, 2007
It looks like we're one step closer to getting Linux support. Dell is working on an SMBIOS library for Linux. This library supposedly allows you to control the LEDs under Linux. Full details are at http://linux.dell.com/libsmbios/main/index.html This information was originally found at http://litrik.blogspot.com/2007/02/xps-leds-under-linux.html#comment-3337514335210332286 and http://www.brodwall.com/johannes/blog/2006/02/20/dell-xps-vanity-lights-blink/#comment-3102 |
|
,
Mar 20, 2007
It looks like we're one step closer to getting Linux support. Dell is working on an SMBIOS library for Linux. This library supposedly allows you to control the LEDs under Linux. Full details are at http://linux.dell.com/libsmbios/main/index.html This information was originally found at http://litrik.blogspot.com/2007/02/xps-leds-under-linux.html#comment-3337514335210332286 and http://www.brodwall.com/johannes/blog/2006/02/20/dell-xps-vanity-lights-blink/#comment-3102 |
|
,
Sep 13, 2007
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-Low
|
|
|
|