在不拔掉键盘的情况下,我想从终端禁用它;我希望可以使用rmmod
它来完成,但根据我当前加载的模块,它看起来不可能。
有没有人有任何想法?
我安装了 Scientific Linux 6.5。从一开始(在这台计算机上),在系统启动期间(当我按下esc
以查看已写入的启动日志时),我经常看到这条线在所有启动命令之间跳转:
usbhid: 9-2:1.1: couldn't find an input interrupt endpoint
Run Code Online (Sandbox Code Playgroud)
我对此没有什么大问题,所以直到现在我才忽略它。最近我试图emacs
在纯终端环境中编辑我的程序(通过按Ctrl+Alt+F2
),在我的工作中间,这条线再次跳入!我想看看是什么导致了它以及如何解决这个问题。
这是一个例子。我在 emacs 中写了这段文字:
This is a test to show the problem.
This line was a clean sentance, I kept the cursor
in it to show how the line jumps in.
It is not too common but it jumps in every once and a while.
Run Code Online (Sandbox Code Playgroud)
等了一会儿,那行跳到了光标所在的那一刻(在第三行的“how”之后):
这条线仍然存在,但只是在外观上!当我按退格键时,它会删除底层句子,我只能越过它与未下线重叠的区域。
最终,当我保存它时,我也看不到它,进一步证明它只是出现在那里,而不是在实际的缓冲区中。
当我lshw -c input
以 root 身份运行时,我得到以下输出:
[root@mycomputer myid]# lshw -c input
*-usb
description: …
Run Code Online (Sandbox Code Playgroud)