From owner-freebsd-sparc64@FreeBSD.ORG Sat May 8 07:53:05 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A2F16A4CE for ; Sat, 8 May 2004 07:53:05 -0700 (PDT) Received: from prisma.rainbow-runner.nl (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE9443D54 for ; Sat, 8 May 2004 07:53:04 -0700 (PDT) (envelope-from kwm@rainbow-runner.nl) Received: by prisma.rainbow-runner.nl (Postfix, from userid 26) id 14BCA208A; Sat, 8 May 2004 16:52:45 +0200 (CEST) Received: from [192.168.1.6] (crashalot.rainbow-runner.nl [192.168.1.6]) by prisma.rainbow-runner.nl (Postfix) with ESMTP id 4F2B52071; Sat, 8 May 2004 16:52:42 +0200 (CEST) From: Koop Mast To: Marius Strobl In-Reply-To: <20040506000354.A98639@newtrinity.zeist.de> References: <1083790140.93705.13.camel@crashalot.rainbow-runner.nl> <20040506000354.A98639@newtrinity.zeist.de> Content-Type: text/plain Message-Id: <1083865617.1037.2.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.5.7FreeBSD GNOME Team Port Date: Sat, 08 May 2004 16:53:00 +0200 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on prisma.rainbow-runner.nl X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 cc: sparc64@freebsd.org Subject: Re: Keyboard and mouse "dead" after adding sc to kernel. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 14:53:05 -0000 On Thu, 2004-05-06 at 00:03 +0200, Marius Strobl wrote: > On Wed, May 05, 2004 at 10:49:01PM +0200, Koop Mast wrote: > > Hello list, > > > > Like the subject says, I got a problem with that after the kernel boots > > on my ultra 2 machine. My keyboard and mouse won't respond. Hitting > > numlock doesn't light the numlock led. Also the machine tells me after > > it complets booting the day and time. But the login prompt doesn't show > > up. > > > > The support for the Z8530 in uart(4) still has issue, we recently > fixed two bugs so the kernel no longer hangs when probing the > UARTs but initialisation still seems to be wrong. If ttya or ttyb > is the console device the respective tty works but only sometimes > if it's not. Keyboard and mouse don't work at all and if I unplug > them the kernel hangs again during probe on my U2. > Thanks for the info, guess I'm going to be using XDMCP until its fixed (works nicely). Koop