From owner-freebsd-mobile@FreeBSD.ORG Tue Jun 21 11:40:30 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 166D216A41C for ; Tue, 21 Jun 2005 11:40:30 +0000 (GMT) (envelope-from jure.lozar@madalbal.si) Received: from mail.vasudevaserver.com (agni.vasudevaserver.net [66.235.180.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAB443D53 for ; Tue, 21 Jun 2005 11:40:29 +0000 (GMT) (envelope-from jure.lozar@madalbal.si) X-Virus-Scanned: by cgpav Received: from [213.143.91.132] (account jure.lozar@madalbal.si HELO [192.168.2.214]) by mail.vasudevaserver.com (CommuniGate Pro SMTP 4.2.9) with ESMTP-TLS id 5417965 for freebsd-mobile@freebsd.org; Tue, 21 Jun 2005 07:40:27 -0400 Message-ID: <42B7FC80.3030808@madalbal.si> Date: Tue, 21 Jun 2005 13:39:44 +0200 From: Jure Lozar User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Linksys pcmcia wlan on IBM laptop X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 11:40:30 -0000 Hi. I'm having trouble with Linksys WPC54G wlan card on IBM ThinnkPad A21e. OS is Freebsd 5.4 release and win2k dual boot. Card works flawlessly in win. I read instructions on links below, added hw.pci.allow_unsupported_io_range=1 to /boot/loader.conf I also disabled ACPI and enabled APM, but it did not change much. Below are cardbus related messages during boot, first with acpi, then with apm. I sucessfully created ndis drivers, but loading second one is not sucessful due to previous problems: ThinkPad# kldload ndis ThinkPad# kldload if_ndis cardbus0: Expecting link target, got 0x70 cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: Resource not specified in CIS: id=14, size=20000 Boot messages: ACPI: cbb0: mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cardbus0: Expecting link target, got 0x71 cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: Resource not specified in CIS: id=14, size=20000 cardbus0: at device 0.0 (no driver attached) APM: cbb0: mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0 cbb0: Found memory at 50000000 cbb0: Secondary bus is 1 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: card inserted: event=0x00000000, state=30000920 cbb0: cbb_power: 3V cardbus0: Expecting link target, got 0x71 cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: Resource not specified in CIS: id=14, size=20000 cardbus0: at device 0.0 (no driver attached) cbb0: cbb_power: 0V URL's with instructions: http://www.apichairuk.com/ http://www.freebsddiary.org/ibm-thinkpad-t41.php http://www.xl0.org/FreeBSD/ndis.txt Thank you for any advice you might provide Jure