From owner-freebsd-hardware@FreeBSD.ORG Thu Jan 25 17:57:16 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D987516A400 for ; Thu, 25 Jan 2007 17:57:16 +0000 (UTC) (envelope-from ienabellamy@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 9F93A13C467 for ; Thu, 25 Jan 2007 17:57:16 +0000 (UTC) (envelope-from ienabellamy@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so543701wxc for ; Thu, 25 Jan 2007 09:57:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WhNcBxypzKlSJjnH8UDC3K9MX+Vnj5WZT2y5KAx11/N3wi+ef5KDppyTztXn+lnL49E10TPIA9eP+ausvoKHsPcm0hDOp+o0dyTtJWwR+Ev094dO0hV44n/t3YkcpXPlWRqyyJRi57YaGPRzIshiiibsmhbq2uJ8dPG45sxE3IE= Received: by 10.90.105.20 with SMTP id d20mr2578860agc.1169746390003; Thu, 25 Jan 2007 09:33:10 -0800 (PST) Received: by 10.114.132.1 with HTTP; Thu, 25 Jan 2007 09:33:09 -0800 (PST) Message-ID: <3960676c0701250933s7287c9a4tf65e0afb7891a686@mail.gmail.com> Date: Thu, 25 Jan 2007 18:33:09 +0100 From: "iena unlike" To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problems with WiFi PCMCIA card Linksys WPC11. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 17:57:17 -0000 Hello everyone. I`ve bought a wifi pc-card type II, the exact model is: Linksys WPC11 ver.4. The card in question, works with PRISM chipset, and so SHOULD works with wi(4) driver. I`ve compiled it in my kernel but at the boot, FreeBSD 6.1 and now, FreeBSD 6.2 stable doesn`t see the card. wi0 doesn`t exist. The error reported in /var/log/messages is : > Gen 11 11:50:50 thinkbsd kernel: cbb alloc res fail > Gen 11 11:50:50 thinkbsd kernel: cardbus0: Can't get memory for IO ports > Gen 11 11:50:50 thinkbsd kernel: cardbus0: at device > 0.0 (no driver attached) I've read the man pages of wi(4) driver and it reports : > Linksys Instant Wireless WPC11 Prism-II PCMCIA > Linksys Instant Wireless WPC11 2.5 Prism-2.5 PCMCIA > Linksys Instant Wireless WPC11 3.0 Prism-3 PCMCIA > There isn't the version 4.0 of my WPC11 card. So, the problem is this ? The kernel is default GENERIC. I haven't got the skills to write a modifications for wi(4) driver :-( Can i do something ?