# apt-cache policy libncurses5-dev
libncurses5-dev:
Installed: 5.6+20080203-1
Candidate: 5.6+20080203-1
Version table:
*** 5.6+20080203-1 0
500 http://ftp.us.debian.org testing/main Packages
500 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
5.5-5 0
500 http://ftp.us.debian.org etch/main Packages
# Processor type and features>Timer frequency (1000 HZ)
bash: syntax error near unexpected token `('
# apt-cache policy libncurses5-dev
libncurses5-dev:
Geïnstalleerd (installed): 5.6+20080203-1
mzilikazi wrote:Not sure why you get that error. Did you apply the proper patch to the proper kernel source? The last good rt kernel that I have used is 2.6.23.1-rt5. I already have the patched source available here should you care to try it.
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2
wget ftp://ftp.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.24-rt1.bz2
wget http://fatcat.ftj.agh.edu.pl/~przyboro/other/bootsplash/bootsplash-3.1.6-2.6.24.diff
unp linux-2.6.24.tar.bz2
cd linux-2.6.24
patch -p1 <../bootsplash-3.1.6-2.6.24.diff
bzcat ../patch-2.6.24-rt1.bz2|patch -p1
cd ..
mv linux-2.6.24/ linux-2.6.24-rt1
:~/kernels/linux-2.6.23.1-rt5$ make menuconfig
make: *** Er is geen regel om doel 'menuconfig' te maken. Gestopt.
make: *** There's no line to make goal 'menuconfig'. Stopped
wget http://www.hotlinkfiles.com/files/646109_jx15j/linux-2.6.23.1-rt5.bz2
unp linux-2.6.23.1-rt5.bz2
cd linux-2.6.23.1-rt5
make oldconfig
make menuconfig
bzcat: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzcat: Success
Input file = linux-2.6.23.1-rt5.bz2, output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
linux-2.6.23.1-rt5/fs/nfs/nfs4state.c
linux-2.6.23.1-rt5/fs/nfs/nfs4proc.c
tar: Onverwacht einde-van-bestand in archief
tar: Onverwacht einde-van-bestand in archief
tar: Fout is niet herstelbaar -- tar sluit nu af.
studio32:/home/dirk/kernels#
md5sum linux-2.6.23.1-rt5.bz2
0d4b48f1a0890d2bccd58ad4eb862980 linux-2.6.23.1-rt5.bz2
tar xjvf linux-2.6.23.1-rt5.bz2
jongi wrote:typically how long does it take for a rt patch? I see 2.6.24.5 has no rt patches.
Hadret wrote:What is wrong? Is realtime prempt patch x86 only? Or there's something else?
modprobe nvidia
/etc/init.d/gdm start
/etc/init.d/kdm start
mzilikazi wrote:
- Code: Select all
modprobe nvidia
/etc/init.d/gdm start
or
- Code: Select all
/etc/init.d/kdm start
mzilikazi wrote:]I always thought it easier to build the nvidia module against your new kernel before booting into it. To do this, you must be in the same dir as your kernel source. See the bottom of the howto for that.
Return to Docs, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 9 guests