![]() |
2010-06-16
, 22:53
|
Posts: 356 |
Thanked: 69 times |
Joined on Jan 2010
@ Poland
|
#2
|
![]() |
2010-07-03
, 00:05
|
Posts: 255 |
Thanked: 109 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-07-03
, 12:39
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#5
|
I have problem with LED patterns and keyboard light. They don't work and when I try to LED Patterns program and do LED test there is error msg: "Exit status: 65280 faild to set red led current"
Anybody knows what is wrong??
~ $ ls /sys/class/leds/lp5523:r brightness led_current subsystem uevent device power trigger
~ $ lsmod | grep leds_lp5523 leds_lp5523 9792 0 led_class 2948 2 leds_lp5523,leds_twl4030_vibra
The Following 3 Users Say Thank You to pH5 For This Useful Post: | ||
![]() |
2010-07-05
, 07:44
|
Posts: 255 |
Thanked: 109 times |
Joined on Dec 2009
|
#6
|
This is the LED pattern editor failing to open /sys/class/leds/lp5523:r/led_current for writing. Could you open the terminal and check if it exist?
Is the LED driver loaded (does the led_class and leds_lp5523 kernel modules appear in lsmod output)?Code:~ $ ls /sys/class/leds/lp5523:r brightness led_current subsystem uevent device power trigger
Code:~ $ lsmod | grep leds_lp5523 leds_lp5523 9792 0 led_class 2948 2 leds_lp5523,leds_twl4030_vibra
no such file or directory
The Following 3 Users Say Thank You to baron von bubba For This Useful Post: | ||
![]() |
2010-07-08
, 06:37
|
Posts: 6 |
Thanked: 6 times |
Joined on Jul 2010
|
#7
|
![]() |
2010-07-08
, 07:55
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#8
|
Same results here too
the LED drivers is loaded but there is no such files in the /sys/class/leds only twl4030:vibrator
If these files were deleted any way to get it back?
~ $ sudo gainroot /home/user # rmmod leds_lp5523 /home/user # modprobe leds_lp5523 /home/user # dmesg ... lp5523 2-0032: LP5523 Programmable led chip found i2c_omap i2c_omap.2: controller timed out lp5523 2-0032: got interrupt from led chip lp5523 2-0032: interrupt from led chip 4f lp5523 2-0032: all engines configured lp5523 2-0032: disabling engines Registered led device: lp5523:kb1 Registered led device: lp5523:kb2 Registered led device: lp5523:kb3 Registered led device: lp5523:kb4 Registered led device: lp5523:b Registered led device: lp5523:g Registered led device: lp5523:r Registered led device: lp5523:kb5 Registered led device: lp5523:kb6 /home/user #
The Following 3 Users Say Thank You to pH5 For This Useful Post: | ||
![]() |
2010-07-08
, 09:21
|
Posts: 6 |
Thanked: 6 times |
Joined on Jul 2010
|
#9
|
![]() |
2010-07-10
, 07:42
|
Posts: 255 |
Thanked: 109 times |
Joined on Dec 2009
|
#10
|
The Following User Says Thank You to baron von bubba For This Useful Post: | ||
I have problem with LED patterns and keyboard light. They don't work and when I try to LED Patterns program and do LED test there is error msg: "Exit status: 65280 faild to set red led current"
Anybody knows what is wrong??