Unsolved

This post is more than 5 years old

Closed

1 Message

8099

November 12th, 2006 13:00

I am writing a linux driver for LightFx, need help!

Hello every body!

I do not expect to get any kind of support from Dell regarding a linux version of the LightFx SDK and/or drivers. So I decided to write it :-)

I am looking for information regarding specs of the LightFx to ease my work. Otherwise I'll have to reverse engineer it and that takes quite a lot of time ;-)

Anyone have anything to help me?


krico

6 Posts

January 5th, 2007 06:00

Hi,

I also want LightFx on my Linux!
I suppose LED are controlled like another mother board port.So I thought I could test many addresses 0x**** with value=1 in order to Switch On the LEDs. I will test that this week end.

But is it dangerous for my laptop?

I try to launch Dell QuickSet in VMWare or Wine but, the install fails due to unrecognition of the hardware.

you can e-mail me à julien.smadja [at] gmail [dot] com

n3k

6 Posts

March 19th, 2007 18:00

Solution is here :

http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-0.13.4.1_BETA/

download the tar.gz ,

./configure && make && sudo make all
sudo modprobe dcdbas

#show help
sudo bins/dellLEDCtl -h

# show current configuration
sudo bins/dellLEDCtl -i

# Example : change lights
sudo bins/dellLEDCtl -z1 1 -z2 2 -z3 2 -l 7

0 events found

No Events found!

Top