Hi, So, is con neccessary to catch printks from the linux kernel? Also, I have no clue to how to examine IRQ allocation in linux. Another configuration issue i notice is (in menu.lst):
module .../l4io --noirq so we are not using irqs? Thanks, Andrew Quoting Adam Lackorzynski <[EMAIL PROTECTED]>: On Wed Jul 06, 2005 at 13:44:13 -0400, Andrew Davenport wrote: > We are not using -esc, and it when trying to start L4FB via Dope, it says "Dope > unavailable", but it doesnt say anything after "Starting L4FB via con", so I > think it may actually be starting L4FB via con even though its not set to. Well, that's the way output is made. Most of the output in Linux is done via printk which needs some working console. I should probably change the l4fb init code to l4-printfs. Anyway, can you login to your box and see if the IRQs are properly used (e.g. 1 for the keyboard)? Or hack it into some init-script or similar. Adam -- Adam [EMAIL PROTECTED] Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
