From: Russ P. <cn...@oc...> - 2011-07-19 13:12:06
|
I was trying to get a Netgear WG111v3 USB WiFi stick working on an old machine that I intend to use as an Astlinux box. When I plugged it in, I got messages about undefined symbols "led_classdev_register" and "led_classdev_unregister" (and the adapter wouldn't work). After figuring out how to build my own, I tracked down the problem: the kernel config file needs to include CONFIG_NEW_LEDS. I've included a patch (for geni586). I assume it would need to be changed for other platforms that support USB as well. |