From owner-freebsd-questions@FreeBSD.ORG Fri May 21 14:27:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF6D216A4CE for ; Fri, 21 May 2004 14:27:34 -0700 (PDT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216F043D1D for ; Fri, 21 May 2004 14:27:34 -0700 (PDT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.12.11/8.12.10) with ESMTP id i4LLRgF8043976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 May 2004 22:27:42 +0100 (BST) (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.12.11/8.12.10/Submit) with ESMTP id i4LLRfiL043973; Fri, 21 May 2004 22:27:42 +0100 (BST) (envelope-from jhary@unsane.co.uk) Date: Fri, 21 May 2004 22:27:41 +0100 (BST) From: Vince Hoffman To: Martin Phillips In-Reply-To: <001701c43e6d$d6a5e450$0e0d76c1@LBS4> Message-ID: <20040521220614.U43795@unsane.co.uk> References: <001701c43e6d$d6a5e450$0e0d76c1@LBS4> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Questions@freebsd.org Subject: Re: Help with PCMCIA card support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 21:27:34 -0000 On Thu, 20 May 2004, Martin Phillips wrote: > I am trying to install FreeBSD on an old laptop that used to run various > versions of Windows. I have two problems... > > 1. The installation process appears not to see my PCMCIA cards. Running > pccardd says "No PC-CARD slots". That's a shame really, because my ethernet > card is essential. How do I convince the system that there really are card > slots? > you seem to be using 5.2.1 so the pccardc/pccardd commands are not used unless you recompile your kernel with the options to use the old pcmcia code. see /usr/src/sys/i386/conf/OLDCARD if you have the system sources installed. have a look through your dmesg and see if cbb0 is mentioned (havent got a laptop handy to tell you exactly what you could grep on, sorry.) if so then it may be the pcmcia card not the controller that is not recognised. > 2. Resolution is not helped by the install process not showing the Kernel > Configuration Menu that is described in section 2.3.2 of the documentation. > How can I get to this menu to check my system configuration? Sorry cant help, which documentation ? the handbook doesnt seem to have a 2.3.2 section. Its possible your looking at something related to the < 5.x preinstallation config menu. Vince > > uname -a reports: > FreeBSD 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: > root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 > > > Martin Phillips > Ladybridge Systems > 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB > +44-(0)1604-709200 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >