<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'; COLOR: #000000">
<DIV>Hi all -</DIV>
<DIV> </DIV>
<DIV>Again, it seems that the ALIX leds are broken in the latest experimental 
kernel build (voyage v3.14.12_15.0) -- /sys/class/leds is an empty directory. 
The problem is the PCI GPIO driver, selected by GPIO_CS5535, is missing. This 
driver cannot be selected or built in the kernel via menuconfig, or even by 
manually editing .config, due to a recursive dependency caused by the LEDS_APU 
option in the driver/leds/Kconfig settings.</DIV>
<DIV> </DIV>
<DIV>Fix: In driver/leds/Kconfig, in the LEDS_APU option, change</DIV>
<DIV>    select GPIOLIB –> depends on 
GPIOLIB    (note: select causes a reverse dependency)</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Run ‘make menuconfig’ again and select the PCI GPIO driver for the AMD 
CS5535 in the Drivers –> GPIO section. Rebuild the kernel, install and boot 
-- you now have ALIX leds!</DIV>
<DIV> </DIV>
<DIV>As an added benefit, the netdev led trigger now appears to be fixed in this 
kernel version and you can set VOYAGE_LEDS=”YES” once again in your voyage-util 
config file (/etc/default/voyage-util).</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>/ted</DIV></DIV></DIV></BODY></HTML>