On Fri, 11 Apr 2008 08:40:20 +0200, Olivier <[EMAIL PROTECTED]> wrote:
> Before installating Asterisk, zaptel and so on (and independently of > those), I would like to check HPET is on and working. $ zgrep HPET /proc/config.gz CONFIG_HPET_TIMER=y CONFIG_HPET=y CONFIG_HPET_RTC_IRQ=y CONFIG_HPET_MMAP=y Or, if your config is not exposed under /proc, then this: $ grep HPET /usr/src/linux/.config CONFIG_HPET_TIMER=y CONFIG_HPET=y CONFIG_HPET_RTC_IRQ=y CONFIG_HPET_MMAP=y As a last resort, if the kernel's config is available under /proc and you don't have the kernel source installed: $ grep hpet /proc/timer_list Clock Event Device: hpet set_next_event: hpet_legacy_next_event set_mode: hpet_legacy_set_mode HPET showing up as not working means a kernel rebuild. -- Godwin Stewart - Horwich IT services _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
