From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 21:19:52 2004 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 E6EDC16A4CE for ; Mon, 9 Feb 2004 21:19:52 -0800 (PST) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.24.2.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A523443D2F for ; Mon, 9 Feb 2004 21:19:52 -0800 (PST) (envelope-from bcsfd204@twcny.rr.com) Received: from ms-mss-04 ([10.10.6.14])i1A5JlEj001328 for ; Tue, 10 Feb 2004 00:19:47 -0500 (EST) Received: from nyroc.rr.com (localhost [127.0.0.1]) by ms-mss-04.nyroc.rr.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) current@freebsd.org; Tue, 10 Feb 2004 00:19:46 -0500 (EST) Received: from [10.10.6.26] (Forwarded-For: [24.59.143.77]) by ms-mss-04.nyroc.rr.com (mshttpd); Tue, 10 Feb 2004 00:19:46 -0500 Date: Tue, 10 Feb 2004 00:19:46 -0500 From: bcsfd204@twcny.rr.com To: current@freebsd.org Message-id: <2af11a2b28c9.2b28c92af11a@nyroc.rr.com> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Missing XL0 and USB printer after upgrade X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bcsfd204@twcny.rr.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 05:19:53 -0000 I upgraded two systems over the weekend (2/6-7/04). I came up from a 5.1-CURRENT level from around October, 2003. Both are Tyan dual AMD processor systems with built in XL class ethernet cardss. I reviewed UPDATING and I believe I followed the instructions for the multi-terabyte changes. The desktop kernel and world went without much of a problem (except nautilus keeps crashing on a segment fault. I think I have to upgrade Gnome but I was going to do that later.) I then went to upgrade the server. When I finished booting the machine, XL0 and my USB attached printer were not recognized (present). IFCONFIG does not show XL0 and ls /dev does not show my USB printer. I played with the kernel config (the two machines are almost identical (currently defined but disabled SCSI controller in the server machine)) I also tried SCHED_ULE and SCHED_4BSD and it did not seem to change anything. What I am noticing for the printer is, I get most of the probe messages but then I start getting the messages about the filesystems being clean and root being mounted. During this portion of the boot, I get messages about the USB hardware being probed. It's almost like the hardware probing is not done yet before the kernel startes to mount the filesystems and begin initialization. (If I mangled the process here I'm sorry. I'm trying to describe what the external symptoms look like.) When I review DMESG output, there is nothing present for the XL-class ethernet interfaces. I also tried adding a VX-class card I had in the closet but this is not detected either. At the moment, I'm less concerned about the printer. I'm going nowhere with this server box if I cannot get it back on the wire. Any thoughts? Thanks...