From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 19:37:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E474916A417 for ; Wed, 22 Aug 2007 19:37:03 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id A4BFA13C45A for ; Wed, 22 Aug 2007 19:37:02 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7MJabKf090446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Aug 2007 23:36:37 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7MJaZGU090429; Wed, 22 Aug 2007 23:36:35 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Wed, 22 Aug 2007 23:36:35 +0400 From: Yuri Pankov To: Gary Kline Message-ID: <20070822193635.GA65303@darklight.org.ru> References: <20070822191147.GA36193@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822191147.GA36193@thought.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List Subject: Re: xdm fails! can't find "pcidata" 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: Wed, 22 Aug 2007 19:37:04 -0000 On Wed, Aug 22, 2007 at 12:11:47PM -0700, Gary Kline wrote: > > I just rebooted my DNS server and now X fails. I'm pretty sure I > did everything re the xorg instructions in UPDATING. The error > message in /var/lob/Xorg.0.log says exactly:: > > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (WW) Warning, couldn't open module pcidata > (II) UnloadModule: "pcidata" > (EE) Failed to load module "pcidata" (module does not exist, 0) > > How can I fix this? I find pcidata deep in the > /usr/sys/src.../dev directory. Nothing in my KERNCONF=GENERIC > file. Insights, anybody?? > > tia, > > gary > > > > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix Could you show us what is your ModulePath set to? (either from xorg.conf or from Xorg.0.log, should be "/usr/local/lib/xorg/modules"). Yuri