Hi. On Sun, 10 Aug 2014 11:02:13 +0800 積丹尼 Dan Jacobson <[email protected]> wrote:
> So how can I do it (and not zap the USB keyboard at the same time)? This should disable your PS/2 keyboard both in the console or X: echo -n manual > /sys/bus/serio/devices/serio0/bind_mode echo -n serio1 > /sys/bus/serio/drivers/atkbd/unbind To revert this change, you'll need this: echo -n atkbd > /sys/bus/serio/devices/serio0/drvctl echo -n auto > /sys/bus/serio/devices/serio0/bind_mode Reco -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

