在Linux上设置硬件时钟不起作用

发布于 2024-10-04 15:52:59 字数 757 浏览 5 评论 0原文

当我尝试设置计算机硬件时钟时,如下所述:

如何在 Linux 上以编程方式设置硬件时钟?

它不起作用(时间未更新为新时间)。

fd = open("/dev/rtc", O_RDONLY); //<- return 3

ioctl(fd, RTC_SET_TIME, &rt); //<- return 0

当我添加时

system("/sbin/hwclock --systohc");

我得到:

无法通过以下方式访问硬件时钟 任何已知的方法

从工作终端执行 hwclock --systohc 。

这是 VirtualBox 中的 Ubuntu 10.10 机器。

我使用 Code::Blocks 10.05 和 GCC 4.4.5

这是我的完整源代码:

http://pastebin.com/sgBBv1XA

是的,我以 root 身份执行该程序。

when i try to set the computer hardware clock like here descripted:

How Do You Programmatically Set the Hardware Clock on Linux?

its not working (the time is not updated to the new time).

fd = open("/dev/rtc", O_RDONLY); //<- return 3

ioctl(fd, RTC_SET_TIME, &rt); //<- return 0

When I add

system("/sbin/hwclock --systohc");

I get:

Cannot access the Hardware Clock via
any known method

Executing hwclock --systohc from the terminal working.

It's a Ubuntu 10.10 mashine in VirtualBox.

I using Code::Blocks 10.05 with GCC 4.4.5

Here is my full source code:

http://pastebin.com/sgBBv1XA

And yes, I execute the programm as root.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追我者格杀勿论 2024-10-11 15:52:59

我怀疑是否可以在虚拟环境中运行的计算机中设置高清时钟。

I doubt, if it is possible to set HD clock in a machine running in virtual environemnt.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文