From owner-freebsd-questions Thu Nov 14 22:21:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18845 for questions-outgoing; Thu, 14 Nov 1996 22:21:52 -0800 (PST) Received: from smtp.interlog.com (root@smtp.interlog.com [198.53.145.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA18840 for ; Thu, 14 Nov 1996 22:21:45 -0800 (PST) Received: from gold.interlog.com (gold.interlog.com [198.53.145.2]) by smtp.interlog.com (8.7.6/8.7.6) with ESMTP id BAA18802 for ; Fri, 15 Nov 1996 01:21:34 -0500 (EST) Received: from localhost (batsy@localhost) by gold.interlog.com (8.7.6/8.6.10) with SMTP id BAA13909 for ; Fri, 15 Nov 1996 01:21:41 -0500 (EST) Date: Fri, 15 Nov 1996 01:21:40 -0500 (EST) From: jamie Reply-To: jamie To: freebsd-questions@freebsd.org Subject: Re: /dev/rodent In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 14 Nov 1996, Doug White wrote: > Something is running there, perhaps a getty? Nope, I tried killing off all terminals (one running the other just there) in /etc/ttys, but no luck. > /dev/mouse ?=? /dev/psm0 > > do ls -l /dev/mouse and make sure that it is a symlink to the proper mouse > device. It is in fact linked to psm0 and always has been. I think that a big problem is that psm0 wants the same memory addr as sc0 (syscons driver 0x60). I change the mem addr of psm0 to 0x40 but that just crashes the machine before it even gets a chance to boot (note: 0x40 does not conflict with anything ) Can you recommend another mem addr for psm0? I am using it on irq 12 (irq 5 is taken by ed0) Please tell me that there is a better way than having to boot from a dos disk (which I don't have) and then use the logitech installer disk (which is far away) to set the irq/mem addr of the device manually:) OR! I could just install the 961008-SNAP and hope my tribulations are vanquished. But I'd like to avoid that untill I get this one working. Thanks in advance. -j