From owner-freebsd-questions Wed Jun 26 03:22:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28859 for questions-outgoing; Wed, 26 Jun 1996 03:22:35 -0700 (PDT) Received: from para.paradigm2000.com (para.paradigm2000.com [202.76.31.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA28852 for ; Wed, 26 Jun 1996 03:22:33 -0700 (PDT) Received: by para.paradigm2000.com (4.1/SMI-4.1) id AA08932; Wed, 26 Jun 96 18:16:56 HKT Date: Wed, 26 Jun 96 18:16:56 HKT From: patrick@para.paradigm2000.com (Patrick Lau) Message-Id: <9606261016.AA08932@para.paradigm2000.com> To: questions@FreeBSD.ORG Subject: Mouse problem Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am new to FreeBSD, I currently installed the SNAP2.2-960611 and want to install X. I follow the readme of X and start configuring the XF86Config file. I encounter the following problem: I type xdm -nodaemon to test XDM and get the message: Fatal error: Can't find /dev/mouse something like that I go to /dev and follow the readme procedure to dmesg|grep sio and get sio0 at 0x3f8-0x3ff ........ also I try ./MAKEDEV tty00 and use cat < /dev/tty00 to see whether mouse response but get no such file tty00 error.... BTW: MAKEDEV tty00 will make tty*0 device. Am I correct?