From owner-freebsd-mobile Sat Jan 11 8: 2: 0 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 6F51737B401 for ; Sat, 11 Jan 2003 08:01:59 -0800 (PST) Received: from mraught.homeip.net (pool-151-205-211-72.cap.east.verizon.net [151.205.211.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D73343F1E for ; Sat, 11 Jan 2003 08:01:58 -0800 (PST) (envelope-from mraught@acm.org) Received: from acm.org (music [10.0.0.39]) by mraught.homeip.net (8.12.2/8.12.2) with ESMTP id h0BFvqLp028585; Sat, 11 Jan 2003 10:57:53 -0500 (EST) Message-ID: <3E204BF4.2090603@acm.org> Date: Sat, 11 Jan 2003 11:53:08 -0500 From: "Mark A-J. Raught (from the laptop)" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021220 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mark Cc: freebsd-mobile@freebsd.org Subject: Re: pccard (null)(null) References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 mark wrote: >When I insert my pccard, I get this: > >(when inserted): >pccard: inserted, slot 0 >Jan 10 23:42:05 undertow pccardd[48]: No card in database for "(null")"("(null)") > >what am I doing wrong? > >thanks, >mark > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > > > Mark You may want to play around with the /etc/pccard.conf. Look at the /etc/defaults/pccard.conf and try changing the io, irq or memmory settings in the /etc/pccard.conf. I googled and found some references to this. If you remove the card and restart the system (shutting OFF completely) and then boot with it out and then insert it when the system is completely up; what does it say, same thing? Or even if you just remove and reinsert the card does it change anything? If you pccardc dumpcis what do you get? Does it look like it is getting valid info? one last thought, in your kernel do you only have "device wi" for this card? If you have any specifics you may need to change pccard.conf to reflect those. I'm not sure on the specifics, but if you do have more than device wi (like device wi0 irq 7 port 0x3e0 iomem0xd8000 -- not real values, just an example as what I'm talking about) then I would try changing it back to just "device wi" (without "'s of course) -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message