From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 26 20:41:18 2005 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org 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 9054616A41C for ; Sun, 26 Jun 2005 20:41:18 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C5443D1F for ; Sun, 26 Jun 2005 20:41:17 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 16899 invoked by uid 510); 26 Jun 2005 20:41:31 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.1/957. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 1.540588 secs); 26 Jun 2005 20:41:31 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 1.540588 secs Process 16892) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 26 Jun 2005 20:41:30 +0000 From: Robert Slade To: Marius Strobl In-Reply-To: <20050626202711.H80563@newtrinity.zeist.de> References: <1119526083.7606.11.camel@lmail.bathnetworks.co.uk> <1119549678.29881.237027609@webmail.messagingengine.com> <20050623182244.GA48910@dragon.NUXI.org> <200506231437.51814.jhb@FreeBSD.org> <1119555190.15584.237034245@webmail.messagingengine.com> <20050623231651.A29615@newtrinity.zeist.de> <1119802121.10694.123.camel@lmail.bathnetworks.co.uk> <20050626202711.H80563@newtrinity.zeist.de> Content-Type: text/plain Message-Id: <1119818489.10694.127.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 26 Jun 2005 20:41:30 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-sparc64@freebsd.org" Subject: Re: Where are the Sparc64 Installation Boot Floppies? (was - Re: Installation on SUN U10 Continued) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 20:41:18 -0000 On Sun, 2005-06-26 at 18:27, Marius Strobl wrote: > On Sun, Jun 26, 2005 at 04:08:43PM +0000, Robert Slade wrote: > > On Thu, 2005-06-23 at 21:16, Marius Strobl wrote: > > > On Thu, Jun 23, 2005 at 02:33:10PM -0500, Brett D. Estrade wrote: > > Snip > > > > > > Errata notes for 5.4 are in the works and 6.0 and probably 5.5 should > > > work with the most common graphics chips, especially the onboard ones > > > (see the creator(4) and machfb(4) man pages in -current). 6.1 probably > > > will have some additional drivers for Sun graphics add-on cards. > > > > > > hrs, how is the errata comming along? > > > > > > Marius > > > > > > > Marius, > > > > I am (still) having trouble with my U10. I managed to install 5.3 > > eventually and I have now updated to 6.0-GENERIC. I have done > > buildworld, and built and installed a Kernel using the GENERIC config > > file as is as this agrees with the errata: > > > > device sc > > device creator > > options KBD_INSTALL_CDEV > > > > However, when I reboot, the console gets as far as: > > > > getty[437]: open /dev/screen : no such file or directory > > getty[438]: open /dev/ttya : no such file or directory > > > > and then the console freezes - the keyboard does not work and the only > > message is on tty0 when I su to root after a remote SSH logon. > > > > Looks like you missed to update /etc/ttys (i.e. didn't run mergemaster(8)). > How embarrassing - you are right. > > The U10 has a PS2 combined keyboard and mouse. dmesg.boot shows: > > > > On an U10 this would be a RS232 one. Now all working. Except for Xwindows getting a fatal error - still that's a job for later in the week. Many thanks Rob