[RESOLVED] 'w83627ehf' module
'w83627ehf' module is it available or is it generally missing?
Back to top |
|||||
What did you try before posting to answer your question?
Try zgrep -i w83627ehf /proc/config.gz Back to top |
|||||
i thought initially its a lib and couldnt find it... then i got a hint its a kernel module but with lsmod it wasnt listed... at least i couldnt find it
with zgrep -i w83627ehf /proc/config.gz CONFIG_SENSORS_W83627EHF=m so its there and i need to find the reason for the error Failed to start systemd-modules-load.service - Load Kernel Modules. thx for your quick answer and thx a lot for all your work at the kernel which i use since years :) Back to top |
|||||
It might be that you don't have the hardware. But if you check with modinfo, it shows up:
:: Code :: $ sudo modinfo w83627ehf
filename: /lib/modules/6.4.7-lqx1-1-lqx/kernel/drivers/hwmon/w83627ehf.ko.xz license: GPL description: W83627EHF driver author: Jean Delvare <jdelvare@suse.de> srcversion: F81A6E8112FCE46A23848FD depends: hwmon-vid retpoline: Y intree: Y name: w83627ehf vermagic: 6.4.7-lqx1-1-lqx SMP preempt mod_unload parm: force_id:Override the detected device ID (ushort) Regardless, good luck! Will mark as resolved. Back to top |
|||||
All times are GMT - 8 Hours
|