I don't know what you mean by printk doesn't work. 
 
Just in case this will help you I will make a few statements. 
If they seem too basic for your problem don't flame me.  : )
 
printk only produces output at two locations that I know of.
 
1.  system log file.  if you type dmesg at the prompt then the printk
     messages will be displayed.
 
2.  If you run your program without xwindows from the system console
     the messages will be displayed as they are executed.
 
If you are using xwindows when you run your real time modules then
you will have to use dmesg to see the printk messages.
 
Hope this helps,
 
Rich
-----Original Message-----
From: Aleksandar Ribic [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 23, 2001 6:11 AM
To: [EMAIL PROTECTED]
Subject: [rtl] problems

I have downloaded RtLinux v3.9 on kernel 2.4.0.
I compiled kernel and modules and boot new kernel. Everything is OK unless I load rtlinux modules.
After that moment commands like "ls" dont work and I cant reboot, and kernel crashes.
When I try to login on other console i have lost of
password:
password:
.
.
and so on
I see and bug in vmalloc on line 222 (not always)
 
Few months ago, I worked with kernel 2.2.18 and everithing was OK except printk not work on my modules.
Can anyone tell me why? Printk doesn't work with 2.4 modules too.
 
Aleksandar Ribic [EMAIL PROTECTED]

Reply via email to