From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 06:50:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED2116A41F for ; Fri, 14 Oct 2005 06:50:44 +0000 (GMT) (envelope-from deep@symonds.net) Received: from symonds.net (ca1.symonds.net [66.92.42.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431F343D48 for ; Fri, 14 Oct 2005 06:50:44 +0000 (GMT) (envelope-from deep@symonds.net) Received: from deep by symonds.net with local (Exim 4.44 #1 (Debian)) id 1EQJOr-0000lg-Ql; Thu, 13 Oct 2005 23:50:41 -0700 Date: Thu, 13 Oct 2005 23:50:41 -0700 To: freebsd-questions@freebsd.org Message-ID: <20051014065041.GA2361@symonds.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: N Deepak Subject: D-Link wireless LAN card not working in 5.3-R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 06:50:44 -0000 Hi, I am running FreeBSD 5.3 RELEASE on IBM ThinkPad R40e. I have compiled a custom kernel. I have a D-Link wireless LAN card: DWL-G650+ When I insert the card into PCMCIA slot, I see this in /var/log/messages: Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Expecting link target, got 0x2a Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Resource not specified in CIS: id=10, size=2000 Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Resource not specified in CIS: id=14, size=20000 Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: at device 0.0 (no driver attached) Oct 14 12:16:15 deepak-bsd53 kernel: cbb0: CardBus card activation failed I have enabled PCMCIA devices in the kernel config: # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus Relevant text from dmesg: cbb0: mem 0xb0000000-0xb0000fff irq 11 at device 12.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 Any pointers to get the card working? Thanks! Deepak