蓝天Clevo的键盘灯驱动
Tofloor
poster avatar
176******80
deepin
2017-09-19 04:20
Author
我的机型是 神船 T6ti-x7,也就是蓝天Clevo N857HK的贴牌机,键盘灯在Linux下无法控制,每次开机刚加电就会打开最大亮度,很刺眼,只能进入Windows先关闭,然后点重启进入到Linux才能保持键盘灯状态,当然如果想调节也只能进入到Windows,比较尴尬。不过发现有人维护了一套Clevo键盘灯Linux驱动,但是我的机型貌似不起作用。
希望各位技术大牛们能研究一下,最好整合进Deepin的内核或者未来的驱动中心
https://bitbucket.org/tuxedocomputers/clevo-xsm-wmi

顺便问下有没有CPU限频工具(CPU 7700HQ),满载风扇噪音太大,刹不住。
另外显卡是1050ti,貌似开源驱动无法识别,显示unknown,并且待机状态下显卡风扇还吹出不少热风(不至于达到咆哮的状态),不求驱动起来,现在只想求一个禁用的方案。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-19 17:00
#1
sudo deepin-feedback-cli命令反馈下生成的日志压缩tar.gz包
Reply View the author
avatar
176******80
deepin
2017-09-20 04:24
#2
https://bbs.deepin.org/post/145718
sudo deepin-feedback-cli命令反馈下生成的日志压缩tar.gz包

键盘灯驱动已经正常工作了,建议考虑下集成到内核; 这是日志,1050ti显卡显示unknown

Reply View the author
avatar
jingle
deepin
2017-09-20 16:43
#3
https://bbs.deepin.org/post/145718
键盘灯驱动已经正常工作了,建议考虑下集成到内核; 这是日志,1050ti显卡显示unknown

...

好的  谢谢,已经反馈内核大神了
Reply View the author
avatar
yangbo
deepin
2017-09-20 17:25
#4
module可以做成dkms, 应用程序部分不知道dkms能不能做,不能做可能需要单独打个包 https://bbs.deepin.org/user/30944
Reply View the author
avatar
WilliamVan
deepin
2017-09-24 21:32
#5
LZ怎么装得 我也是蓝天的模具 但是安装完找不到那个执行软件   
Reply View the author
avatar
176******80
deepin
2017-09-25 01:45
#6
https://bbs.deepin.org/post/145718
LZ怎么装得 我也是蓝天的模具 但是安装完找不到那个执行软件

仔细读Readme,讲的挺清晰的
Reply View the author
avatar
WilliamVan
deepin
2017-09-25 22:33
#7
本帖最后由 WilliamVan 于 2017-9-25 14:47 编辑
https://bbs.deepin.org/post/145718
仔细读Readme,讲的挺清晰的

我就是按照上边来的  但是在make install的时候报错
make -C /lib/modules/4.10.0-28-generic/build M=/home/download/tuxedocomputers-clevo-xsm-wmi-37c470bc8c3c/module modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-28-generic'
  INSTALL /home/download/tuxedocomputers-clevo-xsm-wmi-37c470bc8c3c/module/clevo-xsm-wmi.ko
At main.c:158:
- SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  4.10.0-28-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-28-generic'

然后我按照这个
  • 'Can't read private key' during 'make install'.
This is a common issue on Ubuntu as the module isn't signed so manual install is required.
$ sudo install -m644 clevo-xsm-wmi.ko /lib/modules/$(uname -r)/extra$ sudo depmod也不行啊

Reply View the author