From: "Thomas Dennis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 2224585 for os2-wireless_users@2rosenthals.com; Wed, 17 Feb 2010 11:55:05 -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 1NhnAy-0000fk-Qz for os2-wireless_users@2rosenthals.com; Wed, 17 Feb 2010 11:55:04 -0500 Received: from mailout02.t-online.de ([194.25.134.17]:37820) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1NhnAv-0005aO-2A for os2-wireless_users@2rosenthals.com; Wed, 17 Feb 2010 11:54:58 -0500 Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de ) by mailout02.t-online.de with smtp id 1NhnAt-0001IJ-DR; Wed, 17 Feb 2010 17:54:55 +0100 Received: from [192.168.2.102] (E1va2OZXwhrtkbeXpHX-i3MQuzfS8HrXJxThzrunZM74amqnpSg3Xq3bY-9eNU3gFN@[80.136.253.216]) by fwd00.t-online.de with esmtp id 1NhnAf-12EIHA0; Wed, 17 Feb 2010 17:54:41 +0100 X-CTCH-RefID: str=0001.0A020209.4B7C1F62.001A,ss=1,fgs=0 Message-ID: <4B7C1F4D.7030903@t-online.de> Date: Wed, 17 Feb 2010 17:54:37 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: OS/2 Wireless Users Mailing List Subject: Re: [OS2Wireless] Driver Problem References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: E1va2OZXwhrtkbeXpHX-i3MQuzfS8HrXJxThzrunZM74amqnpSg3Xq3bY-9eNU3gFN X-TOI-MSGID: d304d758-77c7-4ba2-a345-03868a650f4f X-Spam-Score: 0.0 (/) X-Spam-Report: 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines Andy Willis wrote: > Thomas Dennis wrote: >> Andy Willis wrote: >>> Lewis G Rosenthal wrote: >>>> Hi, Thomas... >>>> >>>> On 02/10/10 03:42 pm, Thomas Dennis thus wrote : >>>>> Hi: >>>>> I'm trying to get my Laptop to work with eCS 2.0 rc7. >>>>> Since my Laptop is an older model I'm using a PCMCIA >>>>> plug-in card. A D-Link DWA 645. The chipset is suppose >>>>> to an Atheros but I haven't been able to establish it >>>>> as a fact. >>>>> I did download two s/w packages from Netlabs that are >>>>> for the Atheros chipset but I have not been able to >>>>> install them. The problem may be due to one of the files being >>>>> saddled with the DOS name regulation 8:3. I have >>>>> renamed it correctly as it is on the Internet, but >>>>> one of the eCS 2.0 rc7 widgets keeps showing the >>>>> DOS file name. >>>>> Like: GENMAC220_ATHEROS.WPI >>>>> GENMAC~1.WPI >>>>> Where it's getting this data from I don't know. >>>>> WarpIN, which came with eCS 2.0, gives me an error >>>>> message saying that: >>>>> "GenMac could not find any network interface card in >>>>> the system!" >>>>> Can anybody tell me what the problem is? >>>>> Am I doing something wrong or left something out that >>>>> needs to be included? >>>> You need to install Veit's cbenable driver to get GenMAC to see the >>>> card >>>> and turn it on. Please see my other post of 2/3 @ 8:25pm EST. Without >>>> cbenable, there's no "glue" to bind the card slots to the PCI bus >>>> (insofar as GenMAC is concerned), so it doesn't see the card. >>>> >>>> Also, in that same message, I asked you to provide the PCI ID >>>> string of >>>> the card, so that we could be certain of the chipset. If you need >>>> assistance with this step of the process, please advise. >>>> >>>> You should probably review >>>> http://article.gmane.org/gmane.org.netlabs.genmac.user/1187 , et seq. >>>> >>> One thing to note: cbenable does not work with ACPI. >>> I've had success with the following: >>> >>> REM [PCCARD section >>> DEVICE=D:\UTILS\THINKPAD\VPCMCIA.SYS >>> DEVICE=D:\UTILS\THINKPAD\PCMSSDIF.SYS >>> REM DEVICE=D:\UTILS\THINKPAD\PCM2SRAM.SYS >>> REM DEVICE=D:\UTILS\THINKPAD\FLSH2MTD.SYS >>> REM DEVICE=D:\UTILS\THINKPAD\PCM2FLSH.SYS >>> BASEDEV=PCMCIA.SYS /R:500 >>> BASEDEV=IBM2SS14.SYS >>> rem BASEDEV=sspcic.sys /VS:auto /E /AP:on >>> BASEDEV=AUTODRV2.SYS >>> REM BASEDEV=PCM2ATA.ADD /S:2 /!DM /NOBEEP >>> BASEDEV=PCM2ATA.ADD /S:2 /NOBEEP >>> REM BASEDEV=OS2PCARD.DMD >>> BASEDEV=CBENABLE.SYS * * 0 0 PCIIRQ >>> BASEDEV=OEMHLP2.SYS >>> DEVICE=D:\OS2\$ICPMOS2.SYS /G >>> >>> sspcic - Apsoft driver does not work for this configuration either. >>> eCS 2.0 rc7 should have the proper pccard support level, previous >>> releases did not. >>> Until cbenable is in place, the pccard will not show with pci.exe. >>> Not much more involved really other than, if once you have all drivers >>> in place and if it hangs on boot at or around netbind then wait for a >>> short while but if it doesn't continue then you can pull the pccard >>> and the boot will continue but the card will not function. >>> Andy >> Andy: >> I seem to be a bit confused. >> It's about this: BASEDEV=CBENABLE.SYS * * 0 0 PCIIRQ >> I thought that CBENABLE.SYS had only three switches and in the >> past switches started with " / " but that doesn't seem to be the case >> here. There appear to be more than three. Can you explain? > > Not all switches/parameters require a "/". By convention it is not > unusual to require it but that is largely because it is a way to make > parsing for the switches easier. I believe that despite the number of > objects seen, it technically is only 3 switches. If the "/" were used > I think it would be like so: > basedev=cbenable.sys /* * 0 /0 /PCIIRQ > where the "* * 0" represent the first parameter. Its just that the > first parameter requires 3 objects to represent the desired information. > From cbenable.txt (which is where I copied the above from initially): > Examples: > > BaseDev=CBENABLE.SYS * * 0 0 10,11,12 > BaseDev=CBENABLE.SYS * * 0 0 NOIRQ > BaseDev=CBENABLE.SYS * * 0 0 PCIIRQ > ^^^^^ ^ ^^^ > Bridge Socket IRQ > > >> Another question that has come up is about this statement: >> "1. First install Card Service version 5.0. >> cbenable.sys checks for version 5.00 (8.00 is broken)" >> >> This is the first step in "Usage" for cbenable.sys. >> Do you have any idea what "Card Service" is meant? >> Maybe then I can find a version 5.00. > Ignore the message about 8.00, that is the version I had to install to > get it to work and is the version in eCS 2.0 rc 7(and is the reason it > is in eCS 2.0 rc7). > As long as you have: > BASEDEV=PCMCIA.SYS /R:500 > then you should be fine in this regard... in fact, the fact that you > can see the pccard via pci.exe suggests that it is fine. > Andy > > > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > To switch to the INDEX mode, E-mail to > > Send administrative queries to > > To subscribe (new addresses), E-mail to: > and reply to the confirmation > email. > Web archives are publicly available at: http://lists.2rosenthals.com > > This list is hosted by Rosenthal & Rosenthal, LLC > P.O. Box 281, Deer Park, NY 11729-0281. Non- > electronic communications related to content > contained in these messages should be directed > to the above address. (CAN-SPAM Act of 2003) > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Andy: The next question is about a missing line in the Config.sys. BASEDEV=OS2PCARD.DMD This line is not in my Config.sys file but I find the body on my PC. Should it be included or has it been superceeded by a DANI driver? Thomas