Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-04-2007, 09:59 AM
|
#1
|
Member
Registered: Mar 2006
Location: USA
Distribution: [Current: Ubuntu, openSUSE, Arch] | {Past: Vector, Deli, Mint, Wolvix, OpenSUSE, Slackware, Puppy}
Posts: 71
Rep:
|
hwclock error: "select() to /dev/rtc to wait for clock tick timed out"
After any unexpected loss of power, the hardware and system clocks on my laptop need resetting. I do this with date -s and hwclock --systohc. The last time I did this, hwclock spat an error at me:
Code:
root@wolvix# hwclock --systohc
hwclock: select() to /dev/rtc to wait for clock tick timed out
And of course, the hardware clock doesn't change. I can't access it in the BIOS, and I get the same failure on any Live-cd tried so far. What could be the problem? How do I fix it?
|
|
|
02-04-2007, 12:13 PM
|
#2
|
Member
Registered: Oct 2006
Posts: 460
Rep:
|
looks like the rtc device driver is not up and functioning properly.
look at cat /proc/interrupts
try the option --directisa in the hwclock command
possible APIC problem ?
|
|
|
02-04-2007, 06:21 PM
|
#3
|
Member
Registered: Mar 2006
Location: USA
Distribution: [Current: Ubuntu, openSUSE, Arch] | {Past: Vector, Deli, Mint, Wolvix, OpenSUSE, Slackware, Puppy}
Posts: 71
Original Poster
Rep:
|
This is the output of cat /proc/interrupts:
Code:
01:53:28|~#: cat /proc/interrupts
CPU0
0: 1999964 XT-PIC timer
1: 13538 XT-PIC i8042
2: 0 XT-PIC cascade
8: 0 XT-PIC rtc
9: 7 XT-PIC acpi
10: 6 XT-PIC ohci_hcd:usb1, ohci_hcd:usb2, ehci_hcd:usb3
11: 1665559 XT-PIC yenta, yenta, Intel 82801CA-ICH3, wifi0, radeon@pci:0000:01:00.0
12: 71638 XT-PIC i8042
14: 19339 XT-PIC ide0
15: 11 XT-PIC ide1
NMI: 0
ERR: 0
rtc is listed at least...Then this:
Code:
06:53:08|~#: hwclock --directisa
Fri Jan 4 00:00:00 1980 -0.976821 seconds
06:53:17|~#: hwclock --directisa --systohc
06:53:31|~#: hwclock
Sun Feb 4 18:53:35 2007 -0.105998 seconds
06:53:34|~#: date
Sun Feb 4 18:54:02 EST 2007
So that seemed to work. Thank you, studioj!
Hopefully it sticks through a reboot: hwclock runs at every boot. If there's still something wrong with rtc or what have you, well I'll probably be back here.
|
|
|
02-04-2007, 10:43 PM
|
#4
|
Member
Registered: Oct 2006
Posts: 460
Rep:
|
yea your rtc IRQ 8 says it has gotten 0 interupts.
that just ain't right.
don't know a solution for you though sorry.
you can change your boot/shutdown scripts to include --directisa
still a nasty hack to cover up the problem but it will work the clock anyway.
|
|
|
All times are GMT -5. The time now is 11:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|