Thank you for you answer ... I think my interrupt are not working ... I have
added a printk line in my interrupt routine, it is called every 1000 jiffies
!!!! if I do a cat /proc/interrupts ... once completed (c: I see that I dont
receive any interrupt on IRQ 4 ... it is alwais 0 ... but the serial is
registered.
thank again !
Patrick Allaire
mailto:[email protected]
If you can see it, but it's not there, it's virtual.
If you can't see it, but it is there, it's hidden.
It you can't see it and it isn't there, it's gone.
> -----Original Message-----
> From: Bradley D. LaRonde [mailto:[email protected]]
> Sent: November 6, 2001 5:11 PM
> To: Patrick Allaire; Linux Kernel Mailing List
> Subject: Re: Kernel booting on serial console ... crawling
>
>
> I've seen something like that when my serial driver wasn't getting
> interrupts.
>
> Regards,
> Brad
>
> "Patrick Allaire" <[email protected]> said:
> > I tried to boot my kernel using the serial console, using the
> > console=ttyS0,115200 (it does the same thing with 9600) ...
> it work great
> > until :
> >
> > Freeing unused kernel memory: 36k freed
> > serial console detected. Disabling virtual terminals.
> > console=/dev/ttyS0
> >
> > At this point the output of the serial line slow down dramaticly ...
> almost
> > to a halt ... I get 1 line every 30 seconds !!!
>