RE: LSP 2.10 Previewer hung on preview task

2009-07-08 Thread Ondrej Pindroch
ul 2009 19:04:24 +0530 Subject: RE: LSP 2.10 Previewer hung on preview task Hi, You can check by doing telnet to the board and check the previewer interrupts if Linux kernel is not hung. Are you able to come out of the application by pressing Ctrl+c? If it is not coming out, something

RE: LSP 2.10 Previewer hung on preview task

2009-07-07 Thread Jadav, Brijesh R
-source Subject: RE: LSP 2.10 Previewer hung on preview task Thaks this could be a problem. I have changed - wait_for_completion_interruptible(&(device->wfc)); + wait_for_completion_interruptible_timeout(&(device->wfc), ); But with any success it hung somewhere else. However I will

RE: LSP 2.10 Previewer hung on preview task

2009-07-07 Thread Ondrej Pindroch
och , davinci-linux-open-source Date: Tue, 7 Jul 2009 12:22:44 +0530 Subject: RE: LSP 2.10 Previewer hung on preview task Hi, Can you check whether H3A is enabled in the Kernel and CCDC output for H3A is enabled? As far as I remember, there was some issue with the H3A and previewer. When H3A

RE: LSP 2.10 Previewer hung on preview task

2009-07-06 Thread Jadav, Brijesh R
Hi, Can you check whether H3A is enabled in the Kernel and CCDC output for H3A is enabled? As far as I remember, there was some issue with the H3A and previewer. When H3A is enabled, previewer stops giving interrupts. Can you check whether previewer interrupts are coming properly? You can check