From owner-freebsd-current@FreeBSD.ORG Wed Oct 15 08:03:15 2003 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 8F97C16A4B3 for ; Wed, 15 Oct 2003 08:03:15 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE3443FA3 for ; Wed, 15 Oct 2003 08:03:14 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id h9FF3Arq003228; Wed, 15 Oct 2003 11:03:13 -0400 (EDT) Date: Wed, 15 Oct 2003 11:03:10 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: a@jenisch.at In-Reply-To: <20031015144651.GA22097@athena.oekb.co.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: PCcards not working (5.1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 15:03:15 -0000 X-List-Received-Date: Wed, 15 Oct 2003 15:03:15 -0000 On Wed, 15 Oct 2003 a@jenisch.at wrote: > Hi, > > I'm running into a problem wrt PCcards under 5.1. > > First, here's what I've got: > Compaq Evo N610c, 1GB RAM, 40GB HD, latest BIOS > SW: FreeBSD 5.1 > > The problem: The PCCard-slots are recognized upon boot but when I > insert a card into any of the two slots I get an error message, > telling me that there's no pccard slot present. > > (excert from /var/log/messages) > > Oct 15 09:19:16 beastie pccardd[507]: fatal error: no PC-CARD slots > Oct 15 09:19:23 beastie kernel: pccard0: can't alloc memory to read attributes > Oct 15 09:19:23 beastie kernel: pccard0: CARD ERROR! > Oct 15 09:19:23 beastie kernel: cbb0: PC Card card activation failed > > When I try to start pccardd by hand, even using "pccardd -d" it dies > immediately with the same error message. You should use devd instead of pccardd in -current. See devd(8) and devd.conf(8). -- Dan Eischen