Tôi muốn bật / tắt một số đèn led của tôi đang chạy lệnh trên linux.
Tôi sử dụng Ubuntu 12.04 LTS.
Tôi đã thử
xset led named "Scroll Lock"
xset led named "Num Lock"
xset led 2 (this is the number of Scroll Lock as `xset q` says)
xset led 1
nhưng không có gì hoạt động.
Đã thử
setleds +num
setleds +scroll
nhưng tôi nhận được một thông báo lỗi cho biết Error reading the current settings of flags. Maybe you're not on the console?
(tôi đang ở trong một thiết bị đầu cuối).
Vì vậy, làm thế nào tôi có thể thực hiện điều này?