From owner-freebsd-mobile Fri Jan 31 11:48:23 2003 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 339F437B401 for ; Fri, 31 Jan 2003 11:48:21 -0800 (PST) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D35043E4A for ; Fri, 31 Jan 2003 11:48:20 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id MUA74016; Fri, 31 Jan 2003 11:48:20 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id AA99D5D04; Fri, 31 Jan 2003 11:48:19 -0800 (PST) To: vaidas.damosevicius@if.lt Cc: freebsd-mobile@freebsd.org Subject: Re: Strange problem with PCMCIA on -CURRENT In-reply-to: Your message of "Fri, 31 Jan 2003 11:55:56 +0100." <20030131095056.A308F198005@hermes.if.lt> Date: Fri, 31 Jan 2003 11:48:19 -0800 From: "Kevin Oberman" Message-Id: <20030131194819.AA99D5D04@ptavv.es.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Date: Fri, 31 Jan 2003 11:55:56 +0100 > From: =?windows-1257?Q?Vaidas_Damo=F0evi=E8ius?= > Sender: owner-freebsd-mobile@FreeBSD.ORG > > Hello, > > I'm trying to start pccardd and getting the following error: > =09 > Jan 31 11:49:21 beastie pccardd[553]: fatal error: no PC-CARD slots > > In dmesg I see: > > cbb0: mem 0x50000000-0x50000fff irq 11 at = > device 3.0 on pci2 > cbb0: Could not map register memory > device_probe_and_attach: cbb0 attach returned 12 > > In kernel cfg I have three options for PCMCIA: > > device pccard > device cardbus > device cbb Well, yes. You are using NEWCARD (pccard + cardbus + dbb) and OLDCARD (card + pcic). NEWCARD does not use pccardd and trying to do so will fail rather badly. (But I guess you noticed.) I tries talking to a device which does not exist in NEWCARD. Instead you should be using devd. Try adding devd_enable="YES" to /etc/rc.conf and see if things work a bit better. IF you are trying to add network card, you can manually fire off /etc/pccard_ether DDN start (substituting the device name for "DDN") and see if the device shows up in ifconfig -a. Normally devd will do this for you, though. It is also quite possible that you will need to set hw.pci.allow_unsupported_io_range="1". This is required on many laptops at the moment. Warner posted that he has an idea what is causing this, but that a fix will probably take a while. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message