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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!think.com!enterpoop.mit.edu!senator-bedfellow.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: shap@halifax.syncomas.com
  4. Subject: Keyboard lockup in 0.99.2
  5. Message-ID: <1993Jan8.122709.13715@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: shap@halifax.syncomas.com
  8. Organization: The Internet
  9. Date: Fri, 8 Jan 1993 12:27:09 GMT
  10. Lines: 42
  11.  
  12. I've probably missed a patch somewhere along the way, and would
  13. appreciate it if someone could help me out.
  14.  
  15. I just finished installing the latest SLS (the one currently on TSX-11)
  16. on my system.  Having done this, I decided I wanted to be on 0.99.2, so
  17. I grabbed the sources for that, ran configure, and built it.  Being a
  18. clever duck, I decided not to overwrite the 0.99 linux image, and
  19. installed a new LILO entry for the new kernel.  Boy was I glad.
  20.  
  21. The 0.99.2 kernel comes up, but keyboard input is totally ignored.  Can't
  22. log in or nuttin!
  23.  
  24. It has to be something I did, since the bootable rootdisk versions of
  25. 0.99.2 work fine.
  26.  
  27. I'm on a 486/25 portable with IDE drive.
  28.  
  29. The autoconf file contains:
  30.  
  31.     CONFIG_BLK_DEV_HD 1
  32.     CONFIG_TCPIP 1
  33.     CONFIG_MAX_16M 1
  34.     CONFIG_M486 1
  35.     CONFIG_MINIX_FS 1
  36.     CONFIG_EXT_FS 1
  37.     CONFIG_MSDOS_FS 1
  38.     CONFIG_PROC_FS 1
  39.     CONFIG_AUTO_IRQ 1
  40.     CONFIG_PSMOUSE 1
  41.  
  42. I also edited three lines in the Makefile:
  43.  
  44.     ROOT_DEV = /dev/hda1
  45.     KEYBOARD = -DKBD_US -DKBDFLAGS=0
  46.     SVGA_MODE= -DSVGA_MODE=NORMAL_VGA
  47.  
  48. Otherwise, it's the out-of-the-box 0.99.2 tar image.
  49.  
  50. Any help would be appreciated.
  51.  
  52.  
  53. Jonathan
  54.