-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG 最新引导似乎没法从闪存拷贝部分内核模块,如it87.ko #4611
Comments
反馈,海康R1全新安装后,bug一样 |
反馈,同样的问题,SA6400 7.2.1 69057 选择了it87模块,但进入DSM后lsmod看不到it87 |
默认不启用fancontrol脚本(/usr/bin/rr-sensors.sh)的话是不加载的,可以试试以下两条,看看it87可以加载否
我现在是从引导分区里拷贝it87.ko出来,测试可以正确识别,但是不优雅,我记得前几天明明是正常识别的。 |
我modprobe hwmon-vid和modprobe it87后运行/usr/bin/rr-sensors.sh报错: Error: file hwmon2/pwm doesn't exist At least one referenced file is missing. Either some required kernel 单独运行root@DSM:~# sensors acpitz-acpi-0 coretemp-isa-0000 按提示运行root@DSM:~# pwmconfig |
@naoki66 你这说明没有标题的bug存在,因为你insmod it87.ko正常的,你可以执行find /lib/modules -name 'it87*'看下应该是存在的。你现在都能识别it8613了,只不过你的/etc/fancontrol需要自己修改,因为它没有提供pwmconfig,你可以执行
去看下hwmon后面的数字是几,几号风扇,自己对应修改好,然后运行rr-sensors.sh就会自动调节了 |
但是需要modprobe 才能识别哦,特意去看了下 /lib/modules 下存在这两个驱动,但是似乎没能自动载入。 coretemp-isa-0000 |
@naoki66 正常,你可以去定时任务里启用那个fancontrol,默认RR都做好了,你用到了才会加载。 |
认真看了之后,我的情况可能不太一样,
|
@VictoriousRaptor cpu型号呢,是否对应的是it87系支持的列表内传感器。 |
CPU G4560T,能获取到CPU温度,但没有看到pwm相关传感器。风扇和主板确实是4pin的
|
看起来没检测到传感器,你看看bios里是啥,我主板里就是it8613 |
Found unknown chip with ID 0x1e11 |
HP品牌的主板,BIOS里面没有这些信息,估计是真没有传感器驱动了,windows pe 下面也看不到。 Google了一下发现这篇文章下面的评论,可能这个型号在linux下是搞不定了。 |
modprobe -r it87 试试吧 |
|
反正我全网没搜到 0x1e11 是什么设备 |
请填写以下信息.
Please fill in the following information.
Install ENV: (You can find it in the boot interface.)
RR version: (You can find it in the update menu.)
DSM:
Issue: dd 整盘重做了引导,hdd全部拔掉。按照上述选项编译的引导,插上hdd后启动,发现it87的内核模块无法拷贝到/lib/modules下,/usr/bin/rr-sensors.sh无法加载it87驱动。之前还好的,能正确识别it8613传感器。
logs: dmesg里没看到相关报错
感谢!
(## 因为 log中存在 SN/MAC 等一些敏感信息, 当提供完整文件时请自行抹除他们, 当然你也可以发送到我的邮箱. ##)
(## Because the log contains some sensitive information such as SN/MAC, please delete them when providing the complete file. Of course, you can also send it to my email. ##)
...
(请先看一下#173、#175、#226 的内容)
(Plz review the content of #173, #175, #226 first)
...
(如果你只是说 XXX 不能用, 什么详细信息也不提供, 我也只能说感谢你的反馈.)
(If you just say XXX doesn't work without providing any details, I can only say thank you for your feedback.)
...
The text was updated successfully, but these errors were encountered: