hwclock iopl() port access failed: function not implemented
by TurboBlaze from LinuxQuestions.org on (#52N7S)
Anybody knows how to fix this issue at boot up
Code:hwclock iopl() port access failed: function not implementedI use Kernel 5.7.0-rc2
Code:grep -i rtc 64bit.config | grep ^CONFIG
CONFIG_HPET_EMULATE_RTC=y
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_DRV_RX8010=m
CONFIG_RTC_I2C_AND_SPI=y
CONFIG_RTC_DRV_CMOS=y
CONFIG_INTEL_SMARTCONNECT=mI took from git 79ef974 commit https://github.com/karelzak/util-linux and builded util-linux-2.35.1-x86_64-4.txz
Quote:
but it does not help to solve this issue.
Thanks.


Code:hwclock iopl() port access failed: function not implementedI use Kernel 5.7.0-rc2
Code:grep -i rtc 64bit.config | grep ^CONFIG
CONFIG_HPET_EMULATE_RTC=y
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_DRV_RX8010=m
CONFIG_RTC_I2C_AND_SPI=y
CONFIG_RTC_DRV_CMOS=y
CONFIG_INTEL_SMARTCONNECT=mI took from git 79ef974 commit https://github.com/karelzak/util-linux and builded util-linux-2.35.1-x86_64-4.txz
Quote:
NOTE. Python2 (why not Python3 ???) is stubbornly required for building util-linux. |
Thanks.