home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22008 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.6 KB  |  56 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!math.fu-berlin.de!news.th-darmstadt.de!minnie!wilbur!ckurs-2
  3. From: ckurs-2@wilbur.uni-mainz.de (Teilnehmer am C-Kurs WS 1992_93)
  4. Subject: [BUG REPORT]
  5. Message-ID: <BY0946@minnie.zdv.uni-mainz.de>
  6. Keywords: 0.99pl1 kernel keyboard linus
  7. Sender: ckurs-2@wilbur (Teilnehmer am C-Kurs WS 1992_93)
  8. Nntp-Posting-Host: wilbur
  9. Organization: Johannes Gutenberg Universitaet Mainz
  10. Date: Tue, 29 Dec 1992 10:22:21 GMT
  11. Lines: 43
  12.  
  13. *** 0.99pl1 has not changed my keyboard lockups for the better, it got WORSE ***
  14. --------------------------------------------------------------------------------
  15.  
  16. Bug Description:
  17. ----------------
  18. As i posted here in this group earlier, my keyboard goes dead everytime i press
  19. one of the lock keys (CAPS LOCK and SCROLL LOCK led will light up, NUM LOCK led
  20. will go dark). But i was able to switch the vc's with no problems.
  21. After applying the patch1 to the kernel, i can not switch vc's any more, kbd will
  22. lock after the switch.
  23.  
  24. What I tried to fix it:
  25. -----------------------
  26. My first suspition was that kb_wait() and kb_ack() are not working for me the way
  27. they should. So i added a printk(...) to show me wether the end of the for loop
  28. is reached without an acknoledge of the kbd-controller.
  29.  
  30. Result: No message was printed, the keyboard just locked.
  31.  
  32. So i digged deeper in keyboard.c and found ... nothing, except a lack of checks
  33. for the keyboard errors OVERRUN and RESEND. (Never thought that might be
  34. necessary!). So i looked through my archive and found an article in c't 6/1988
  35. about PC/AT/MF2-keyboards and programming the keyboard controller. Now I started
  36. to add more checks on the communication between keyboard and controller,
  37. controller selftest and some sort of watchdog which will reset the keyboard and
  38. the controller ...
  39. But since i started just yesterday i have no results. Any help or suggestions
  40. are welcome! (Please help me! I have started coding in C just 8 weeks ago !!!)
  41.  
  42. Happy New Year!
  43.  
  44. Dominik
  45.  
  46. +-----------------------------------------------------------------------------+
  47. | eMail to:      kubla@MZDMZA.ZDV.UNI-MAINZ.DE                                |
  48. | sMail to:      Dominik Kubla, Steinsberg 34, 5428 Nastaetten, GERMANY       |
  49. +-----------------------------------------------------------------------------+
  50. |                                                                             |
  51. |                     I don't  *like*  LINUX, I  *LOVE*  it ...               |
  52. |                                                                             |
  53. +-----------------------------------------------------------------------------+
  54.  
  55.  
  56.