Re: Problems with PCMCIA Compact Flash adapter in 2.5.72

Eivind Tagseth (eivindt@multinet.no)
Sun, 22 Jun 2003 13:46:42 +0200


* Russell King <rmk@arm.linux.org.uk> [030620 22:18]:
> Hmm, you mention pcmcia-cs 3.2.4 later in your mail. Are you trying to
> get pcmcia-cs modules to work with the 2.5.72 pcmcia subsystem?

Of course not. But I need pcmcia-cs for cardmgr and other tools. The
modules are from 2.5.72. I've also got a wireless card, which works
fine.

After learning about the -F flag to strace, I've been able to figure
out a little bit more about what cardmgr is doing:

3158 ioctl(4, 0xc050643c, 0x8054160) = -1 EINVAL (Invalid argument)

As far as I can see, this is cardmgr calling ioctl(xx, DS_BIND_REQUEST, xx),
which is defined as:
_IOWR('d', 60, bind_info_t)

> There is this which fixes some people problems, and is already in Linus'
> recent bk tree. Does this solve your problem?

Nope, no change I'm afraid.

Eivind
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/