You are not logged in.

#1 2007-11-08 10:43:00

kaspi
Member
From: CERN, Geneva
Registered: 2007-10-05
Posts: 24
Website

kernel 2.6.23 with system timer 1000Hz

Hello,

I'd like to use rosegarden, which requires system timer to be set 1000Hz. The stock 2.6.23 kernel is delivered with 300Hz timer. Hence, I wanted to change that and recompile the kernel. It seemed quite straight-forward, but...

As usually I ran the make menuconfig:

/usr/src/linux-2.6.23-ARCH> make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
drivers/crypto/Kconfig:54: can't open file "arch/s390/crypto/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2

So, I tried to open the drivers/crypto/Kconfig and to comment out the source directive on line 54. After this, the menuconfig worked and I successfully changed the timer settings. Then, I ran make

/usr/src/linux-2.6.23-ARCH> make
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
make[1]: *** No rule to make target `missing-syscalls'.  Stop.
make: *** [prepare0] Error 2

Now, I'm lost. Do you have an idea what that means? What do I do wrong?

Thanks in advance, Kašpi.

Offline

#2 2007-11-08 10:59:02

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: kernel 2.6.23 with system timer 1000Hz

Those are not full sources, just stuff necessary to compile external modules.

Use ABS for that.

Offline

#3 2007-11-08 11:04:33

kaspi
Member
From: CERN, Geneva
Registered: 2007-10-05
Posts: 24
Website

Re: kernel 2.6.23 with system timer 1000Hz

OK, that explains a lot :-) Thans, Kašpi.

Offline

#4 2007-11-29 13:00:37

batistuta
Member
Registered: 2007-05-13
Posts: 11

Re: kernel 2.6.23 with system timer 1000Hz

Hi kaspi. Have you solved this issue? I'd also like a 1000 Hz timer. Have you been able to find a suitable precompiled kernel? I know I can recompile the kernel, but I would like to avoid this. That's the reason why I've moved from Gentoo to Arch: because I was sick of compiling. Thanks

Offline

#5 2007-11-29 13:10:45

kaspi
Member
From: CERN, Geneva
Registered: 2007-10-05
Posts: 24
Website

Re: kernel 2.6.23 with system timer 1000Hz

Hello,

I've solved that by compiling my own kernel. There used to be precompiled kernels with 1kHz clock but they seem to have disappeared. But I admit I haven't searched extensively.

On the other hand kernel compilation with ABS was fairly straightforward. There are at least 2 Arch wikipages about kernel compilation, so those I recommend to you.

Good luck, Kaspi.

Offline

#6 2007-11-29 15:47:05

batistuta
Member
Registered: 2007-05-13
Posts: 11

Re: kernel 2.6.23 with system timer 1000Hz

Yeah, I know... "beyond" was one of these kernels. I might try to compile, I will see how slow it is. I have an old system (Athlon XP 1700+) and compiling a whole kernel can take some time.
Anyway, thanks a lot for your help

Offline

Board footer

Powered by FluxBB