Re: [announce] ipwireless_cs 3G PCMCIA network driver

From: Jiri Kosina
Date: Mon Jan 15 2007 - 10:30:35 EST


On Sat, 13 Jan 2007, Jiri Kosina wrote:

> This card is correctly detected by this driver, is able to send and
> receive AT commands, dial and connect, but after the ppp connection is
> established, the LCP frames that the card is passing to the driver are
> broken (one byte per frame). We are currently trying, together with
> authors of original driver, to identify an exact cause of this behavior
> (seems like PPP framer on the card is somehow misconfigured or
> unitialized).

Just for the lkml archives and google to have it - I have just committed
to ipwireless_cs git tree a patch that makes the driver work also with V3
cards.

commit 490828d4ced805410d08acc46e56410a3aacdaeb
Author: Jiri Kosina <jkosina@xxxxxxx>
Date: Mon Jan 15 15:09:11 2007 +0100

ipwireless_cs: make the V3 card ppp connections work

V3 card requires the dial commands to be sent on RAS channel and
not DIAL channel - when being sent on DIAL channel, the ppp framer
on the card is not configured properly.

Signed-off-by: Jiri Kosina <jkosina@xxxxxxx>

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