Date: Fri, 31 Jan 2003 11:48:19 -0800 From: "Kevin Oberman" <oberman@es.net> To: vaidas.damosevicius@if.lt Cc: freebsd-mobile@freebsd.org Subject: Re: Strange problem with PCMCIA on -CURRENT Message-ID: <20030131194819.AA99D5D04@ptavv.es.net> In-Reply-To: Your message of "Fri, 31 Jan 2003 11:55:56 %2B0100." <20030131095056.A308F198005@hermes.if.lt>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Fri, 31 Jan 2003 11:55:56 +0100 > From: =?windows-1257?Q?Vaidas_Damo=F0evi=E8ius?= <vaidas.damosevicius@if.lt> > 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: <RF5C476 PCI-CardBus Bridge> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131194819.AA99D5D04>