home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22914 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.5 KB  |  47 lines

  1. Path: sparky!uunet!mcsun!sun4nl!tuegate.tue.nl!svin09!adv!devet
  2. From: devet@adv.win.tue.nl (Arjan de Vet)
  3. Newsgroups: comp.os.linux
  4. Subject: Ctl-Atl-Del and Linux 0.99 patchlevel 2: SOLVED
  5. Summary: problem solved
  6. Keywords: 0.99l2 reboot
  7. Message-ID: <1993Jan6.124325.82@adv.win.tue.nl>
  8. Date: 6 Jan 93 12:43:25 GMT
  9. References: <nnhut.726156842@bcarh676>
  10. Followup-To: comp.os.linux
  11. Organization: Arjan's Home Linux 486 Box
  12. Lines: 33
  13.  
  14. In article <nnhut.726156842@bcarh676> nnhut@bnr.ca (Nhut Nguyen) writes:
  15.  
  16. >I just compiled the newest Linux 0.99 patch level 2 without any problem.
  17. >However, when I want to reboot, Ctl-Alt-Del does not work anymore. I have
  18. >to push the RESET button to reboot. This happens with the new patch level
  19. >2 only. Is there any new change that disables this key combination ? And 
  20. >how to make it work again ? I am using the default settings for US keyboad
  21. >in the Makefile.
  22. >
  23. >BTW, I have a 486/33 with an OPTi chipset.
  24.  
  25. Others have suggested that this chipset is the cause but I had the same
  26. troubles: ctrl-alt-del/reboot/halt not working.
  27.  
  28. Here's my solution for 99p2:
  29.  
  30. --- keyboard.c-    Wed Jan  6 11:57:45 1993
  31. +++ keyboard.c    Wed Jan  6 13:30:58 1993
  32. @@ -1363,7 +1363,7 @@
  33.      int i, j;
  34.      extern unsigned long pg0[1024];
  35.  
  36. -    cli();
  37. +    sti();
  38.  /* rebooting needs to touch the page at absolute addr 0 */
  39.      pg0[0] = 7;
  40.      *((unsigned short *)0x472) = 0x1234;
  41.  
  42. Arjan
  43.  
  44. --
  45. Arjan de Vet                             <Arjan.de.Vet@adv.win.tue.nl> (home)
  46. Eindhoven University of Technology, the Netherlands <devet@win.tue.nl> (work)
  47.