From owner-freebsd-current@FreeBSD.ORG Sat Nov 8 04:38:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192A016A4CE for ; Sat, 8 Nov 2003 04:38:47 -0800 (PST) Received: from webcom.hu (webcom.hu [212.92.19.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0336243FB1 for ; Sat, 8 Nov 2003 04:38:46 -0800 (PST) (envelope-from freddy@webcom.hu) Received: from adsl212200.vnet.hu ([62.77.212.200] helo=tornado.hokinet.net) by webcom.hu with esmtp (Exim 3.35 #1 (Debian)) id 1AISMU-0003OJ-00; Sat, 08 Nov 2003 13:38:42 +0100 Received: from tornado.hokinet.net (localhost [127.0.0.1]) by tornado.hokinet.net (8.12.10/8.12.10) with ESMTP id hA8CcTVI000716; Sat, 8 Nov 2003 13:38:29 +0100 (CET) (envelope-from freddy@tornado.hokinet.net) Received: from localhost (localhost [[UNIX: localhost]]) by tornado.hokinet.net (8.12.10/8.12.10/Submit) id hA8CcSsc000715; Sat, 8 Nov 2003 13:38:28 +0100 (CET) (envelope-from freddy) From: "=?iso-8859-1?q?Tam=E1s?= R." To: "Michael L. Squires" Date: Sat, 8 Nov 2003 13:38:28 +0100 User-Agent: KMail/1.5.4 References: <200311012225.hA1MPtdK024969@siralan.org> In-Reply-To: <200311012225.hA1MPtdK024969@siralan.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200311081338.28163.freddy@lamer.hu> cc: freebsd-current@freebsd.org Subject: Re: FreeBSD-CURRENT kernel hangs on starting KDE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freddy@lamer.hu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 12:38:47 -0000 On Saturday 01 November 2003 23.25, you wrote: > > System: FreeBSD 5.1-CURRENT i386 > > > > Relevant hardware config: > > Mainboard : ASUS P4S533-E (SIS645DX north, SIS962/L south bridges) > > Memory : PC2700 512MB DDR RAM (memtest86 tested) > > VGA card : ATI RADEON 9000 PRO > > I had similar lockups with a SuperMicro P6DGH (dual PIII/850)/ATI All-in > Wonder (RADEON 7200)/Intel Pro100+ which were solved by moving the > Ethernet card to another IRQ (it was configured to share 11 by default, > moved it to 9). The system would just stop working - mouse frozen, no > keyboard response, etc. > > I use KDE, also. > > Mike Squires Thanks for your answer. I've examined my interrupt configuration and as it sees from the booting log the UDMA controller shares the IRQ with the VGA card: drm0: port 0xd800-0xd8ff mem 0xe7800000-0xe780fff= f,0xf8000000-0xfbffffff irq 11 at device 0.0 on pci1 atapci0: port 0xa400-0xa40f,0xa800-0xa803,0xb0= 00-0xb007,0xb400-0xb403,0xb800-0xb807 irq 11 at device 2.5 on pci0 Ethernet uses a quite different IRQ, altough I've tried to turn off the sound card/ethernet cards built-in my mainboard (I have two ethernet cards) freeing some IRQ lines, that didn't help. I've tried to configure my VGA card and UDMA controller to allocate another IRQ through BIOS and /boot/device.hints but they always use the same IRQ line regardless any setting. Should I recompile the kernel with a new device.hints? Yesterday I synced the source tree and tested the newest kernel, which hung similarly at starting KDE. Anyway the lastest kernel, which worked (compiled on 25. of Sept.) had no any problem with the IRQ-s but since then I cannot even compile any working kernel with KDE... I'm sure there is no problem with my hardware. I would do appreciate any help. Thanks in advance, Tam=E1s R.