From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 10:35:48 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CD216A41F for ; Tue, 10 Jan 2006 10:35:48 +0000 (GMT) (envelope-from ertank@ozlerplastik.com) Received: from ozlerplastik.com (ozlerplastik.com [212.58.25.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6101543D55 for ; Tue, 10 Jan 2006 10:35:37 +0000 (GMT) (envelope-from ertank@ozlerplastik.com) Received: from localhost (unknown [127.0.0.1]) by ozlerplastik.com (Postfix) with ESMTP id 05082A6ED4; Tue, 10 Jan 2006 12:35:35 +0200 (EET) Received: from ozlerplastik.com ([127.0.0.1]) by localhost (ozlerplastik.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 81550-08; Tue, 10 Jan 2006 12:35:32 +0200 (EET) Received: from www.ozlerplastik.com (unknown [127.0.0.1]) by ozlerplastik.com (Postfix) with ESMTP id 76C8BA6EC9; Tue, 10 Jan 2006 12:35:32 +0200 (EET) From: "=?ISO-8859-9?Q?Ertan_K=FC=E7=FCko=F0lu?=" To: "Ted Mittelstaedt" , Date: Tue, 10 Jan 2006 12:35:32 +0200 Message-Id: <20060110103114.M96459@ozlerplastik.com> In-Reply-To: References: <20060110081037.M29590@ozlerplastik.com> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 85.96.241.182 (ertank) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-9 X-Virus-Scanned: amavisd-new at ozlerplastik.com Cc: Subject: RE: Compaq ProLiant 1600 server freezes when detecting keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 10:35:48 -0000 Good news, System boots flawlessly after removing USB and Firewire in GENERIC kernel. Well, maybe FreeBSD should implement an option to disable certain device detection during install time, too. Thanks for the USB hint. You saved a lot of time for me to find the problem. --Ertan On Tue, 10 Jan 2006 01:40:05 -0800, Ted Mittelstaedt wrote > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old- > releases/i386/4.11- RELEASE/floppies/ > > works here with Microsoft Internet Exploder 6.0 > > Try setting your FTP client to passive mode. > > Ted > > >-----Original Message----- > >From: Ertan Küçükoglu [mailto:ertank@ozlerplastik.com] > >Sent: Tuesday, January 10, 2006 12:15 AM > >To: Ted Mittelstaedt; questions@freebsd.org > >Subject: RE: Compaq ProLiant 1600 server freezes when detecting keyboard > > > > > >I'll appreciate if anyone directly sends me, or gives me a > >working link to > >download 4.11 release boot images. > > > >ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/ > > > >is not working. At least, connection is established, but no > >login info asked. > > > >Btw, this box is 5.4-release setup box. I cvsuped 6.0-stable > >sources. I may > >try to disable USB in GENERIC kernel. Re-compile and try with > >this kernel if > >this is the test that should be done. I'll give this a try > >while waiting for a > >working link for FreeBSD 4.11. > > > >--Ertan > > > >On Mon, 9 Jan 2006 22:17:18 -0800, Ted Mittelstaedt wrote > >> Please try booting with FreeBSD 4.11 and let us know if it works > >> or not. (just download a boot floppy and use that) Also, it is > >> probably hanging at whatever would probe up AFTER keyboard detection, > >> not the keyboard detection. > >> > >> Be aware also that the Compaq 1600's are a bit odd in that they have > >> a partial USB chipset on the motherboard. It is detected as a USB > >> device - but althought the chip exists, a USB buss is not, in fact, > >> connected to it. There is a setting in many Linux distros to disable > >> USB probing at the installation boot to get around this, that is > >> documented somewhere. > >> > >> Ted > >> > >> >-----Original Message----- > >> >From: owner-freebsd-questions@freebsd.org > >> >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > >Ertan Küçükoglu > >> >Sent: Monday, January 09, 2006 3:52 AM > >> >To: questions@freebsd.org > >> >Subject: Compaq ProLiant 1600 server freezes when detecting keyboard > >> > > >> > > >> >Hello, > >> > > >> >I wanted to replace slackware 10.1 with freebsd 6.0-release. > >> >Reason is the > >> >improvements on filesystem handling in 6.0 release. My system > >> >is serving as a > >> >file server with samba. > >> > > >> >I downloaded CDs and boot to install. During device probing, > >> >system hangs at > >> >keyboard detection. Below is the output written manually: > >> >----- > >> >atkbdc0: at port 0x60,0x64 on isa0 > >> >atkbd0: irq 1 on atkbdc0 > >> >kbd0 at atkbd0 > >> >stray irq13 > >> >atkbd0: [GIANT-LOCKED] > >> >===> here cursor locks, keyboard locks. ctrl+alt+del does > >not work <=== > >> >----- > >> > > >> >I searched the archives. It is suggested to change BIOS setting > >> >for the OS to > >> >"Other" for single CPU systems and to "UnixWare 2.1" for SMP > >> >systems. Mine is > >> >a SMP system. I tried several other OS settings in BIOS, > >> >unfortunately nothing > >> >helped. System bios update date is 11/8/2000. > >> > > >> >I tried to install 5.4-release and cvsup and upgrade to > >> >6.0-stable. Same > >> >problem with GENERIC kernel of yesterday sources. > >> > > >> >This system is a production machine and I have to fix it until > >> >end of this > >> >week. There is a temporary backup system running at the moment. > >> > > >> >If there is anything that I can provide, please ask for it and > >> >I'll do my best > >> >to provide. > >> > > >> >Regards, > >> >-- > >> >Ertan Küçükoğlu > >> >ertank@ozlerplastik.com > >> >Özler Plastik San. ve Tic. A.S. > >> >Tel: +90.212.676.6767 > >> >Fax: +90.212.676.8012 > >> >(webmail) > >> > > >> >_______________________________________________ > >> >freebsd-questions@freebsd.org mailing list > >> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> >To unsubscribe, send any mail to > >> >"freebsd-questions-unsubscribe@freebsd.org" > >> > > >> >-- > >> >No virus found in this incoming message. > >> >Checked by AVG Free Edition. > >> >Version: 7.1.371 / Virus Database: 267.14.15/223 - Release > >> >Date: 1/6/2006 > >> > > > > > > >-- > >Ertan Küçükoğlu > >ertank@ozlerplastik.com > >Özler Plastik San. ve Tic. A.S. > >Tel: +90.212.676.6767 > >Fax: +90.212.676.8012 > >Mob: +90.533.226.0051 > >(webmail) > > > > > >-- > >No virus found in this incoming message. > >Checked by AVG Free Edition. > >Version: 7.1.371 / Virus Database: 267.14.15/223 - Release > >Date: 1/6/2006 > > -- Ertan Küçükoğlu ertank@ozlerplastik.com Özler Plastik San. ve Tic. A.S. Tel: +90.212.676.6767 Fax: +90.212.676.8012 Mob: +90.533.226.0051 (webmail)