Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!psuvax1!psuvm!dxb132 From: DXB132@psuvm.psu.edu Newsgroups: comp.sys.amiga Subject: Re: OK, now I'm annoyed about Soundtracker Message-ID: <90290.005450DXB132@psuvm.psu.edu> Date: 17 Oct 90 04:54:50 GMT References: <38346@ut-emx.uucp> Organization: Penn State University Lines: 11 I had that problem (non-functional keyboard) with SoundTracker2.0 (I thought later versions fixed it, but I could well be wrong). The problem is that your harddrive controller driver has a level 2 int server, which also happens to be used by one of the CIAs (which just happens to be used for keyboard IO). Ok, what's the problem? Well, due to some stupid programming, ST fails if the usual OS keyboard-handling routine is not the first on the chain. I solved it on my system (2090 controller) by modifying the driver to use a priority of zero (les s than zero is OK too) when installing its level 2 server. Of course, you may b e experiencing a different problem. :-) Hope this makes sense to someone... -- Dan Babcock