2003-01-05 23:11:04

by Adam Kropelin

[permalink] [raw]
Subject: [PATCH] orinoco_plx-0.13b backport to kernel 2.2

I've backported David Gibson's orinoco_plx wireless driver to kernel 2.2.
The port is based on David Hinds's pcmcia-cs package. I've been running
various versions of this backport for over a year now and it has been
working well. I've updated it to the latest (testing, beta) version of
the orinoco_plx driver (0.13b) and the latest version of pcmcia-cs (3.2.3).

The patch comes in two parts. The first part updates the version of
orinoco, hermes, and orinoco_cs modules in pcmcia-cs-3.2.3 from 0.11b to
0.13b. The second part adds the backported orinoco_plx module. After
applying both patches, configure, build, and install pcmcia-cs as normal
and you should have an additional orinoco_plx.o module ready to use.

Patches are rather large so I've put them online here:

http://www.kroptech.com/~adk0212/pcmcia-cs-3.2.3-update-orinoco-0.13b.patch
http://www.kroptech.com/~adk0212/pcmcia-cs-3.2.3-add-orinoco_plx-0.13b.patch

--Adam


2003-01-06 00:01:06

by David Gibson

[permalink] [raw]
Subject: Re: [Orinoco-users] [PATCH] orinoco_plx-0.13b backport to kernel 2.2

On Sun, Jan 05, 2003 at 06:19:21PM -0500, Adam Kropelin wrote:
> I've backported David Gibson's orinoco_plx wireless driver to kernel 2.2.
> The port is based on David Hinds's pcmcia-cs package. I've been running
> various versions of this backport for over a year now and it has been
> working well. I've updated it to the latest (testing, beta) version of
> the orinoco_plx driver (0.13b) and the latest version of pcmcia-cs (3.2.3).
>
> The patch comes in two parts. The first part updates the version of
> orinoco, hermes, and orinoco_cs modules in pcmcia-cs-3.2.3 from 0.11b to
> 0.13b. The second part adds the backported orinoco_plx module. After
> applying both patches, configure, build, and install pcmcia-cs as normal
> and you should have an additional orinoco_plx.o module ready to use.

Eck... be aware that the "testing" version, although labelled 0.13b
may not be the final 0.13b version.

--
David Gibson | For every complex problem there is a
[email protected] | solution which is simple, neat and
| wrong.
http://www.ozlabs.org/people/dgibson

2003-01-06 00:21:17

by Stephen Evanchik

[permalink] [raw]
Subject: Re: [Orinoco-users] [PATCH] orinoco_plx-0.13b backport to kernel 2.2

David,

On Sunday 05 January 2003 19:09, David Gibson wrote:

| Eck... be aware that the "testing" version, although labelled 0.13b
| may not be the final 0.13b version.

More than likely it won't (your call though), I was using the "testing"
version when I discovered the problems as per my last email to you. I'll
have some more details sometime today or tomorrow.



Stephen Evanchik

2003-01-06 00:39:55

by Adam Kropelin

[permalink] [raw]
Subject: Re: [Orinoco-users] [PATCH] orinoco_plx-0.13b backport to kernel 2.2

On Mon, Jan 06, 2003 at 11:09:29AM +1100, David Gibson wrote:
> On Sun, Jan 05, 2003 at 06:19:21PM -0500, Adam Kropelin wrote:
> > working well. I've updated it to the latest (testing, beta) version of
> > the orinoco_plx driver (0.13b) and the latest version of pcmcia-cs (3.2.3).
>
> Eck... be aware that the "testing" version, although labelled 0.13b
> may not be the final 0.13b version.

Yup, understood. I'll update the backport as necessary. Just wanted to
start from the most recent code base available, even if it's still in
flux. I would have gone with 0.13a but a couple bugfixes in 0.13b seemed
worth having.

--Adam