Thanks for the info. I will check into Zsolt's packages.
Nikolay Zhuravlev wrote:
Martin,
Unless you or somebody else really need it, I am not planning to add more
backward compatibility to the "7mdv" tarball than was originally available in
the "4mdv" sources. I think "4mdv" didn't support the 2.6.26 kernel, while
"2mdv" did. I think Zsolt has made some progress with the "8mdv"/"9mdv" sources
available at his site [http://linux.zsolttech.com/linmodem/agrsm/Testing/].
IIRC his packages support a wider range of kernels but they need some testing too.
Search the list archive for his message on the subject:
<<<<
Date: Wed, 3 Jun 2009 22:29:34 +0200
From: Zsolt László BÉRCZES <zsolt@xxxxxx>
To: Discuss@xxxxxxxxxxxxx
Subject: new packages (was: agrsm on 2.6.30)
In the meantime, the change that you can try for the "7mdv" driver under the
2.6.26 kernel is this one:
in serial26.c, line 990, change
struct tty_struct *tty = up->port.info->port.tty;
to
struct tty_struct *tty = up->port.info->tty;
It may be enough to get the "7mdv" working under 2.6.26, or it may be
not. I didn't have enough time to investigate it any further.