Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!news.Hawaii.Edu!ames!hookup!news.mathworks.com!udel!gatech!howland.reston.ans.net!pipex!uunet!zib-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!thomas From: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Newsgroups: comp.os.386bsd.questions Subject: Re: Help with XFree86 on DECpc LPv+ 466d2 Date: 11 Nov 1994 07:20:55 GMT Organization: Inst. f. Hochfrequenztechnik Lines: 24 Message-ID: <39v60n$p34@urmel.informatik.rwth-aachen.de> References: <39ocv9$805@hptemp1.cc.umr.edu> NNTP-Posting-Host: ghpc6.ihf.rwth-aachen.de Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Newsreader: TIN [version 1.2 PL2] Scott Thibault (sthib@cs.umr.edu) wrote: > Hi, I have the machine mentioned in the subject line and I can't seem > to get X running. I'm using FreeBSD 1.1.5.1 and XFree86 3.1. The > first problem is I can't seem to find the mouse device. When I boot, the O.S. > finds sio0 and sio1 so I tried > cat <tty00 > and > cat <tty01 > This just freezes everything up. Anyone have any ideas? mse0 and psm0 > do not seem to be configured in the base kernel. Does anyone have a > FreeBSD 1.1.5.1 kernel with this devices configured? If you have the mouse on a serial port you don't need them. You probably have a 16550A FIFO. Try disabling the FIFO in sio.c (replace the `if <nofifo> else <...>' in /sys/i386/isa/sio.c, l. 604 with `printf ("fifo disabled");' for a quick and dirty ``fix'' ) or get the patches for 1.1.5.1 from ref.tfs.com (I don't remember the path, but it should contain something like `1.1.5.1-patches'); I think patch00018 is supposed to provide a fix for this problem. Hope this helps. tg