我刚买了一台同方 GK5CN6Z,正在使用内核为 4.15.0-33 的 Ubuntu 18.04,但触摸板和键盘背光不工作。
但我在网上找不到任何关于它的信息。
谁能帮我?
我认为这是不被认可的。
i2c_hid: probe of i2c-UNIW0001:00 failed with error -1
Caminho do hardware Dispositivo Classe Descrição
================================================================
system 1540 (3044407)
/0 bus GK5CN6Z
/0/0 memory 64KiB BIOS
/0/3a memory 16GiB Memória do sistema
/0/3a/0 memory 16GiB SODIMM DDR4 Síncrono 2667 MHz (0,4 ns)
/0/3a/1 memory Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS
/0/3a/2 memory Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS
/0/3a/3 memory Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS
/0/45 memory 384KiB L1 cache
/0/46 memory 1536KiB L2 cache
/0/47 memory 9MiB L3 cache
/0/48 processor Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
/0/100 bridge Intel Corporation
/0/100/1 bridge Skylake PCIe Controller (x16)
/0/100/1/0 display GP106M [GeForce GTX 1060 Mobile]
/0/100/2 display Intel Corporation
/0/100/8 generic Skylake Gaussian Mixture Model
/0/100/12 generic Intel Corporation
/0/100/14 bus Intel Corporation
/0/100/14/0 usb1 bus xHCI Host Controller
/0/100/14/0/2 generic USB2.0-CRW
/0/100/14/0/6 input ITE Device(8291)
/0/100/14/0/c input MO4v2 Gaming Mouse :
/0/100/14/0/d multimedia HD Webcam
/0/100/14/0/e communication Interface sem fio bluetooth
/0/100/14/1 usb2 bus xHCI Host Controller
/0/100/14.2 memory RAM memory
/0/100/14.3 wlo1 network Intel Corporation
/0/100/15 bus Intel Corporation
/0/100/16 communication Intel Corporation
/0/100/17 storage Intel Corporation
/0/100/1b bridge Intel Corporation
/0/100/1b/0 storage Samsung Electronics Co Ltd
/0/100/1d bridge Intel Corporation
/0/100/1d/0 storage Samsung Electronics Co Ltd
/0/100/1d.5 bridge Intel Corporation
/0/100/1d.5/0 enp4s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1e communication Intel Corporation
/0/100/1e.3 bus Intel Corporation
/0/100/1f bridge Intel Corporation
/0/100/1f.3 multimedia Intel Corporation
/0/100/1f.4 bus Intel Corporation
/0/100/1f.5 bus Intel Corporation
/0/1 scsi0 storage
/0/1/0.0.0 /dev/sda disk 1TB ST1000LX015-1U71
/0/1/0.0.0/1 /dev/sda1 volume 931GiB Windows NTFS volume
/1 power To Be Filled By O.E.M.
/2 docker0 network Ethernet interface
/3 br-0c1d2a2e792d network Ethernet interface
答案1
我正在开发一个开源来自巴西 Avell 公司的项目,用于控制 rgb 背光键盘,该公司使用相同的ITE 8291 设备,所以我很确定它能解决你的问题,下面是项目链接和一些使用说明:
克隆仓库:
git clone https://github.com/rodgomesc/avell-unofficial-control-center.git
转到项目文件夹,恢复当天的提交并安装 requirements.txt(如果您尚未安装 python3-pip,请搜索如何安装它):
cd avell-unofficial-control-center && git checkout ed05cbbd6a8c616257001b987b6e96ea3b8bf0d6 && sudo -H pip3 install -r requirements.txt
处理 main.py 的所有命令都需要 root 权限(您可以使用 sudo)。可用的颜色有:红色、绿色、蓝色、青色、粉色、黄色、橙色和白色。
sudo python main.py -c green -b 4
如果你想禁用 LED:
sudo python main.py -d
结果:
祝你黑客愉快:)
答案2
更新
4.19 内核已打上补丁,一切似乎都运行正常
旧回应
有一个错误https://bugzilla.kernel.org/show_bug.cgi?id=200787关于触控板问题。
我有同样的笔记本电脑,并且可以按照 Simon Detheridge 在 2018-09-16 13:39:22 UTC 的评论中的步骤安装修补的内核。
基本上:
- 删除 4.15.0.34 内核版本的所有软件包(图像、模块、标题……)
- 从以下位置下载 .deb 文件http://sd.ai/ubuntu-linux/
- 使用安装
dpkg -i linux-image-unsigned-4.15.0-34-generic_4.15.0-34.37_amd64.deb linux-modules-* linux-headers-*
- 使用新内核重启
如果安装失败,您可以尝试自己编译和修补内核,但简单的选项在上面。
关于背光问题,我认为目前还没有解决办法。
您可以从 PcSpecialist 获得有关此主题的更多信息,他们销售与“Recoil II”相同的笔记本电脑:https://www.pcspecialist.co.uk/forums/showthread.php?59216-Linux-on-Recoil-ll
答案3
lshw|grep ITE
product: ITE Device(8291)
vendor: ITE Tech. Inc.
uname -a
Linux ghost 5.18.3-amd64 #1 SMP PREEMPT_DYNAMIC 星期四 六月 9 16:11:39 CEST 2022 x86_64 GNU/Linux
python main.py-c 绿色-b 4
回溯(最近一次调用最后一次):文件“/usr/src/avell-unofficial-control-center/aucc/main.py”,第 214 行,在 main() 文件“/usr/src/avell-unofficial-control-center/aucc/main.py”,第 165 行,在主控制 = ControlCenter(vendor_id=0x048d,product_id=0xce00)文件“/usr/src/avell-unofficial-control-center/aucc/main.py”,第 104 行,在在里面 超级(ControlCenter,自身)。在里面(vendor_id,product_id)文件“/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py”,第 50 行,位于在里面 文件“/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py”,第 16 行,位于在里面 文件“/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py”,第 27 行,在 _get_device AttributeError:'NoneType' 对象没有属性'is_kernel_driver_active'