From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 25 Mar 2007 10:25:18 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] rdbfs issues In-Reply-To: <46008ABE.3020200@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46008ABE.3020200@gmail.com> Topicbox-Message-UUID: 30bfb6ce-ead2-11e9-9d60-3106f5b1d025 On 3/20/07, Don Bailey wrote: > Hi, > I'm attempting to use rdbfs to debug my CPU server via my diskless > terminal. The main problem (I'm sure there will be others) is that my > serial line seems to be hung up. I get no data in either direction after > ^T^TD. > > I run the typical: > rdbfs -p 999 > acid -k 999 /path/to/kernel > (the above is typed on the term prior to ^T^TD on the CPU) > > I also tried: > echo b9600 > '#t/eia0ctl' > > on both ends before attempting to use rdbfs. > > Any ideas? Do you have console=0 in your plan9.ini? Russ