* Print for tracing bugs
@ 2006-01-23 14:42 Alan Horstmann
2006-01-23 16:41 ` Lee Revell
0 siblings, 1 reply; 6+ messages in thread
From: Alan Horstmann @ 2006-01-23 14:42 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
I am trying to trace problems with SPDIF in ice1712.c. Is there an easy way
to print messages/values out in a terminal window from the running sound
driver (using a version of print added in the code), perhaps after doing
'rcalsasound restart' from a Konsole?
Alan
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Print for tracing bugs
2006-01-23 14:42 Print for tracing bugs Alan Horstmann
@ 2006-01-23 16:41 ` Lee Revell
2006-01-24 21:29 ` Alan Horstmann
0 siblings, 1 reply; 6+ messages in thread
From: Lee Revell @ 2006-01-23 16:41 UTC (permalink / raw)
To: Alan Horstmann; +Cc: Takashi Iwai, alsa-devel
On Mon, 2006-01-23 at 14:42 +0000, Alan Horstmann wrote:
> I am trying to trace problems with SPDIF in ice1712.c. Is there an easy way
> to print messages/values out in a terminal window from the running sound
> driver (using a version of print added in the code), perhaps after doing
> 'rcalsasound restart' from a Konsole?
Yes just add printk()'s to the driver code.
Lee
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Print for tracing bugs
2006-01-24 21:29 ` Alan Horstmann
@ 2006-01-24 21:26 ` Lee Revell
2006-01-25 13:19 ` James Courtier-Dutton
1 sibling, 0 replies; 6+ messages in thread
From: Lee Revell @ 2006-01-24 21:26 UTC (permalink / raw)
To: Alan Horstmann; +Cc: Takashi Iwai, alsa-devel
On Tue, 2006-01-24 at 21:29 +0000, Alan Horstmann wrote:
> On Monday 23 January 2006 16:41, you wrote:
> > Yes just add printk()'s to the driver code.
> >
> Thanks. I can get these to print to var/log/messsages, but how do I get them
> to come immediately to a konsole?
No idea, that's a KDE issue. Most GUI terminals don't print out the
kernel messages.
Try a text console.
Lee
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Print for tracing bugs
2006-01-23 16:41 ` Lee Revell
@ 2006-01-24 21:29 ` Alan Horstmann
2006-01-24 21:26 ` Lee Revell
2006-01-25 13:19 ` James Courtier-Dutton
0 siblings, 2 replies; 6+ messages in thread
From: Alan Horstmann @ 2006-01-24 21:29 UTC (permalink / raw)
To: Lee Revell; +Cc: Takashi Iwai, alsa-devel
On Monday 23 January 2006 16:41, you wrote:
> Yes just add printk()'s to the driver code.
>
Thanks. I can get these to print to var/log/messsages, but how do I get them
to come immediately to a konsole?
Alan
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Print for tracing bugs
2006-01-24 21:29 ` Alan Horstmann
2006-01-24 21:26 ` Lee Revell
@ 2006-01-25 13:19 ` James Courtier-Dutton
2006-01-26 16:42 ` Alan Horstmann
1 sibling, 1 reply; 6+ messages in thread
From: James Courtier-Dutton @ 2006-01-25 13:19 UTC (permalink / raw)
To: Alan Horstmann; +Cc: Lee Revell, Takashi Iwai, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 411 bytes --]
On 24/01/06, Alan Horstmann <gineera@aspect135.co.uk> wrote:
>
> On Monday 23 January 2006 16:41, you wrote:
> > Yes just add printk()'s to the driver code.
> >
> Thanks. I can get these to print to var/log/messsages, but how do I get
> them
> to come immediately to a konsole?
>
> Alan
>
>
In the konsole type
tail -f /var/log/messages
As messages appear in the file, they will be displayed.
[-- Attachment #2: Type: text/html, Size: 709 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Print for tracing bugs
2006-01-25 13:19 ` James Courtier-Dutton
@ 2006-01-26 16:42 ` Alan Horstmann
0 siblings, 0 replies; 6+ messages in thread
From: Alan Horstmann @ 2006-01-26 16:42 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
On Wednesday 25 January 2006 13:19, you wrote:
> In the konsole type
> tail -f /var/log/messages
>
> As messages appear in the file, they will be displayed.
That's great; thanks for the help.
Alan
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-26 16:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-23 14:42 Print for tracing bugs Alan Horstmann
2006-01-23 16:41 ` Lee Revell
2006-01-24 21:29 ` Alan Horstmann
2006-01-24 21:26 ` Lee Revell
2006-01-25 13:19 ` James Courtier-Dutton
2006-01-26 16:42 ` Alan Horstmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.