From owner-freebsd-multimedia Mon Mar 17 09:25:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA21491 for multimedia-outgoing; Mon, 17 Mar 1997 09:25:07 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA21485 for ; Mon, 17 Mar 1997 09:25:02 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id JAA01889; Mon, 17 Mar 1997 09:24:32 -0800 (PST) Message-Id: <199703171724.JAA01889@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: "Louis A. Mamakos" cc: multimedia@freebsd.org Subject: Re: latest bt848 code In-reply-to: Your message of "Mon, 17 Mar 1997 10:54:56 EST." <199703171554.KAA06038@whizzo.transsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Mar 1997 09:24:32 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I modified my /etc/syslog.conf to output to the console: more /etc/syslog.conf *.audit,*.noise,*.mesg,*.err;kern.debug;auth.notice;mail.crit /dev/con sole -- In your .xintrc you can have: xterm -C -sl 30000 & The above xterm will receive the syslog messages. All I need is the last ten or so messages. Tnks, Amancio >From The Desk Of "Louis A. Mamakos" : > I'll do this tonight when I get home from work, and see what happens. The > tough part, of course, is that this comes out on the console where it might > never be seen. When the system hangs, the only way to recover is the > reset button.. > > louie > > > > Hi Louis, > > > > Can you print out the status registers? > > > > In bktr_intr, uncomment the first printf. > > /* printf(" STATUS %x %x %x \n", s_status, bktr_status, t_pc); */ > > > > > > Tnks, > > Amancio > > > > > >