home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4708 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.1 KB  |  52 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!bogus.sura.net!pandora.pix.com!hsu
  3. From: hsu@pix.com (Dagwood Splits the Atom)
  4. Subject: Re: ecinit on ifconfig
  5. Message-ID: <BtKqGo.rt@pix.com>
  6. Sender: news@pix.com (The News Subsystem)
  7. Nntp-Posting-Host: pandora.pix.com
  8. Organization: Pix -- The company with no adult supervision.
  9. References: <veit.714673047@du9ds3> <1992Aug25.144402.27686@olymp.informatik.uni-bonn.de> <BtKCLH.B3o@ibmpcug.co.uk>
  10. Date: Wed, 26 Aug 1992 04:43:34 GMT
  11. Lines: 39
  12.  
  13. In article <BtKCLH.B3o@ibmpcug.co.uk> adrian@ibmpcug.co.uk (Adrian Hall) writes:
  14. >>> Apparently a "scalpel" left in the code (ifconfig or ec-driver). Try
  15. >>> ifconfig with a redirection to /dev/null to identify whether it is in
  16. >>> the driver or in ifconfig.
  17. >>No. You won't see any error message anymore. Try to find the message
  18. >>"ecinit" in the kernel and patch it (e.g. using any DOS disk tool).
  19. >Gee, And I thought 386BSD came with full kernel sources.
  20.  
  21. It does, of course.  Geez.  The offending code is line 264 of if_ec.c,
  22. and can be easily recognized by its lack of indentation.
  23.  
  24. And the fact that it says, in its entirety, `printf ("ecinit");'
  25.  
  26. Is anybody else running X386 with the Keypro (Focus) FC9000 keyboard?
  27. The FC9000 seems to be remarkably buggy, particularly where the pf keys
  28. are concerned.  Programming ctrl-alt-+ results in the following sequence,
  29. according to xev:
  30.  
  31.     keypress Control-L
  32.     keypress Alt
  33.     keyrelease +    (!)
  34.     keypress +
  35.     keyrelease Alt
  36.     keyrelease Control-L
  37.  
  38. I may have the last two reversed, but the gist of it is that the plus
  39. key gets its events swapped, defeating the utility of that sequence for
  40. cycling display modes.  My usable workaround is to use Control-R and
  41. Alt-R (actually Meta); the events will then occur in the correct order.
  42.  
  43. cheers,
  44.  
  45. -dave
  46.  
  47. -- 
  48. Dave Hsu                           <hsu@pix.com> -or- <hsu@eng.umd.edu>
  49. Caffeine and Salsa Czar              "Yeah?  Well there are a lot of people out
  50. Pix Technologies Corporation       there who are full of shit and making money.
  51. Have nerds, will telnet.           And *I'm* not going to be the exception."
  52.