Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: shell problem with A2000 Message-ID: <8711050123.AA18495@cory.Berkeley.EDU> Date: Wed, 4-Nov-87 20:23:37 EST Article-I.D.: cory.8711050123.AA18495 Posted: Wed Nov 4 20:23:37 1987 Date-Received: Sat, 7-Nov-87 17:52:24 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 30 >I have encountered a problem with the hard disk device, the initial >AmigaDos CLI and Matt/Drew's shell (both versions 2.06M and 2.07M). If >I end my startup-sequence, as I have always done on my A1000, with a >call to shell, the shell starts, I get the $ prompt, but I cannot get >the shell to accept my keystrokes. The system is not hung, because the >characters I type are echoed and the mouse is alive, but the shell >process is effectivly hung and won't do anything but echo. >The last experiment I performed was to recompile the shell with >RAW_CONSOLE 0. This means the shell will not allow command line editing >or the help button or the function keys to work. In this configuration, >the shell does work. So, there is something about setting raw mode in the >initial CLI window that doesn't work with the hard disk device. These particular modifications were made by Steve Drew. It could be a bug either with the shell, which is doubtful, or some change that was made to the initial cli, which is in ROM. All I can say is, for now, get around the problem by running the shell in a newcli: newcli con:0/0/320/200/whatever scriptfile where scriptfile contains: shell .login (or whatever) endcli then removing the original cli with an endcli. -Matt