From: "Andy Willis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 1955335 for os2-wireless_users@2rosenthals.com; Wed, 18 Nov 2009 22:00:24 -0500 Received: from secmgr-va.2rosenthals.com ([162.83.95.194] helo=mail2.2rosenthals.com) by secmgr-ny.randr with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1NAxFs-000761-OT for os2-wireless_users@2rosenthals.com; Wed, 18 Nov 2009 22:00:24 -0500 Received: from mail-yx0-f183.google.com ([209.85.210.183]:62824) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1NAxFh-0007J9-0V for os2-wireless_users@2rosenthals.com; Wed, 18 Nov 2009 22:00:09 -0500 Received: by yxe13 with SMTP id 13so1635896yxe.23 for ; Wed, 18 Nov 2009 19:00:07 -0800 (PST) X-CTCH-RefID: str=0001.0A020203.4B04B4B9.0086,ss=1,fgs=0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=rwb64xJkeEm56l/l8nkAEnB5qYI7mfIFf1cGtDRv9Bg=; b=JIqGKjCrhjmF5QO5wUj4bx3HMxF89/aXOyNk0xAU0J877xeiaIbCJFendVmP5Ayn01 mAsG6IqZYZfs9abdqHD/N7zEvVYSdjsPr/nRruK4bxWwL4BiD8hN9ux28ERw2Ft5X0lR af54bKiqSpbfAV87Jj0yZFn1PPGvOG+c+DDkc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hcG1h4ThWzaqIN4/Tl9FW1X3go/FgObFOd8rG2SXprKxIe7j0c67Y4icLrFRXRa5x2 8Nv/3vN1m5II9fDWMWvafgSA5y7slwiXas4Nf0Q1oUA3OEnfHQGjUgcEWTLxqs56Alu8 BPuL+YlVKEBUPA7eE3m+YQyasGc4TtOoaQS6Q= MIME-Version: 1.0 Received: by 10.150.81.5 with SMTP id e5mr3725484ybb.146.1258599165685; Wed, 18 Nov 2009 18:52:45 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Nov 2009 19:52:45 -0700 Message-ID: Subject: Re: [OS2Wireless] cbenable switches for ThinkPad T43 To: "OS/2 Wireless Users Mailing List" Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 1.0 (+) X-Spam-Report: 1.0 RCVD_BY_IP Received by mail server with no name Lewis G Rosenthal wrote: > Greetings, all. I'm testing a Cisco AIR-CB21AG-A-K9 (Aironet A/B/G > CardBus adapter) which should have an Atheros AR5212 (168C:0013) in it, > and might work in unsupported mode. However, I can't quite seem to be > able to get cbenable to work right, and haven't the time to really dig > into it right now. Andy, I don't recall what settings you used on your > machine at Warpstock when we were testing cards... > > TIA > Sorry, thought this had sent but just found it in my drafts when I realized I hadn't seen it come back. First thing is that ACPI is not compatible with cbenable. Second is that I had to make sure that Cardbus V8 is installed (eCS 2.0 RC 7 is the only so far to ship that way). I then have the following in my config.sys: BASEDEV=PCMCIA.SYS /R:500 BASEDEV=IBM2SS14.SYS rem BASEDEV=sspcic.sys /VS:auto /E /AP:on //Apsoft driver rem BaseDev=CBENABLE.SYS * * 0 0 PCIIRQ rem BaseDev=OEMHLP2.SYS BASEDEV=AUTODRV2.SYS DEVICE=D:\UTILS\THINKPAD\VPCMCIA.SYS The Apsoft driver was not compatible with cbenable. I have cbenable remmed currently as I am not using it but this is what I had. IIRC oemhlp2 is also part of the cbenable and so also needs to be unremmed. This is the order I had the drivers as well. The cards I used did not require unsupported mode and I don't think the one you have there should need it. The 2 I had that worked well were Atheros. The Broadcom chipset would freeze at helperw (which reminds me that I need to find time to work with that card some more). Andy