home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2894 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  2.4 KB

  1. Path: sparky!uunet!uunet!not-for-mail
  2. From: lidl@rodan.UU.NET (Kurt J. Lidl)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Beginner's problems with 386BSD
  5. Date: 26 Jul 1992 09:30:22 -0400
  6. Organization: AlterNet -- Falls Church, Virginia, USA
  7. Lines: 45
  8. Distribution: world
  9. Message-ID: <14u9deINNoa5@rodan.UU.NET>
  10. References: <712169547snx@rama.demon.co.uk>
  11. NNTP-Posting-Host: rodan.uu.net
  12.  
  13. In article <712169547snx@rama.demon.co.uk> steve@rama.demon.co.uk (Steve Entwistle) writes:
  14. >1) How do I talk to my printer ? A /dev/lp device was not created when
  15. >   I installed the binary distribution. Is it just a simple matter of
  16. >   doing a mknod ? If so, what are the relevant major and minor devices
  17. >   numbers ?
  18.  
  19. I don't think that an unpatched 0.1 release will work for you.
  20. Someone has posted a parallel port driver for 0.0 that most likely
  21. will work for 0.1 also.  (I have not tried this, so I have no *real*
  22. idea if it works with 0.1)
  23.  
  24. >2) Should Mtools work straight out of the box ? If for example I issue
  25. >   mdir a:  it produces the message init: open: No such file or directory.
  26. >   Most of the other mtools commands produce similar messages.
  27.  
  28. Due to a couple of niggling things, it will not work.  Remove the
  29. /dev/rfd0a and /dev/fd0a devices, then MAKEDEV fd0.  As it turns
  30. out, mtools wants /dev/rfd0c, not the "a" partition on the floppy
  31. drives.  Alturnatively, you can re-compile mtools to use
  32. /dev/rfd0a instead of /dev/rfd0c (I found that creating the correct
  33. devices was more expediante.)
  34.  
  35. >3) When I try and use ktrace, it just says Bad System call - core dumped.
  36.  
  37. Don't know.
  38.  
  39. >4) How do I configure the system for UK local time ? I tried symlinking
  40. >   /etc/localtime to /usr/share/zoneinfo/GB-Eire, but this puts the clock
  41. >   about 8 hours ahead.
  42.  
  43. Well, to configure the system for Eastern daylight time, I just
  44. made /etc/localtime a sym-link to /usr/share/zoneinfo/localtime,
  45. which I then hardlinked to /usr/share/zoneinfo/US/Eastern.
  46. It seems to work for me.  (I also changed the timezone in the
  47. kernel I built, but did not see any obvious change from that
  48. alone.  I forget exactly what that value is used for -- it predates
  49. the zoneinfo way of doing things, I think...)
  50.  
  51. Good luck.
  52.  
  53. -Kurt
  54. -- 
  55. /* Kurt J. Lidl (lidl@uunet.uu.net)   | Unix is the answer, but only if you */
  56. /*                                    | phrase the question very carefully. */
  57. /* Don't even think of confusing my opinions with my employer's opinions!   */
  58.