In <list-270792@2rosenthals.com>, on 08/05/06
at 01:33 AM, "John Poltorak" <os2-wireless_users@2rosenthals.com> said:
Hi John,
>Yes, there looks to be quite a lot of useful stuff, but nowhere to ask
>questions.
You can ask here.
>I get the impression that my controller card is supported out of the box
>with Warp 4, but it doesn't work. I'd like to know what I'm doing wrong.
In the hope of not muddling things worse than they already are.
There are two kinds of PCCard interfaces. The older 16-bit PCMCIA
interface and the current Cardbus interface, which is usually 32-bit.
There are two kinds of PCCard drivers. Socket services compliant and
point enabled. Socket services compliant drivers require a socket
services driver (i.e. IBM2SS14.SYS etc.).
Point enabled drivers do not require a socket services driver. They
contain code to power up the PCCard and assign fixed resources. They
rarely contain APM support, so typically you can not suspend and resume.
Some drivers include code for both Socket Services support and point
enabled use.
A given point enabled driver written in the days of 16-bit PCMCIA sockets
may or may not work in a Cardbus socket. We do not live in a perfect
world.
First thing you need to do is find a driver for the Token Ring card.
Next you need to figure out if the driver requires socket services or if
it is point enabled. If it is only point enabled, you may be out of luck.
The driver will either work or not.
If the driver is point enabled only and the driver does not work, your
next task is try Veit's cbenable. If may be able to power up the socket
sufficiently for the driver to work.
If the driver is Socket Services compliant, you need to track down a
Socket Services driver for your Cardbus socket controller (i.e. the
Ricoh). It may or may not exist. My sources say you need to use the
Socket Services driver for the Lattitude CPX, C600 or C610 models. This
is at the Dell site.
As I often tell you, you would really help yourself if you provided more
specifics without being asked. Exactly which token ring card are you
trying to use and which PCCard driver are you using with it? A link to
the driver would be good. The NIFs and readmes ofthen provide useful
clues.