From owner-freebsd-bugs Sun Aug 4 10:20:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FC137B400 for ; Sun, 4 Aug 2002 10:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C8C43E75 for ; Sun, 4 Aug 2002 10:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74HK3JU079210 for ; Sun, 4 Aug 2002 10:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74HK3gW079209; Sun, 4 Aug 2002 10:20:03 -0700 (PDT) Date: Sun, 4 Aug 2002 10:20:03 -0700 (PDT) Message-Id: <200208041720.g74HK3gW079209@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: raimund@baumann-online.net Subject: Re: kern/40122: Device pcm stopps booting Kernel 4.6 Reply-To: raimund@baumann-online.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/40122; it has been noted by GNATS. From: raimund@baumann-online.net To: freebsd-gnats-submit@FreeBSD.org, raimund@baumann-online.net Cc: Subject: Re: kern/40122: Device pcm stopps booting Kernel 4.6 Date: Sun, 4 Aug 2002 19:12:15 +0200 (CEST) >After booting an original GENERIC Kernel, the command "kldload /modules/snd.ko" >shows the following output: >pcm0: > mem 0xe1800000-0xe1807fff > irq5 at device 6.0 on pci0 > >And then the System is freezing completely. After a weekend testing kernel configurations, I have found the cause of the reproduceable total kernel-freeze on my system. It's the combination of device pcm and # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" Without these USB entrys (I havn't tested each single entry, it's a workaround for me to comment all out, because I dont use USB) Sound works. With these USB entrys, theres a total System freeze at boot-time, resp. by loading snd module. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message