Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!aramis.rutgers.edu!geneva.rutgers.edu!hedrick From: hedrick@geneva.rutgers.edu (Charles Hedrick) Newsgroups: comp.unix.microport Subject: Re: ^S/^Q problem in SV/AT 2.4 (a resolution!) Keywords: ctrl-s/ctrl-q Message-ID: Date: 25 May 89 22:41:13 GMT References: <7632@saturn.ucsc.edu> <106605@sun.Eng.Sun.COM> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 11 Thanks. By poking around with nm I was able to find the variable. It's kb_noleds. It is normally zero. I set it to one, using /etc/patch -k /unix kb_noleds 1 (-k to patch the running system, without -k to patch the file /unix) ^S/^Q now works without hanging. Unfortunately this disables all setting of the leds, so num lock and caps lock doesn't show either, but this is a small price to pay for getting rid of the hanging. Do you fix kernel problems on Suns too?