分页: 1 / 1

Ubuntu12.04.5server 64bit 使用hwclock命令报错。

发表于 : 2016-10-28 0:08
qiubin2012
系统启动,登录账户和密码后。在命令行输入“hwclock -r”,报错,错误提示如下:
iong@ubuntu:/home/qxb/src$ hwclock -r
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --debug option to see the details of our search for an access method.
(硬件配置:CPU:E5 主板:微星X99A 硬盘:固态硬盘Intel 256GB 显卡:技嘉(GIGABYTE)GV-N210D3-1GI 520MHz/1200MHz 1GB/64bit GDDR3)
曾经尝试过这个方案:http://www.garyshood.com/systemclock/;运行“modprobe rtc-cmos”后,hwclock命令仍然无法使用,与上述相同的错误提示。

Re: Ubuntu12.04.5server 64bit 使用hwclock命令报错。

发表于 : 2016-10-28 1:31
科学之子
此问题的原因是没有获取root权限
"sudo hwclock -r"
才是正确命令

Re: Ubuntu12.04.5server 64bit 使用hwclock命令报错。

发表于 : 2016-10-29 10:45
qiubin2012
已解决,谢谢。