The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Aurélien GÉRÔME" <ag@roxor.cx>
To: linux-kernel@vger.kernel.org
Cc: "Randy.Dunlap" <rddunlap@osdl.org>
Subject: Re: RTC Inappropriate ioctl for device
Date: Tue, 15 Feb 2005 12:16:36 +0100	[thread overview]
Message-ID: <20050215111636.GO12421@roxor.cx> (raw)
In-Reply-To: <42117047.6020209@osdl.org>


[-- Attachment #1.1: Type: text/plain, Size: 1182 bytes --]

On Mon, Feb 14, 2005 at 07:45:11PM -0800, Randy.Dunlap wrote:
> Aurélien GÉRÔME wrote:
> >Hi,
> >
> >Having CONFIG_RTC=y, I tried on x86 the rtctest program found in
> >linux-2.6.10/Documentation/rtc.txt. However, it failed at:
> >
> >ioctl(fd, RTC_UIE_ON, 0);
> >
> >with:
> >
> >ioctl: Inappropriate ioctl for device
> >
> >Did I miss something? Maybe something else conflicts with CONFIG_RTC?
> >
> >Cheers.
> 
> Do you have an HPET timer enabled?  That could cause a conflict.

I have HPET timer enabled.

> Does /proc/interrupts report rtc interrupts increasing when you
> run rtctest?
> I.e., does the number of this line increase like this?
> 
>   8:        131    IO-APIC-edge  rtc

I have no lines with rtc at the end, maybe due to HPET.

Is it a known behaviour of RTC with HPET?

> rtctest works for me (2.6.11-rc4).  Maybe send me the strace
> output when you run rtctest and your .config file.

See attachment for strace and .config.

> Oh, and your kernel boot log, maybe there are some rtc driver
> messages in it.

See attachment for kern.log.

I have bzip2'ed kern.log and .config, since they were rather large.

Cheers.

[-- Attachment #1.2: strace --]
[-- Type: text/plain, Size: 1870 bytes --]

execve("./rtctest", ["./rtctest"], [/* 15 vars */]) = 0
uname({sys="Linux", node="caladan", ...}) = 0
brk(0)                                  = 0x804b000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe9000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=41661, ...}) = 0
old_mmap(NULL, 41661, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fde000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360Y\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1253924, ...}) = 0
old_mmap(NULL, 1260140, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7eaa000
old_mmap(0xb7fd3000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0xb7fd3000
old_mmap(0xb7fdb000, 10860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fdb000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ea9000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7ea9460, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fde000, 41661)               = 0
open("/dev/rtc", O_RDONLY)              = 3
write(2, "\n\t\t\tRTC Driver Test Example.\n\n", 30
			RTC Driver Test Example.

) = 30
ioctl(3, RTC_UIE_ON, 0)                 = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "ioctl: Inappropriate ioctl for d"..., 38ioctl: Inappropriate ioctl for device
) = 38
exit_group(25)                          = ?

[-- Attachment #1.3: kern.log.bz2 --]
[-- Type: application/octet-stream, Size: 6375 bytes --]

[-- Attachment #1.4: .config.bz2 --]
[-- Type: application/octet-stream, Size: 7755 bytes --]

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-02-15 11:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-13 21:41 RTC Inappropriate ioctl for device Aurélien GÉRÔME
2005-02-15  3:45 ` Randy.Dunlap
2005-02-15 11:16   ` Aurélien GÉRÔME [this message]
2005-02-15 16:48     ` Randy.Dunlap
2005-02-15 19:35       ` Aurélien GÉRÔME

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050215111636.GO12421@roxor.cx \
    --to=ag@roxor.cx \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rddunlap@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox