From owner-freebsd-questions@FreeBSD.ORG Wed Jan 20 17:43:50 2010 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 3C00E106566B for ; Wed, 20 Jan 2010 17:43:50 +0000 (UTC) (envelope-from pp@pp.dyndns.biz) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id E3CD68FC19 for ; Wed, 20 Jan 2010 17:43:49 +0000 (UTC) Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC0283D4FB for freebsd-questions@freebsd.org; Wed, 20 Jan 2010 18:43:48 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Apo6ADDQVktV4js3PGdsb2JhbACBRpo2AQEBATe+TYI0ggIE X-IronPort-AV: E=Sophos;i="4.49,311,1262559600"; d="scan'208";a="28075647" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb1.telenor.se with ESMTP; 20 Jan 2010 18:43:48 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id o0KHhkq0075230; Wed, 20 Jan 2010 18:43:46 +0100 (CET) (envelope-from pp@pp.dyndns.biz) Message-ID: <4B5740D2.9030809@pp.dyndns.biz> Date: Wed, 20 Jan 2010 18:43:46 +0100 From: pp@pp.dyndns.biz User-Agent: Thunderbird 2.0.0.23 (X11/20091010) MIME-Version: 1.0 To: Michael Powell References: <4B561717.9090309@pp.dyndns.biz> <4B561A81.6010400@pp.dyndns.biz> <4B5620E9.6040902@pp.dyndns.biz> <4B56C2EC.4070609@pp.dyndns.biz> <4B5721B5.50302@pp.dyndns.biz> In-Reply-To: <4B5721B5.50302@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Missing all ttyv* device nodes after upgrade 7.0 -> 7.2 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, 20 Jan 2010 17:43:50 -0000 Morgan Wesström wrote: > Michael Powell wrote: >>> agp0: on hostb0 >>> agp0: allocating GATT for aperture of size 128M >>> vgapci0: mem >>> 0xf8000000-0xf8ffffff,0xe0000000-0xefffffff,0xf9000000-0xf9ffffff irq 3 >>> at device 0.0 on pci1 >> This is an odd IRQ for a video card to come up on, as this is usually >> reserved for one of the COMM ports. Maybe an IRQ conflict here. > > I noticed that too :-) > >> Below is a snippet from mine. You didn't remove device vga from the kernel >> by any chance? Switching back to GENERIC for a test is probably a good idea >> as it may remove a variable from the problem. > > No, all of syscons dependencies (according to the man page) are still there. > >> Funny thing is it worked in 7.0 previously? At first glance this smells like >> BIOS PnP probing problems, but I think if it were it would have showed >> itself before. Try GENERIC and see what happens. If it goes away you know >> where to look. > Turned out the graphics adapter had died when he got to the computer. Case closed and kudos to FreeBSD for still running all other services without complaining. :-) /Morgan