Acer Aspire 7750G Core i7/6GB Slackware64 13.37 Since 3.4-rc4, I get the following warning from setleds in the following command: setleds -D +num < /dev/tty0 KDSKBLED: Invalid argument The numlock flag is successfully set, but the warning is new.
Me too. This sed fixes the problem for me: sed -i '/ spin_u/{N;s#break#return 0#;}' drivers/tty/vt/keyboard.c
I should add that it was git commit 079c9534a96da9a85a2a2f9715851050fbfbf749 that introduced the problem
Update: still present in 3.4-rc5.
Patch submitted
(In reply to comment #4) > Patch submitted Is there anyway we can view this mysterious patch of which you speak?
Mailed to the kernel list.
A patch referencing this bug report has been merged in Linux v3.4: commit eea41aee2bfad4cf5c84e1cab8aa068c66206651 Author: Alan Cox <alan@linux.intel.com> Date: Mon May 14 14:41:31 2012 +0100 tty: Fix LED error return
A patch referencing this bug report has been merged in Linux v3.5-rc1: commit 05f843b5d3406c29c8af7d1eb39ea9143b21d6dc Author: Alan Cox <alan@linux.intel.com> Date: Mon May 14 14:41:31 2012 +0100 tty: Fix LED error return
Fixed in 3.5.