Re: Strange problem with PCMCIA on -CURRENT

"Kevin Oberman" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
> Date: Fri, 31 Jan 2003 11:55:56 +0100
> From: =?windows-1257?Q?Vaidas_Damo=F0evi=E8ius?= <[email protected]>
> Sender: [email protected]
> 
> 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: [email protected]			Phone: +1 510 486-8634

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.